mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Add AnalyzerWarningCodes #180

Closed HakamFostok closed 5 months ago

HakamFostok commented 5 months ago

Fixes #171

Add C# code quality codes depending on Microsoft documentation https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/

Small C# script is written to parse the above mentioned web page and convert the data in that page to JSON object, but that script is not included in this PR.

mhutch commented 5 months ago

Thank you for the contribution 😄