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

Support multiple mapping resolvers per session #408

Open
TrevorPilley opened this issue Sep 23, 2015 · 0 comments
Open

Support multiple mapping resolvers per session #408

TrevorPilley opened this issue Sep 23, 2015 · 0 comments

Comments

@TrevorPilley
Copy link
Collaborator

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.

@TrevorPilley TrevorPilley added this to the 7.0 milestone Sep 23, 2015
@TrevorPilley TrevorPilley removed this from the 7.0 milestone Feb 19, 2020
@TrevorPilley TrevorPilley added this to the 8.0 milestone Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant