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