Replies: 2 comments 2 replies
-
@hbrischke : wofür würdest Du das einsetzen wollen? |
Beta Was this translation helpful? Give feedback.
2 replies
-
das kann sein, ich kenne AutoMapper nicht. Schaue ich mir mal an. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo,
ich würde es gut finden, wenn die Klassen als partial deklariert würden, damit bestünde die Möglichkeit, DataAnnotations hinzuzufügen ohne die original-Dateien ändern zu müssen.
Oder, habe ich etwas übersehen, dass dies bereits auch jetzt schon möglich ist?
Beispiel:
[MetadataType(typeof(ContactMetadata))]
public partial class Contact
{ }
public sealed class ContactMetadata
{
}
Beta Was this translation helpful? Give feedback.
All reactions