Code Cleanup -> Programing Style -> Apply Namespace Declaration Style does not apply .editorconfig setting
I have a .editorconfig file with "csharp_style_namespace_declarations = file_scoped:silent"
When I manually run (DX) code cleanup on a file that has the block scoped namespace, there is no change to the namespace of the file.
If I turn on the Tools -> Options -> Text Editor -> C# -> Code Style -> General -> Code Block Preferences -> Namespace Declarations to be file scoped and then run (DX) code cleanup manually the namspace is switched to file scoped.
I have enclosed a solution that demonstrates the issue.
Hi Ben,
I reproduced the described behavior. Please give us some time to research it.