Derek Comartin

Results 5 issues of Derek Comartin

It appears the httpClient is disposed via using statement each time a request is processed. https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/GoogleGeocoder.cs#L164 This should not be happening and the httpClient should be reused. https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client > HttpClient...

Ability to generate a URI for another Botwin route? Similar to Nancy.Linker. This would likely need to give name to the route so you can resolve it. My primary usage...

Repro: https://gist.github.com/dcomartin/a631b002ce761ac5d64d77ab38c705e8 This is also the case with using the RegisterType with the obsolete InjectionFactory. However, this is a change of behavior because InjectionFactory used to give you the container/child...

Bug :bug:

## DynamicQueryable version 2.0.25 ## Steps to reproduce https://gist.github.com/dcomartin/3e6fff415f6886c1b3c3b50b377fa0fc ## Expected behavior Should behave and return the same results as the linq statement. ## Actual behavior Throws a System.Exception: Invalid...