ssrmm
ssrmm
The following Code does not produce any errors and is even working at runtime: ``` C# namespace Test { syntax module Test { using Nitra.Core; using Inexistent.Namesace; [StartRule] syntax Expression...
I have this grammar: ``` C# namespace Test { syntax module Test { using Nitra.Core; [StartRule] syntax Expression = (Foo; nl)+; syntax Foo = "foo"; } } ``` When I'm...
### Before the feature request. - [X] I have searched the [Github Issues](https://www.github.com/levminer/authme/issues) for a feature request that matches the one I want to file, without success. ### Your feature...
### Describe the issue or suggestion From what I could find there are at least three places that state the minimum MSBuild/VS versions supported by each feature band of the...