Releases: DevExpress/DevExpress.Mvvm.CodeGenerators
Releases · DevExpress/DevExpress.Mvvm.CodeGenerators
v22.1.1
Minor fixes and improvements.
v22.1.0
The View Model Code Generator now supports the updated WinUI MVVM Framework that is available in the DevExpress.WinUI.Mvvm.v22.1 assembly. If your WinUI project uses DevExpress.Mvvm.v21.2, replace it with DevExpress.WinUI.Mvvm.v22.1.
v21.2.2
- Our View Model Code Generator now supports the MVVM Light Toolkit.
- You can now apply attributes to commands.
v21.2.1.1
Minor fixes and improvements.
v21.2.1
Our View Model Code Generator now supports the Prism Library. Refer to the following topic for more information: View Models Generated at Compile Time.
v21.1.2
- You can now use the View Model Code Generator in WinUI projects.
- You can add XML comments to a field and a method. The generated property or command now copies these comments.
- We minimized memory allocations and improved the performance.