FSharp.Configuration
FSharp.Configuration copied to clipboard
Expected msorlib to have version number
- 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...
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
The funny thing with the fsx file is that it's properly runs with dotnet fsi test.fsx, maybe a DesignTime issue 🤷♂️