You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-don't use CreateSyntaxProvider. use ForAttributeWithMetadataName
-transform is not cacheable, because it does not transform the GeneratorAttributeSyntaxContext into an equatable type
for perf reasons, please make sure you do not attempt to cache a SyntaxNode or a Compilation at any point in the pipeline
The text was updated successfully, but these errors were encountered:
-don't use CreateSyntaxProvider. use ForAttributeWithMetadataName
-transform is not cacheable, because it does not transform the GeneratorAttributeSyntaxContext into an equatable type
for perf reasons, please make sure you do not attempt to cache a SyntaxNode or a Compilation at any point in the pipeline
The text was updated successfully, but these errors were encountered: