NDProperty.Generator.Attributes
0.13.1
See the version list below for details.
dotnet add package NDProperty.Generator.Attributes --version 0.13.1
NuGet\Install-Package NDProperty.Generator.Attributes -Version 0.13.1
<PackageReference Include="NDProperty.Generator.Attributes" Version="0.13.1" />
paket add NDProperty.Generator.Attributes --version 0.13.1
#r "nuget: NDProperty.Generator.Attributes, 0.13.1"
// Install NDProperty.Generator.Attributes as a Cake Addin #addin nuget:?package=NDProperty.Generator.Attributes&version=0.13.1 // Install NDProperty.Generator.Attributes as a Cake Tool #tool nuget:?package=NDProperty.Generator.Attributes&version=0.13.1
Attributes used for code generation of NDProperty
Product | Versions 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. |
-
.NETStandard 1.3
- CodeGeneration.Roslyn.Attributes (>= 0.3.9)
- NDProperty.Core (>= 0.13.1)
- NDProperty.Generator (>= 0.13.1)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Primitives (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NDProperty.Generator.Attributes:
Package | Downloads |
---|---|
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,379 | 11/2/2018 |
0.13.12 | 1,414 | 6/24/2018 |
0.13.11 | 1,362 | 5/21/2018 |
0.13.10 | 1,257 | 5/21/2018 |
0.13.9 | 1,385 | 5/13/2018 |
0.13.8 | 1,397 | 5/13/2018 |
0.13.7 | 1,396 | 3/18/2018 |
0.13.6 | 1,327 | 3/11/2018 |
0.13.5 | 1,352 | 3/11/2018 |
0.13.4 | 1,390 | 3/10/2018 |
0.13.3 | 1,418 | 1/20/2018 |
0.13.2 | 1,369 | 1/14/2018 |
0.13.1 | 1,353 | 1/14/2018 |
0.0.13 | 1,391 | 1/14/2018 |
0.0.12 | 1,370 | 1/7/2018 |
0.0.11 | 1,379 | 12/29/2017 |
0.0.10 | 1,339 | 8/26/2017 |
0.0.9 | 1,290 | 8/19/2017 |
0.0.8 | 1,376 | 8/15/2017 |
0.0.7 | 1,305 | 6/29/2017 |
0.0.6 | 1,340 | 6/21/2017 |
0.0.5 | 1,354 | 6/17/2017 |
0.0.4 | 1,271 | 6/16/2017 |
0.0.3 | 1,319 | 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.