Edgaras

Results 11 comments of Edgaras

What's the workaround in NET 6? The workaround with CustomHandler below did not work: ```c# public sealed class CustomHandler : DelegatingHandler { public CustomHandler(HttpMessageHandler innerHandler) : base(innerHandler) { } protected...

Stack trace: ``` System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Net.Http.Headers.HttpHeaders.ReadStoreValues[T](Span`1 values, Object storeValue, HttpHeaderParser parser, Int32& currentIndex) at System.Net.Http.Headers.HttpHeaders.GetStoreValuesAsStringOrStringArray(HeaderDescriptor descriptor, Object sourceValues, String& singleValue, String[]& multiValue)...

I am not using NewRelic. The workaround is not working. By hitting breakpoint I meant I did implement a workaround successfully - but it doesn't work. Because there is no...

I can also confirm that the RestSharp 107.3.0 (what I'm using) does create [new HttpRequestMessage every time](https://github.com/restsharp/RestSharp/blob/fc27aef8305ec32ae73ccccc9afae266197b0ac6/src/RestSharp/RestClient.Async.cs#L56) and there are no signs of `SocketsHttpHandler.ConnectCallback` in the source code. So seems...

Any update on this? Anyone got it working?

> > > Tks for supporting this Lib over the years @daniel-luberda > > Following SVG's aren't displayed, relates to > FFImageLoading.Svg.Shared\SkSvg.cs > > https://github.com/lipis/flag-icon-css/blob/master/flags/1x1/ke.svg > https://github.com/lipis/flag-icon-css/blob/master/flags/1x1/sv.svg > > ```...

Curious if the priorities have changed for this? Seems like the "sentinel" key way should be an optional feature to achieve all key refresh, and by default, it should allow...

Any progress on this? and are these features being considered? I particularly would want to request for Descriptions field. Would save documenting our configs separately elsewhere and have them out...

I have the same issue with `AddUrlGroup()`: ` .AddUrlGroup(new Uri("/swagger", UriKind.Relative), "Swagger")`

I have found that only 2 property indexes need to be specified for `Email` to be in 1st column. Any additional properties in "ExtraFIeldsModel" don't need index attributes, and they...