Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Support multiple mapping resolvers per session  #408

@TrevorPilley

Description

@TrevorPilley

This will allow a mixture of convention and attribute based mapping plus any custom conventions defined by an end user. The resolution will work similar to how the routing works in ASP.NET WebApi e.g.

config.UseAttributeMapping();
config.UseConventionMapping(ConventionOptions.Default);

In this case, it would look for an attribute first, and then if one is not found, fall back to the conventions to resolve the mapping.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions