NDProperty.Generator
0.13.4
See the version list below for details.
dotnet add package NDProperty.Generator --version 0.13.4
NuGet\Install-Package NDProperty.Generator -Version 0.13.4
<PackageReference Include="NDProperty.Generator" Version="0.13.4" />
<PackageVersion Include="NDProperty.Generator" Version="0.13.4" />
<PackageReference Include="NDProperty.Generator" />
paket add NDProperty.Generator --version 0.13.4
#r "nuget: NDProperty.Generator, 0.13.4"
#:package NDProperty.Generator@0.13.4
#addin nuget:?package=NDProperty.Generator&version=0.13.4
#tool nuget:?package=NDProperty.Generator&version=0.13.4
Code generator for NDProperty.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- CodeGeneration.Roslyn.BuildTime (>= 0.3.9)
- NDProperty.Core (>= 0.13.4)
- NETStandard.Library (>= 1.6.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NDProperty.Generator:
| Package | Downloads |
|---|---|
|
NDProperty
This Framework provides functionality like WPF DependencyObjects. Supporting value inheritance, change notification and Attached Property’s. Support for binding will follow. Easy to use thanks to code generation. For more information see Project site. |
|
|
NDProperty.Generator.Attributes
Attributes used for code generation of NDProperty |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.13.18 | 1,938 | 11/2/2018 |
| 0.13.12 | 2,155 | 6/24/2018 |
| 0.13.11 | 2,130 | 5/21/2018 |
| 0.13.10 | 2,032 | 5/21/2018 |
| 0.13.9 | 2,102 | 5/13/2018 |
| 0.13.8 | 2,222 | 5/13/2018 |
| 0.13.7 | 2,143 | 3/18/2018 |
| 0.13.6 | 2,136 | 3/11/2018 |
| 0.13.5 | 2,141 | 3/11/2018 |
| 0.13.4 | 2,207 | 3/10/2018 |
| 0.13.3 | 2,230 | 1/20/2018 |
| 0.13.2 | 2,193 | 1/14/2018 |
| 0.13.1 | 2,171 | 1/14/2018 |
| 0.0.13 | 2,186 | 1/14/2018 |
| 0.0.12 | 2,187 | 1/7/2018 |
| 0.0.11 | 2,146 | 12/29/2017 |
| 0.0.10 | 1,957 | 8/26/2017 |
| 0.0.9 | 1,974 | 8/19/2017 |
| 0.0.8 | 1,946 | 8/15/2017 |
| 0.0.7 | 2,009 | 6/29/2017 |
Changes:
- Readonly on Attached Propertys did not work as intended.
- Fix problem with NDPropertys on generic classes.