We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff1dbd commit fc8c534Copy full SHA for fc8c534
src/SourceGeneration.Reflection/SourceReflectionAttribute.cs
@@ -1,4 +1,4 @@
1
namespace SourceGeneration.Reflection;
2
3
-[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
+[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum)]
4
public class SourceReflectionAttribute : Attribute { }
0 commit comments