public partial class GenericViewModel<T> : PropertyChangedBase
{
[AutoNotify]
private int _number;
}
Sets MSBuild property IncludePackageReferencesDuringMarkupCompilation to true to enable source generator in WPF projects.
See https://github.com/dotnet/sdk/issues/15395 for details
AutoNotify
in generic viewmodels:IncludePackageReferencesDuringMarkupCompilation
totrue
to enable source generator in WPF projects. See https://github.com/dotnet/sdk/issues/15395 for details