mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

IDE warnings are not recognised #184

Closed martincostello closed 5 months ago

martincostello commented 5 months ago

When IDE warnings are suppressed with NoWarn, the error codes are not recognised:

image

IDE* warnings should be recognised.

slang25 commented 5 months ago

Looks like there is an intent to add them: https://github.com/mhutch/MonoDevelop.MSBuildEditor/issues/171#issuecomment-2025527717

mhutch commented 5 months ago

Yes #171 added many more codes (CA*, IL* etc) but the IDE* ones are still missing so I'll leave this issue open to track that.

peymanr34 commented 5 months ago

Please also consider VSTHRD* from https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/index.md

HakamFostok commented 5 months ago

I was working on this, I will open the PR, @mhutch if you have a note or you would like to change the naming, please let me know and I will put the name you select for the JSON file and update the PR.