Gauthier Segay

Results 385 comments of Gauthier Segay

@vasily-kirichenko I'm trying now and it seems to solve the issue, I don't know what was up with CTRL-F5 but it seems it wouldn't deploy new code for some reason.

@latkin thanks, actually this is fixed in both FCS 10 & VFPT in this PR now, the - 1 have been tamed. In my experience I find it better to...

I'm looking at failing tests related to gotodefinition, they seem to timeout, when I debug I reach https://github.com/fsprojects/VisualFSharpPowerTools/blob/64b407050a2e56fa109766f2b7464ee94b4717e0/tests/FSharp.Editing.VisualStudio.Tests/Mocks.fs#L291 where `projectItem` is null. Any idea what is causing this in our...

Thanks for the issue report @daniellittledev. In #362, a workaround was to use `nvarchar(max)` instead of a specified length, I'm not sure if it would work or if you can...

@suou-ryuu thanks a lot for the fix PR, with added test. I'll take a moment to review and run the test locally, and issue a new release when possible. @daniellittledev,...

@suou-ryuu there should be a 2.1.1 version with your PR changes upon validation from nuget.org.

@suou-ryuu thanks for confirming on your end and no problems. Just so you know, once you've got the main library to build, you can generate the nuget package yourself: `build...

Upgrading from VS2017 to VS2019 on appveyor, the build fails at the tests due to FSharp.Core version 5 in netcore2.0 app. > Failed FSharp.Data.CreateCommandTest+TraceTests.traceTimestamp Error Message: System.IO.FileNotFoundException : Could not...

@VTJDailey thanks for the suggestion (and proposing for implementation!), I've used a bit the async methods but I'm not acquainted with the underlying ADO.NET implementation which seems to expose `Begin`/`End`...

@charlesroddie my approach is to autogenerate the file containing the queries from a script, and doing so only when the .sql files themselves changed, this way the F# project gets...