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.
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.
// Install NotifyPropertyChangedGenerator as a Cake Addin
#addin nuget:?package=NotifyPropertyChangedGenerator&version=1.1.1

// Install NotifyPropertyChangedGenerator as a Cake Tool
#tool nuget:?package=NotifyPropertyChangedGenerator&version=1.1.1

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 3,241 2/14/2016
1.1.0.1 2,510 7/21/2015
1.1.0 1,237 6/5/2015
1.0.0 1,083 5/30/2015

Support private set accessor, thanks @ciniml.