Gauthier Segay

Results 385 comments of Gauthier Segay

@isaacabraham I think the provider was changed recently, can you check this change: https://github.com/fsprojects/FSharp.Configuration/commit/d88444a44d11aae8f12b65fc2758d34aa0d46a47 or this part of the documentation: http://fsprojects.github.io/FSharp.Configuration/AppSettingsProvider.html#Using-AppSettingsProvider-in-fsx-script

@isaacabraham can you try ``` fsharp let [] appSettingsPath = __SOURCE_DIRECTORY__ + "/app.config" type Config = FSharp.Configuration.AppSettings ```

For context, I intend to consume this for https://ci.appveyor.com/project/smoothdeveloper/fsharp-data-sqlclient-an46a/builds/48667306. If I put effort in upgrading, and given the state and constraints of the FSharp.Data.SqlClient repository, I need to be super...

Thanks @nhirschey, after a quick review, @dsyme there is putting considerations about FSharp.Formatting consumers, and more generally FCS and other things in F# tooling, with regard to not forcing everyone...

@nojaf, thanks. I'll give a check to the analyzers, I also thought of two changes: * instead of comment in the namespace for importing `Utils`, I'd wrap with the same...

Thanks @nhirschey, I'm hopeful and will give it another shot. Also, not a big deal if we can't get this PR merged, I understand why it could be even without...

I adjusted for analyzers, although in case it is something specific to this repository or my own environment, the output contains this: > MSBuild version 17.8.3+195e7f5a3 for .NET unhandled expression...

Note that there is a subtletly with how the `FSharp.Formatting` nuget package is made, in order for this to work properly I think I need to make the layout of...

after rebasing all seems consistent (including what fantomas formatted, versus comment), let see if this gets green.