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

Issue after cloning #374

Open
rjrizzuto opened this issue Apr 6, 2022 · 0 comments
Open

Issue after cloning #374

rjrizzuto opened this issue Apr 6, 2022 · 0 comments

Comments

@rjrizzuto
Copy link

Here's the steps I follow:

  1. clone a solution containing a project using Antlr4.CodeGenerator
  2. restore nuget packages
  3. build

I get build errors for the project.

To fix it, I have to unload and reload the project that has Antlr4.CodeGen.

The reason appears to be because the project file imports Antlr4.CodeGenerator.props and Antlr4.CodeGenerator.targets. The project file is loaded at step #1, before those files are available at step #2.

Is there a way to get the build to work without the unload/reload step?

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

No branches or pull requests

1 participant