Tim Hess

Results 152 comments of Tim Hess

This [starting point](https://stackoverflow.com/questions/28435734/how-to-get-a-list-of-all-routes-in-asp-net-core) Led me to some rough (and incomplete) code: ```csharp private readonly IEnumerable _endpointDataSources; .... public MappingsEndpointMiddleware( ... IEnumerable endpointDataSources = null, ILogger logger = null) : base(endpoint,...

@trisberg I think this issue can be closed now that `tanzu apps` has added `-oyaml`

Due to the way Configuration providers integrate with the any of the hosts Microsoft offers, you have to build a separate `ILoggerFactory` for use before the shared one is available....

We've looked into this in the past and would have added done it already, but had external dependencies that weren't compatible at the time. I think those might all be...

Have you considered using Steeltoe 2.5 so the .NET Framework app can register directly? We haven't patched it in a while because there has been no demand, but it should...

Unfortunately, the 2.5 line is also not signed, but it would at least make more sense to me for us to sign those packages. Additionally, you could eliminate the Eureka...

Interesting, it looks like there is already at least [one test](https://github.com/SteeltoeOSS/Steeltoe/blob/release/3.2/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs#L497) that should be testing this scenario. How are you adding Config Server to your app?

OK, so after a little research to refresh my memory here, the initial response should have been that this is working as designed. "Label" in this context is referring to...

I do not believe we need this one anymore