Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using CSharpGenerator #293

Closed
FVillaf opened this issue May 22, 2018 · 3 comments
Closed

Error using CSharpGenerator #293

FVillaf opened this issue May 22, 2018 · 3 comments
Assignees

Comments

@FVillaf
Copy link

FVillaf commented May 22, 2018

When using the beta csharp generator with
<PropertyGroup> <Antlr4UseCSharpGenerato>True<Antlr4UseCSharpGenerator> </PropertyGroup>

the generated files can only grow. If the files must be shrink, they appear with garbage at the end (from the previous content, apparently). It is like the file is not deleted before regenerated, else simply refilled. The only workaround I found was to delete the garbage at end, at hand.

@sharwell
Copy link
Member

📝 I'll have this fix in a release soon. In the meantime, a rebuild operation will correct the problem if it occurs.

@sharwell
Copy link
Member

@FVillaf Thanks so much for trying this out and reporting the issue. I just pushed 4.6.5-rc002 which corrects the issue.

@FVillaf
Copy link
Author

FVillaf commented May 28, 2018

Thanks Sam, very good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants