You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: