<img width="1042" alt="image" src="https://github.com/fsprojects/FSharp.Configuration/assets/10419217/e8cbadcd-34d5-463b-988b-e4d43cfb00d6"> * MacOs sonoma * NET8 sdk strange error repro ```fsharp #r "nuget: FSharp.Configuration" open FSharp.Configuration type TestConfig = YamlConfig<FilePath="./test.yaml"> let config = TestConfig() ``` `test.yaml` file as provided in docs...