HoraceGonzalez
HoraceGonzalez
This could be a stupid question, but which commit hash/tag does v0.9.3 on nuget correspond to? I'm asking because there's some graph DSL code in master that I'd like to...
I noticed that the "autoDecompress" feature from 4.x was removed in 5.x. Does this have to do with the way `System.Net.Http.HttpClient` handles decompression? It appears, now, that this feature must...
### Version ionide.vscode v7.16.1, fsac 0.68.0 ### Dotnet Info .NET SDK: Version: 7.0.400 Commit: 73bf45718d Runtime Environment: OS Name: Mac OS X OS Version: 12.3 OS Platform: Darwin RID: osx.12-arm64...
### Description `FSharp.Configuration.Helper.File.tryReadNonEmptyTextFile` loops indefinitely if file is not found. https://github.com/fsprojects/FSharp.Configuration/blob/46d6db2b88b7445497314aa4d6a33772223c88c5/src/FSharp.Configuration/TypeProviders.Helper.fs#L218-L233 ### Repro steps ``` open FSharp.Configuration type Config = YamlConfig // loops indefinitely Config().Load("./some/nonexistent/config.yml") ``` ### Expected behavior `tryReadNonEmptyTextFile`...