Skip to main content
MvvmLib.CodeGenerators package icon

MvvmLib.CodeGenerators

Allows to generate code with Source Generators. Support: MvvmLib, Prism (installation detected) Class Level Attributes: - Inpc: to implement INotifyPropertyChanged - BindableObject: allows to add BindableBase Class (and implement IActiveAware for Prism) Field Level Attribute: - BindableProperty: allows to use "Setproperty", specify properties (OnPropertyChanged/RaisePropertyChanged) and commands (RaiseCanExecuteChanged) notified when the value has changed. Method Level Attribute: - Command: for add a DelegateCommand with CanExecute method and Name to specify a custom command name. (Comments supported on fields and methods for generated properties and commands)

Total Downloads
10.5K
10,501
Published
Apr 11, 2023
Latest stable version

Install

.NET CLI
dotnet add package MvvmLib.CodeGenerators --version 0.1.2
Package Manager Console
Install-Package MvvmLib.CodeGenerators -Version 0.1.2
PackageReference
<PackageReference Include="MvvmLib.CodeGenerators" Version="0.1.2" />

Frameworks

.NETStandard2.0

Dependencies

[4.5.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.