MvvmLib.CodeGenerators 0.1.2

dotnet add package MvvmLib.CodeGenerators --version 0.1.2
NuGet\Install-Package MvvmLib.CodeGenerators -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvvmLib.CodeGenerators" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmLib.CodeGenerators --version 0.1.2
#r "nuget: MvvmLib.CodeGenerators, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvvmLib.CodeGenerators as a Cake Addin
#addin nuget:?package=MvvmLib.CodeGenerators&version=0.1.2

// Install MvvmLib.CodeGenerators as a Cake Tool
#tool nuget:?package=MvvmLib.CodeGenerators&version=0.1.2

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)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 3,175 4/11/2023
0.1.1 3,353 4/11/2023