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.
$ dotnet add package Breeze.DynamicTypeRenamingNo README available.