Move WithMetadata with mapping for OpenGenericAssemblyScanning#1299
Move WithMetadata with mapping for OpenGenericAssemblyScanning#1299tillig merged 3 commits intoautofac:developfrom
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>.
|
Add support for adding metadata accepting a type to metadata mapper.