v1.0.21-beta
Pre-release
Pre-release
AspectsObjectDumper v1.5.0
ATTENTION: possible breaking change.
The methods registering metadata information - the overloaded family ClassMetadataRegistrar.Register
- were added a new parameter bool replace = false
.
If the parameter is false (the default) and the method is invoked to replace existing mapping of a type to different pair of dump metadata type and DumpAttribute
instance, it will throw InvalidOperationException
.
This will allow to detect confusing dump behavior, when one registrar registers some metadata and another replaces it with different metadata. To preserve the old behavior or to allow overriding of dump behavior, set the parameter replace = true
.
vm.Aspects v1.0.21-beta
- Fixed a bug in
vm.Aspects.Model.EFRepository
where theEFSpecifics.IsChangeTracking
was attempting to modify a key property if the name of the key is not namedId
. - Now using AspectObjectDumper v1.5.0.