You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a lot of MetadataType data annotaions in my project. After upgrading from v1.10.2 to v2.0.2 every usage of MetadataTypeAttribute gives me an error
Error CS0433 The type 'MetadataTypeAttribute' exists in both 'System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'vm.Aspects.Diagnostics.ObjectTextDumper, Version=2.0.2.0, Culture=neutral, PublicKeyToken=39c66c470a75c367'
I have not found a work around for this. I tried using fully qualified name like
Hi,
I am using a lot of MetadataType data annotaions in my project. After upgrading from v1.10.2 to v2.0.2 every usage of MetadataTypeAttribute gives me an error
I have not found a work around for this. I tried using fully qualified name like
[System.ComponentModel.DataAnnotations.MetadataType(typeof(InventoryCollectionTypeMetadata))]
and I tried removing
using vm.Aspects.Diagnostics;
but both without success.
Regards
Werner
The text was updated successfully, but these errors were encountered: