gparmigiani

Results 181 comments of gparmigiani

yes pls NET6 LTS

mmm.. if you call base.SendAsync inside the task, the F# compiler will complain https://github.com/dotnet/fsharp/issues/12448

is this going to make it somehow in F# 9? is there any general workaround or external library to adress this?

Thanks, that's what I also did. Could be a nice idea for some utility extension methods for testing or a testing package, to simplify this for testing, or e.g. passing...

Hello, i am also still not able to run the previous solution as [IProxyHttpClientFactory](https://microsoft.github.io/reverse-proxy/articles/proxyhttpclientconfig.html#custom-iproxyhttpclientfactory) disappeared @Tratcher , so i dont know how i should change my test, this also breaks...

Sorry I was able to read that later on, indeed I was able to fix my tests with the previous workaround after referencing the new type names ! Thank you

F# is also an OCAML-derived language mostly so it shares a lot with rescript, which i think is super cool. An interesting point for checking F# is that it works...

still very relevant discussion also in 2023, even more so with HTMX and the ease of Feliz.ViewEngine, also for pure HTML templating in backend, together with also the other templating...

seems like, i also have tried adding `Microsoft.Extensions.Logging.Abstractions' as extra nuget reference, but does not seem to fix/resolve see i was able to open Microsoft.Extensions.Logging.Abstractions above at the top