NotifyPropertyChangedGenerator 1.1.1

dotnet add package NotifyPropertyChangedGenerator --version 1.1.1                
NuGet\Install-Package NotifyPropertyChangedGenerator -Version 1.1.1                
该命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="NotifyPropertyChangedGenerator" Version="1.1.1" />                
对于支持 PackageReference 的项目,将此 XML 节复制到项目文件中,以引用该包。
paket add NotifyPropertyChangedGenerator --version 1.1.1                
#r "nuget: NotifyPropertyChangedGenerator, 1.1.1"                
#r 指令可用于 F# Interactive 和多语言笔记本。将其复制到交互式工具或脚本的源代码中,以引用包。
// 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 分析器/生成器,用于避免令人厌烦的样板 INotifyPropertyChanged 实现。

本包中没有支持的框架资源。

了解更多关于 目标框架.NET 标准τυ 的信息。

本包没有依赖项。

NuGet 包

此包未被任何 NuGet 包使用。

GitHub 仓库 (1)

显示最受欢迎的 1 个依赖于 NotifyPropertyChangedGenerator 的 GitHub 仓库

仓库 星星数
ufcpp/UfcppSample
http://ufcpp.net/ 针对样本
版本 下载 最后更新
1.1.1 3,575 2/14/2016
1.1.0.1 2,517 7/21/2015
1.1.0 1,245 6/5/2015
1.0.0 1,089 5/30/2015

支持私有设置访问器,感谢 @ciniml。