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
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
#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
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
Roslyn 分析器/生成器,用于避免令人厌烦的样板 INotifyPropertyChanged 实现。
本包没有依赖项。
NuGet 包
此包未被任何 NuGet 包使用。
GitHub 仓库 (1)
显示最受欢迎的 1 个依赖于 NotifyPropertyChangedGenerator 的 GitHub 仓库
仓库 | 星星数 |
---|---|
ufcpp/UfcppSample
http://ufcpp.net/ 针对样本
|
支持私有设置访问器,感谢 @ciniml。