Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ExportAsKeyed extension #193

Closed
mcdis opened this issue Sep 8, 2018 · 3 comments
Closed

Add ExportAsKeyed extension #193

mcdis opened this issue Sep 8, 2018 · 3 comments

Comments

@mcdis
Copy link

mcdis commented Sep 8, 2018

We are already have ExportAs extension.
Add ExportAsKeyed extension:
static IFluentExportStrategyResgistration<TImpl> ExportAsKeyed<TImpl,T>(this IExportRegistrationBlock _this, object key);
shorten equalent of
Export<TImpl>().AsKeyed<T>(key);

@ipjohnson
Copy link
Owner

Hi @mcdis

I think I can add that, I’ll try and find some time in the coming week to add it and do a beta.

@ipjohnson
Copy link
Owner

@mcdis, I pushed out a beta with this change

@ipjohnson
Copy link
Owner

closing as released in 6.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants