ekonbenefits / impromptu-interface

Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
Apache License 2.0
655 stars 67 forks source link

Proxy interfaces should implement CustomAttributes #49

Closed david-garcia-garcia closed 8 months ago

david-garcia-garcia commented 1 year ago

Proxy interfaces should implement any custom attributes defined in the source types in order to fully "ActLike". I.e. attribute usage is very common to describe behavior such as serialization (JsonIgnore) o data modeling (DisplayName, Required, etc.).

david-garcia-garcia commented 1 year ago

Not sure what is going on with tests, but looks totally unrelated to this PR.