Skip to content

v4.6.5-beta002

Pre-release
Pre-release

Choose a tag to compare

@sharwell sharwell released this 08 Apr 22:14
· 52 commits to master since this release

This 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 Antlr4 elements 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.