FSharp.Configuration icon indicating copy to clipboard operation
FSharp.Configuration copied to clipboard

Expected msorlib to have version number

Open jkone27 opened this issue 1 year ago • 1 comments

image

  • MacOs sonoma
  • NET8 sdk

strange error repro

#r "nuget: FSharp.Configuration"
open FSharp.Configuration


type TestConfig = YamlConfig<FilePath="./test.yaml">
let config = TestConfig()

test.yaml file as provided in docs...

jkone27 avatar Mar 29 '24 15:03 jkone27

Probably a similar/related issue, but compiling from source gives the same result. Also, once compiled, opening https://github.com/fsprojects/FSharp.Configuration/blob/master/tests/FSharp.Configuration.Tests/YamlProvider.Tests.fs#L8 gives to another error

image

The funny thing with the fsx file is that it's properly runs with dotnet fsi test.fsx, maybe a DesignTime issue 🤷‍♂️

MrLuje avatar Jun 12 '24 18:06 MrLuje