Skip to content

Conversation

@h0lg
Copy link
Contributor

@h0lg h0lg commented Apr 1, 2011

Hey Albert,

diesed feature nutzt die mapping information, die AutoMapper zur Verfügung stellt, um metadata von einem mapped type zu einem anderen zu kopieren, ganz ähnlich der schon existierenden ClassMetadata.CopyMetadataFrom(sourceType) Funktion. Habe schon einen Issue für AutoMapper erstellt, um bald auch das AutoMapper Projection feature zu unterstützen (aktuell sind diese Infos nicht erreichbar).

Gruß, Holger

@DerAlbertCom
Copy link
Owner

Sorry, vor der dotnet Cologne komme ich nicht dazu mir hier drum zu kümmern. Echt keine Zeit. Sorry.

@h0lg
Copy link
Contributor Author

h0lg commented Apr 13, 2011

macht nix, hab ich mir schon gedacht. Und es eilt nicht - das feature ist ja ohnehin erst vollständig, wenn die Unterstützung seitens AutoMapper funktioniert. Dann bereite dich mal gut auf deine Vorträge vor.

@DerAlbertCom
Copy link
Owner

Nicht Vorträge, die Organisation der Veranstaltung.

h0lg added 21 commits April 18, 2011 13:24
…s validated object because System.Web.Mvc.DefaultModelBinder passes null as the moethod's container parameter
…IProperty<T, TResult> & added GetterFunctions to Metadata
h0lg added 30 commits July 11, 2011 02:19
…or FluentMetaDataConvention ensuring it AppliesNotNullToRequiredProperties
…adate by changing it from a string to a func
… via Class.AssertThat(instance => instance.IsValid(), "{0} is not valid")
…tax via Property(x=>x.MyProperty).AssertThat(myprop => ValidateSomeHow(myprop), "sth about {0} is invalid")
….ComparableProperty(x=>x.Property1).ShouldBeLessThan(x=>x.Property2)
…ovide information yet; skipping test for now
…for which AutoMapper does not provide information yet; skipping test for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants