ExternalAnnotations icon indicating copy to clipboard operation
ExternalAnnotations copied to clipboard

Annotate DiagnosticAnalyzerAttribute and ExportCodeFixProviderAttribute

Open siewers opened this issue 1 year ago • 0 comments

This PR annotates the DiagnosticAnalyzerAttribute and ExportCodeFixProviderAttribute with MeansImplicitUseAttribute to remove the warning about the types never being instantiated. The attributes are used when creating Roslyn analyzers and code fixers, so it seems like the correct place to improve the annotations.

siewers avatar May 23 '24 08:05 siewers