mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
211 stars 24 forks source link

`nullable` is not recognised as valid in WarningsAsErrors #202

Closed JakeYallop closed 3 months ago

JakeYallop commented 3 months ago

image

Setting nullable for <WarningsAsErrors> turns on errors for all nullability warnings, however, it is not accepted as a valid value.

mhutch commented 3 months ago

This was fixed in https://github.com/mhutch/MonoDevelop.MSBuildEditor/commit/156a9766afa7291348feb513f9b4f54a7c793e19. I'll release an update in the next couple days.