Breeze.DynamicTypeRenaming
1.0.0
Replaces Breeze's default "BreezeConfig" with a derived version that overrides the Json.Net serialization setting responsible for the $type name property of the JSON sent to the client.
Turns the really nasty, long dynamic or anonymous type names into acceptabe shorter names such as "_IB_DGU56or_prSk3yzZB87I8gCBWABk, Dynamic" or "<>f__AnonymousType6`3, Dynamic".
See the Breeze DocCode sample for an example of usage.
Install-Package Breeze.DynamicTypeRenaming -Version 1.0.0
dotnet add package Breeze.DynamicTypeRenaming --version 1.0.0
<PackageReference Include="Breeze.DynamicTypeRenaming" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Breeze.DynamicTypeRenaming --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Breeze.DynamicTypeRenaming, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Breeze.DynamicTypeRenaming as a Cake Addin
#addin nuget:?package=Breeze.DynamicTypeRenaming&version=1.0.0
// Install Breeze.DynamicTypeRenaming as a Cake Tool
#tool nuget:?package=Breeze.DynamicTypeRenaming&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,980 | 9/19/2014 |