Skip to content

Commit

Permalink
Update Consume.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 17, 2024
1 parent 928bd44 commit f480d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Consume/Consume.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ class Consume
type = typeof(RequiresUnreferencedCodeAttribute);
type = typeof(UnconditionalSuppressMessageAttribute);
type = typeof(CompilerFeatureRequiredAttribute);
#if FeatureMemory
type = typeof(CollectionBuilderAttribute);
#endif
//TODO:
//type = typeof(AsyncMethodBuilderAttribute);
type = typeof(ObsoletedOSPlatformAttribute);
Expand Down

0 comments on commit f480d23

Please sign in to comment.