Stuart Lang
Stuart Lang
One of the things Buildalyzer needs to do is to shell out to msbuild, passing the custom Buildalyzer.Logger assembly. So perhaps if the assembly location is null, there should be...
Nice spot @mwadams @baronfel might this change have caused this issue? https://github.com/dotnet/sdk/pull/26761
There's no package out there that I'm completely happy with. I'd like something in `System.Net` that has good performance (a struct implementation would be ideal). I rolled my own version...
This doesn't aim to solve it, but just to let you know that you can unblock yourself for now by using version `1.19.1` like this: ```csharp #r "nuget: Microsoft.Playwright, 1.19.1"...
Could someone please add the `shell suggestion` label please 🙂
Yeah, sorry all, I saw the comments in here and had realised that I broken it with my previous changes
The latest version of that repo should build. However I have to admit that I no longer use this tool or Paket, so probably shouldn't be maintaining it. If I...
+1 to what Dustin has said, what you are asking for is one of the goals Saturn has. Here is what a minimal hosting bootstrapping for Giraffe might look like...
It could be worth looking at this: https://github.com/pocketberserker/Utf8Json.FSharpExtensions which adds some F# primitives to what Utf8Json will serialize/deserialize.
I think `System.Text.Json` will never "be ready" for F# on its own, that's what `FSharp.SystemTextJson` provides. I think it's still a good default though, even with the `FSharp.SystemTextJson` caveat, as...