Tuomas Hietanen

Results 463 comments of Tuomas Hietanen

The current Mac-CI seems to fail...

Can we get this merged? "Review required", who is the maintainer here? I think this project would have other useful PRs to merge too. Before those are merged, it's quite...

There are 10+ PRs in line (which most fail CI because of this issue here), and not many commits in recent 6 months. FAKE is still lot used project, and...

I expect that there is a chicken-and-egg problem, and the integration tests are actually restoring the .NET6 fake to try compiling .NET8, instead of referring to the just built .NET...

Many projects use a separate non-FAKE fsproj as a build-project and reference the FAKE libraries, and there I see value in having .NET6 support kept. But the fake-cli tool, I...

I think this file https://github.com/fsprojects/FAKE/blob/master/src/template/fake-template/Content/.config/dotnet-tools.json says "use the nuget version of FAKE in the integration test templates", which causes any major changes to FAKE (like .NET update) to break the...

One more thing: Because the system uses FSharp.Compiler.Service v43.8, the fsdocs-tool has to be upgraded from 16 to 20, to make GenerateDocs task pass. Edit: Updated my PR, but you...

Should we skip net8 and go straight to net10.0 ?

Another question on usage in external libraries: I don't want user of my library to suffer the high memory load of VS IDE when using a typeprovider. So would it...

Ok, the static parameter `EmbeddedResource` seems to be to solve the path issue.