You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely sure this is the correct repository to post this but here we go. We're using nullable context in all our new apps along with <WarningsAsErrors>nullable</WarningsAsErrors>. But it seems that without any changes to the project itself, it is possible to make a project compile by ignoring those checks entirely if one were to ignore them in .editorconfig, while these checks should prevent just that and should error out during compilation. Shouldn't it be the other way around? As in the more generic .editorconfig can be overridden in the more specific csproj?
The text was updated successfully, but these errors were encountered:
I'm not entirely sure this is the correct repository to post this but here we go. We're using nullable context in all our new apps along with
<WarningsAsErrors>nullable</WarningsAsErrors>
. But it seems that without any changes to the project itself, it is possible to make a project compile by ignoring those checks entirely if one were to ignore them in .editorconfig, while these checks should prevent just that and should error out during compilation. Shouldn't it be the other way around? As in the more generic .editorconfig can be overridden in the more specific csproj?The text was updated successfully, but these errors were encountered: