NotifyPropertyChangedGenerator 1.1.1

dotnet add package NotifyPropertyChangedGenerator --version 1.1.1
                    
NuGet\Install-Package NotifyPropertyChangedGenerator -Version 1.1.1
                    
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="NotifyPropertyChangedGenerator" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NotifyPropertyChangedGenerator" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="NotifyPropertyChangedGenerator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NotifyPropertyChangedGenerator --version 1.1.1
                    
#r "nuget: NotifyPropertyChangedGenerator, 1.1.1"
                    
#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.
#addin nuget:?package=NotifyPropertyChangedGenerator&version=1.1.1
                    
Install NotifyPropertyChangedGenerator as a Cake Addin
#tool nuget:?package=NotifyPropertyChangedGenerator&version=1.1.1
                    
Install NotifyPropertyChangedGenerator as a Cake Tool

Roslyn Analyzer/Generator for avoid boring boilerplate INotifyPropertyChanged implementation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NotifyPropertyChangedGenerator:

Repository Stars
ufcpp/UfcppSample
http://ufcpp.net/ 向けのサンプル
Version Downloads Last updated
1.1.1 4,012 2/14/2016
1.1.0.1 2,760 7/21/2015
1.1.0 1,386 6/5/2015
1.0.0 1,221 5/30/2015

Support private set accessor, thanks @ciniml.