Closed Magicza closed 1 year ago
Hi @Magicza,
While the CSharpFileBuilder doesn't explicitly support file scoped namespaces, you can use the Roslyn Weaver Settings (under the application's Settings tab) to control your preference throughout your project via the Namespace Declaration Style
property.
Please see image below:
After setting it to Prefer use of file scoped namespace declarations
, you'll need so save and rerun the Software Factory Execution.
Hope this helps.
Perfect thanks for the feedback
Ask a question
Are file scoped namespaces for csharp supported by the new builder?