We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dea5ba + 9380318 commit a373835Copy full SHA for a373835
1 file changed
src/Annotations.cs
@@ -1072,7 +1072,7 @@ public LanguageInjectionAttribute([NotNull] string injectedLanguage)
1072
/// The attribute must be mentioned in your member reordering patterns.
1073
/// </remarks>
1074
[AttributeUsage(
1075
- AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct | AttributeTargets.Enum)]
+ AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = true)]
1076
[Conditional("JETBRAINS_ANNOTATIONS")]
1077
public sealed class NoReorderAttribute : Attribute { }
1078
0 commit comments