JanEggers

Results 49 comments of JanEggers

thats working fine with the dependencies we have but we need something that turns the spans into ints, longs, datetimes and so on

i certainly dont want to replicate the code in https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Number.Parsing.cs

will this feature include dropping stuff from another element on an ordered list at a specific index or is that another feature request?

another Root seems to be a Timer in DefaultHttpClientFactory ![image](https://github.com/dotnet/aspnetcore/assets/6747376/1692b168-d8c3-41c0-ba3e-7e591c7665c8)

for me the mayor issue seems to be that there is some kind of policy missing that ensures that all classes that store delegates for whatever reason need to implement...

for anyone searching until its in the box you can use this ```csharp public class RinHttpHandler : DelegatingHandler { protected override async Task SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) { using var...

FYI the second container uses a reverse proxy to redirect localhost:6000/nameofapi/** to localhost:7000/**