Alf Kåre Lefdal
Alf Kåre Lefdal
The copyright holder of Logary decided to go for mixed licensing. Was not welcomed by the community. [logary/logary/issues/345](https://github.com/logary/logary/issues/345)
I try to use Named HttpClient as described in the [documentation](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.httpclientfactoryservicecollectionextensions.addhttpclient?view=dotnet-plat-ext-8.0#microsoft-extensions-dependencyinjection-httpclientfactoryservicecollectionextensions-addhttpclient(microsoft-extensions-dependencyinjection-iservicecollection-system-string-system-action((system-net-http-httpclient)))) from a Giraffe application. ``` services.AddHttpClient( "poc", (fun httpClient -> httpClient.BaseAddress ignore ``` Together with: ``` let factory =...
I get quite a few of these warnings when doing `dotnet restore` when running paket 10.0.0-alpha011 on a net10.0 project. I guess this is the result of some changes in...