Tim Hess

Results 152 comments of Tim Hess

> Hi [@TimHess](https://github.com/TimHess) is there a particular reason why you went and unlisted the old versions rather than just deprecating them as that way a user can see the past...

The packages that I unlisted should all be back except for 3.0.0-m1 through 3.0.0-m3, which as I recall had some confusing name changes. If that proves to be an issue...

Hi @szaboegon, The code you've shared generally looks correct, can you share how you're inspecting the options instance? (eg: remotely debugging app in CF vs app running locally that sets...

OK, that makes sense - thanks for sharing the sample, I believe I see what you're seeing. I think that both the null fields and the seemingly empty credentials are...

The difference is subtle, but important. `Credential` could be a dictionary or a value, so you need additional logic like in [this taghelper](https://github.com/SteeltoeOSS/Samples/blob/main/Configuration/src/CloudFoundry/TagHelpers/ServiceCredentialsTagHelper.cs#L34) I understand that you are trying to...

User-provided services in general are difficult to support since they could contain just about anything, therefore the structure is nearly as general as what `IConfiguration` and `IOptions` already provide. The...

AH! Sorry for the confusion here, it's been a while since I looked at this code, and it really is too complex... The reason the code checks for the existence...

We'll have to make some changes to the release process for Documentation/MainSite to account for the new strategy (along with potentially merging the documentation back into mainsite while updating docfx),...

This issue and #1335 should be addressed at the same time

[This comment](https://github.com/SteeltoeOSS/Steeltoe/issues/1411#issuecomment-2513197745) is more likely due to MediaTypeVersion than `ShowDetails`