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 do you configure a .Net Core WPF application to work with source generators?
I'm trying to use the SourceGeneratorSamples AutoNotifyGenerator in a .Net Core WPF application but there seems to be an issue with the way the WPF application is compiled. It looks like the WPF build process is creating a temporary project for compilation which I guess doesn't have access to the SourceGeneratorSamples project.
The text was updated successfully, but these errors were encountered:
How do you configure a .Net Core WPF application to work with source generators?
I'm trying to use the SourceGeneratorSamples AutoNotifyGenerator in a .Net Core WPF application but there seems to be an issue with the way the WPF application is compiled. It looks like the WPF build process is creating a temporary project for compilation which I guess doesn't have access to the SourceGeneratorSamples project.
The text was updated successfully, but these errors were encountered: