v4.6.5-beta002
Pre-releaseThis preview release builds on the updated build support started in v4.6.5-beta001. The following changes are provided for "SDK" projects (the new project system for Visual Studio 2017 and the dotnet tool).
-
Projects no longer require adding or configuring
Antlr4elements in a project. To disable this feature when updating, add the following property to your project file:<PropertyGroup> <EnableDefaultAntlrItems>False</EnableDefaultAntlrItems> </PropertyGroup>
🔗 See tunnelvisionlabs/antlr-integration-tests-csharp@388a34f for an example of how this upgrade simplifies project files.
-
The Properties window in Visual Studio 2017 will once again allow users to configure code generation for grammars. Unlike previous releases, no separate extension is required.
-
The build tooling using the C# code generator now works on non-Windows systems, fully eliminating the last remaining Java dependency.