NDProperty.Generator
0.0.12
See the version list below for details.
dotnet add package NDProperty.Generator --version 0.0.12
NuGet\Install-Package NDProperty.Generator -Version 0.0.12
<PackageReference Include="NDProperty.Generator" Version="0.0.12" />
paket add NDProperty.Generator --version 0.0.12
#r "nuget: NDProperty.Generator, 0.0.12"
// Install NDProperty.Generator as a Cake Addin #addin nuget:?package=NDProperty.Generator&version=0.0.12 // Install NDProperty.Generator as a Cake Tool #tool nuget:?package=NDProperty.Generator&version=0.0.12
Code generator for NDProperty.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- CodeGeneration.Roslyn.BuildTime (>= 0.3.9)
- NDProperty.Core (>= 0.0.12)
- NETStandard.Library (>= 1.6.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NDProperty.Generator:
Package | Downloads |
---|---|
NDProperty.Generator.Attributes
Attributes used for code generation of NDProperty |
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.18 | 1,577 | 11/2/2018 |
0.13.12 | 1,569 | 6/24/2018 |
0.13.11 | 1,524 | 5/21/2018 |
0.13.10 | 1,443 | 5/21/2018 |
0.13.9 | 1,486 | 5/13/2018 |
0.13.8 | 1,603 | 5/13/2018 |
0.13.7 | 1,514 | 3/18/2018 |
0.13.6 | 1,529 | 3/11/2018 |
0.13.5 | 1,523 | 3/11/2018 |
0.13.4 | 1,622 | 3/10/2018 |
0.13.3 | 1,580 | 1/20/2018 |
0.13.2 | 1,586 | 1/14/2018 |
0.13.1 | 1,536 | 1/14/2018 |
0.0.13 | 1,570 | 1/14/2018 |
0.0.12 | 1,570 | 1/7/2018 |
0.0.11 | 1,523 | 12/29/2017 |
0.0.10 | 1,509 | 8/26/2017 |
0.0.9 | 1,499 | 8/19/2017 |
0.0.8 | 1,469 | 8/15/2017 |
0.0.7 | 1,535 | 6/29/2017 |
0.0.6 | 1,561 | 6/21/2017 |
0.0.5 | 1,525 | 6/17/2017 |
0.0.4 | 1,448 | 6/16/2017 |
0.0.3 | 1,532 | 6/16/2017 |
Changes:
- Extracted Interface for Contravariance
- Fix order of generic parameter(**Breaking Change**)
- Fix Spelling of Settings property in NDPAttribute (**Breaking Change**)
Fixes also bug for readonly Propertys
- ChangedEventArgs now has information about the changed Property.
- Changed Binding Code (**Breaking Change**)
Now supports proper binding chaning of propertys. E.g bind a to x.y.z (changing y also changes z)