Skip to content

Commit a373835

Browse files
authored
Merge pull request #24 from estrizhok/main
Allow NoReorderAttribute to be used for partial classes to indicate w…
2 parents 0dea5ba + 9380318 commit a373835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Annotations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ public LanguageInjectionAttribute([NotNull] string injectedLanguage)
10721072
/// The attribute must be mentioned in your member reordering patterns.
10731073
/// </remarks>
10741074
[AttributeUsage(
1075-
AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct | AttributeTargets.Enum)]
1075+
AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = true)]
10761076
[Conditional("JETBRAINS_ANNOTATIONS")]
10771077
public sealed class NoReorderAttribute : Attribute { }
10781078

0 commit comments

Comments
 (0)