Gauthier Segay
Gauthier Segay
It seems to me it should work: * with passing a connection (and will open it if needed, but won't dispose it in anycase) * without passing a connnection (will...
Thanks for the suggestion, I'm actually looking forward to remove/obsolete ResultType all together and move toward a separated "prepare", and "execute" The advantage of this: * "prepare" can happen without...
Thanks @VTJDailey, I'll look more into your comment and see if I have any idea with current state of the code. For your code sample, we'd depend on https://github.com/fsharp/fslang-suggestions/issues/212 :...
What are the implications if we were to support typed DataTable with generated types? I'm now using those in favor of records because it is suitable for binding / processing...
Looking into failing test, there is SymbolClassifierTests with seemingly moved ranges. My VS SDK stuff is apparently broken, trying to fix it to test debugging the branch.
Thanks, I'll fix those tests accordingly.
I'm getting warning on build: > Warning MSB3243: No way to resolve conflict between "Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.VisualStudio.Threading, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. (1,...
I fixed the tests regarding printf formatting, now searching for the correct place in the code as it highlights 1 column more:  I'm looking at https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/Symbol/PrintfSpecifiersUsageTagger.fs but don't see...
I'm getting issues related to breaking changes in FCS: > System.MissingMethodException : Method not found: 'Void Microsoft.FSharp.Compiler.SourceCodeServices.FSharpProjectOptions..ctor(System.String, System.String[], System.String[], System.Tuple`2[], Boolean, Boolean, System.DateTime, Microsoft.FSharp.Core.FSharpOption`1)'. I think we need to have...
@vasily-kirichenko thanks, somehow I tried that already but I'm still having the same behaviour. If that's the last bug remaining after I complete the fixes, I think we could just...