Forum member

lscpike

1 post

Posts by lscpike

  1. "Deterministic builds only support portable PDBs" in F# project

    Just had this same issue. Research suggests deterministic has been the default for a while, but the F# compiler only added support for deterministic builds recently. Ref: https://github.com/dotnet/fsharp/issues/7363 I've also got the same issue with using sourcelink which requires portable PDBs. …