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

Updating generator doesn't update project. #2

Open
grosch-intl opened this issue Sep 15, 2023 · 1 comment
Open

Updating generator doesn't update project. #2

grosch-intl opened this issue Sep 15, 2023 · 1 comment

Comments

@grosch-intl
Copy link

I've been greatly simplifying my code with these generators, but one piece that I'm struggling with is how to get the project to "see" that the generator project changed. In my solution I have both my application and the generator projects. Things work well, and then I make a change to the generator project, rebuild all, and nothing updates.

I have to comment out the reference to the generator, exit visual studio, delete the .vs directory and all the bin and obj directories, restart visual studio, rebuild, then add the reference back in and build, at which point the code changes apply.

How are you handling this?

@PawelGerr
Copy link
Collaborator

Kill the .NET Host via Task Manager.

image

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

2 participants