Blueprints 2.0.2
dotnet add package Blueprints --version 2.0.2
NuGet\Install-Package Blueprints -Version 2.0.2
<PackageReference Include="Blueprints" Version="2.0.2" />
paket add Blueprints --version 2.0.2
#r "nuget: Blueprints, 2.0.2"
// Install Blueprints as a Cake Addin #addin nuget:?package=Blueprints&version=2.0.2 // Install Blueprints as a Cake Tool #tool nuget:?package=Blueprints&version=2.0.2
A serializer that supports polymorphism, constructor injection, circular references and linking to external documents.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Blueprints:
Package | Downloads |
---|---|
Blueprints.Editing.WinForms
Allows editing blueprints at runtime. |
|
Blueprints.Editing
Allows editing blueprints at runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2 | 2,074 | 9/8/2016 |
2.0.1.2 | 1,713 | 8/12/2016 |
2.0.1 | 1,190 | 8/2/2016 |
2.0.0.14 | 1,360 | 8/2/2016 |
2.0.0.13 | 1,379 | 7/20/2016 |
2.0.0.11 | 1,378 | 7/18/2016 |
2.0.0.8 | 1,500 | 7/14/2016 |
2.0.0.6 | 1,495 | 7/12/2016 |
2.0.0.5 | 1,541 | 7/12/2016 |
2.0.0.4 | 1,406 | 7/10/2016 |
2.0.0.3 | 1,418 | 7/7/2016 |
2.0.0.2 | 1,386 | 7/7/2016 |
2.0.0.1 | 1,421 | 7/5/2016 |
2.0.0 | 1,402 | 7/5/2016 |
2.0.2.0
You can now add [BlueprintConstructor] attributes for other types to the root type of the serialization graph
2.0.1.2
You can now provide a reference type different from the provided instance when (de)serializing properties
2.0.1.0
Links for identical strings are now created only if they exceed 64 characters
2.0.0.14
Fixed a bug that would not always include the root node in the path property
2.0.0.13
Fixed a bug that required a stream to be writeable when deserializing a blueprint
2.0.0.11
When creating links, reference types are now always treated as such, even if they have an IValueDescriptor
2.0.0.8
Added BlueprintDocumentException which indicates the location of an error in the blueprint being deserialized
2.0.0.6
SetProperties can now be used on types that Blueprints cannot create a new instance of
2.0.0.5
Fixed a bug that would not allow exposing properties with the same type as the type declaring the property
Fixed a bug in SetProperties
2.0.0.4
Added support for automatic constructor to property matching
2.0.0.3
Renamed some attributes to match the published documentation
2.0.0.2
Added [BlueprintInclude] and [BlueprintExclude] attributes for more control over which properties are serialized
2.0.0.1
Included doc comments
2.0.0.0
Initial release