Skip to content

Supporting FileScopedNamespaceDeclarationSyntax

Compare
Choose a tag to compare
@raffaeler raffaeler released this 26 May 13:14
· 8 commits to main since this release
4f905d6

This release support the file-scoped namespace declaration like:

using System;

namespace SomeNamespace;

class Myclass { }