dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.09k stars 4.04k forks source link

light #75990

Closed Azzae5th closed 2 days ago

Azzae5th commented 2 days ago

Brief description:

Describe your code style rule here.

Languages applicable:

Is your analyzer C# only? VB Only? Or Both?

Code example that the analyzer should report:

A small code snippet that describes a case that the analyzer should report.

Additional information:

Any more additional information you would like to add.

Documentation requirements:

When this analyzer is implemented, it must be documented by following the steps at Documentation for IDE CodeStyle analyzers.