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
In the new C# 10 standard namespace can be declared this way : namespace Namespace1.Namespace2;
instead of this way. namespace Namespace1.Namespace2 { }
but in this case the file is ignored by TypeWriter.
In the new C# 10 standard namespace can be declared this way :
namespace Namespace1.Namespace2;
instead of this way.
namespace Namespace1.Namespace2 { }
but in this case the file is ignored by TypeWriter.
Example :
is not generated but
is generated.
The text was updated successfully, but these errors were encountered: