We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928bd44 commit f480d23Copy full SHA for f480d23
src/Consume/Consume.cs
@@ -54,7 +54,9 @@ class Consume
54
type = typeof(RequiresUnreferencedCodeAttribute);
55
type = typeof(UnconditionalSuppressMessageAttribute);
56
type = typeof(CompilerFeatureRequiredAttribute);
57
+#if FeatureMemory
58
type = typeof(CollectionBuilderAttribute);
59
+#endif
60
//TODO:
61
//type = typeof(AsyncMethodBuilderAttribute);
62
type = typeof(ObsoletedOSPlatformAttribute);
0 commit comments