New WithEndpointsInEnvironment method#4679
Conversation
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=722400&view=codecoverage-tab |
|
OK, so I'll reiterate my comment above here that I think that the Also we need a live test that covers the endpoint filtering so that the code path in |
To make sure I understand, what you're suggestion is an implementation change, but not a change to the public API, right? i.e. we would add an annotation for each filter, instead of using alternate data structures. And this annotation would be internal, right? |
|
@davidebbo that's right. The annotation will probably need to be public also. |
|
Got it, I'll experiment with that tonight.
…On Mon, Jul 8, 2024, 3:21 PM Mitch Denny ***@***.***> wrote:
@davidebbo <https://github.com/davidebbo> that's right. The annotation
will probably need to be public also.
—
Reply to this email directly, view it on GitHub
<#4679 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEHZTQNZPAXJCNHPJASG53ZLKG4JAVCNFSM6AAAAABJ6JZAJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUGA3DCNZUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
@mitchdenny I changed it to used annotations to see what that feels like. Misc comments:
|
src/Aspire.Hosting/ApplicationModel/EnvironmentInjectionFilterAnnotation.cs
Outdated
Show resolved
Hide resolved
|
@davidebbo this is looking good. Thanks for this submission. Unless there is anything else you think we should wait for I'd like to get this merged in. |
|
@mitchdenny I think it's good to go. Thanks for the review and suggestions! |
Fixes #4472
Microsoft Reviewers: Open in CodeFlow