Tim Maes

Results 14 issues of Tim Maes

This is a pretty straight forward implementation. Create an attribute for this and assure registration.

Currently as of version 1.2 Bindicate does not support decorators. Possible implementation: Implement a new attribute (e.g., DecoratorAttribute) that can be applied to decorator classes, specifying the type to be...

enhancement
good first issue

Current Bindicate design appears to assume a one-to-one relationship between an interface and its implementation. But in cases where you want to support multiple implementations of the same interface, this...

enhancement

Object Mappers/Facet - [Facet](https://www.github.com/Tim-Maes/Facet) Facet is a C# source generator that lets you define projections (DTOs, API models, etc.) directly from your domain models, without writing boilerplate. Generate Facets, DTOs,...