JetBrains / ExternalAnnotations

JetBrains ReSharper External Annotations
https://www.jetbrains.com/help/resharper/Code_Analysis__External_Annotations.html
MIT License
81 stars 44 forks source link

Annotate DiagnosticAnalyzerAttribute and ExportCodeFixProviderAttribute #249

Closed siewers closed 3 months ago

siewers commented 4 months ago

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.