-
-
Notifications
You must be signed in to change notification settings - Fork 835
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
Move WithMetadata with mapping for OpenGenericAssemblyScanning #1299
Conversation
…ect?> for OpenGenericAssemblyScanning
Codecov Report
@@ Coverage Diff @@
## develop #1299 +/- ##
===========================================
- Coverage 76.62% 76.57% -0.05%
===========================================
Files 188 188
Lines 5181 5183 +2
Branches 1061 1062 +1
===========================================
- Hits 3970 3969 -1
- Misses 712 714 +2
- Partials 499 500 +1
Continue to review full report at Codecov.
|
I think this looks good. I'm not sure why it was internal to start - we have a test for it to verify it works, but it was working due to access to internals. Before I approve - @alistairjevans @RaymondHuy do you guys know if there was a specific reason this was internal or was it just an oversight? |
Looks like it was just an oversight; the tests for it clearly believe it to be publicly accessible. @romerod, can you also move the |
@tillig yes, it's my mistake, I'm sorry about it. |
OK, i'll move the other method on monday.
Thanks for the review.
Holen Sie sich Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: RaymondHuy ***@***.***>
Sent: Friday, December 10, 2021 10:09:48 AM
To: autofac/Autofac ***@***.***>
Cc: Daniel Romero ***@***.***>; Mention ***@***.***>
Subject: Re: [autofac/Autofac] Add WithMetadata with mapping for OpenGenericAssemblyScanning (PR #1299)
@tillig<https://github.com/tillig> yes, it's my mistake, I'm sorry about it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1299 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYQTXU6UMMGCBWEM6RM27TUQG7VZANCNFSM5JWV7XUQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
Add support for adding metadata accepting a type to metadata mapper.