handzlikchris / handzlikchris/FastScriptReload

If there is a #region directive within a partial class, it may cause errors during a merge.

Open
#146 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2.2k
Forks
167
PR merge metrics
No merged PRs in 30d

Description

partial class classA
{
#region testRegion
int a =1;
#endRegion
}

partial class classA
{
#region region2
int b=1;
#endregion
}

after merge, will cause #region count and #endregion count not match

If classA has an inner class, the result of the merge may create an additional outer inner class.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.