NDProperty.Core 0.13.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NDProperty.Core --version 0.13.1
NuGet\Install-Package NDProperty.Core -Version 0.13.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="NDProperty.Core" Version="0.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NDProperty.Core --version 0.13.1
#r "nuget: NDProperty.Core, 0.13.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 NDProperty.Core as a Cake Addin
#addin nuget:?package=NDProperty.Core&version=0.13.1

// Install NDProperty.Core as a Cake Tool
#tool nuget:?package=NDProperty.Core&version=0.13.1

These are the core classes that provides functionality for the NDProperty Framework.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NDProperty.Core:

Package Downloads
NDProperty.Generator

Code generator for NDProperty.

NDProperty.Generator.Attributes

Attributes used for code generation of NDProperty

NDProperty.Analyzer

An Analyzer for the NDProperty Framework that prevents problems with code generation.

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,619 11/2/2018
0.13.12 1,667 6/24/2018
0.13.11 1,641 5/21/2018
0.13.10 1,559 5/21/2018
0.13.9 1,651 5/13/2018
0.13.8 1,682 5/13/2018
0.13.7 1,550 3/18/2018
0.13.6 1,607 3/11/2018
0.13.5 1,629 3/11/2018
0.13.4 1,654 3/10/2018
0.13.3 1,690 1/20/2018
0.13.2 1,679 1/14/2018
0.13.1 1,617 1/14/2018
0.0.13 1,637 1/14/2018
0.0.12 1,624 1/7/2018
0.0.11 1,636 12/29/2017
0.0.10 1,628 8/26/2017
0.0.9 1,600 8/19/2017
0.0.8 1,627 8/15/2017
0.0.7 1,597 6/29/2017
0.0.6 1,613 6/21/2017
0.0.5 1,629 6/17/2017
0.0.4 1,546 6/16/2017
0.0.3 1,620 6/16/2017

Changes:
- Fix visibility for Property OldValue in OnChangingArg
- ObjectValueChanging => IsObjectValueChaning (in OnChangingArg) (**Breaking Change**)
- Fix bug wher Binding was not posible in all cases when Property was a Struct.
- Fix bug where Provider was not initially updated when creating a Binding.
- Change versioning pattern.