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
How can I tell Visual Studio to regenerate files that are generated using Roslyn's incremental generator?
Context: I have a solution with a project containing custom generators and another project that uses these custom generators. Changing and building the project with custom generators does not regenerate files that were generated by the generators. How can I tell Visual Studio to force regenerate these files?
Note: Currently I have as a workaround to restart Visual Studio.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I tell Visual Studio to regenerate files that are generated using Roslyn's incremental generator?
Context: I have a solution with a project containing custom generators and another project that uses these custom generators. Changing and building the project with custom generators does not regenerate files that were generated by the generators. How can I tell Visual Studio to force regenerate these files?
Note: Currently I have as a workaround to restart Visual Studio.
Original post: https://stackoverflow.com/questions/78545193
Beta Was this translation helpful? Give feedback.
All reactions