TemplateStudio
TemplateStudio copied to clipboard
enable SourceGenerators
Is your feature request related to a problem? Please describe.
https://github.com/CommunityToolkit/dotnet/tree/main/CommunityToolkit.Mvvm.SourceGenerators
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Applies to the following platforms:
- [X] WinUI
- [X] WPF
- [ ] UWP
Definitely for WPF & WinUI. Possibly for UWP
I'd suggest waiting for 8.0 release of the MVVM Toolkit when the incremental source generators are released (there's also new features there and property name changes).
But it should work fine across WPF, UWP, and WinUI 3. In fact, you can create the ViewModels/Models in a .NET Standard library and have everything isolated from the UX layer.
Thanks. I'll move this to the 5.3 release for tracking.
Closing out as completed with #4640.