We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keep this issue until the upstream fix.
To Reproduce
PropertyChanged.SourceGenerator
using PropertyChanged.SourceGenerator;
Additional Info
Add <IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation> to .csproj file worked for me.
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
.csproj
see dotnet/wpf#3404.
The text was updated successfully, but these errors were encountered:
Weird, I wonder why I haven't run into that myself yet.
I think I'm right in thinking that this isn't something I can fix on my side -- it's something the consuming project needs to do?
Sorry, something went wrong.
a06b8cb
Add note about WPF projects
b4f02a3
Fixes #1
4027e19
No branches or pull requests
Keep this issue until the upstream fix.
To Reproduce
PropertyChanged.SourceGenerator
from NuGet;using PropertyChanged.SourceGenerator;
Additional Info
Add
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
to.csproj
file worked for me.see dotnet/wpf#3404.
The text was updated successfully, but these errors were encountered: