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
Describe the bug
Coding Standard is not reporting correctly the rule IDE0130: dotnet_style_namespace_match_folder
To Reproduce
It looks like the lib does not enforce dotnet_style_namespace_match_folder correctly. Is it a bug or is it by design? I see it's set to true in 2_CodeStyle.editorconfig. If I uninstall the lib, the warning reappears correctly in Rider.
it does not appear as a warning at all in the build output. I do have some other warnings, like IDE0005 and others
The text was updated successfully, but these errors were encountered:
Describe the bug
Coding Standard is not reporting correctly the rule IDE0130: dotnet_style_namespace_match_folder
To Reproduce
It looks like the lib does not enforce dotnet_style_namespace_match_folder correctly. Is it a bug or is it by design? I see it's set to true in 2_CodeStyle.editorconfig. If I uninstall the lib, the warning reappears correctly in Rider.
it does not appear as a warning at all in the build output. I do have some other warnings, like IDE0005 and others
The text was updated successfully, but these errors were encountered: