Gauthier Segay
Gauthier Segay
> So @smoothdeveloper you autogenerate an .fs file out of .sql files? yes, when the content or file is outdated / non existing, my build script generates all the SqlCommandProvider...
@charlesroddie thanks for coming back, are you storing the UDF/USP in .sql files in the working copy? @charlesroddie @cmeeren, a simple workaround would be to have a watcher process, but...
Thanks @Thorium! (the code files seems to have moved) I'm not familiar with dacpac, I think I've used the API for schema diffing and that's it. Could you point to...
Just few thoughts, @dsyme, on the surface of it, I really like the idea of this being a tooling side extra plugin, that implementors of library can cable with. Do...
Aside, despite I'm probably not grasping the issue fully, when that out of scope completion triggers, it would be good to have both alternatives: add the `open` or use the...
@rkosafo no problem, I'm rebasing my work on that branch. I'm noticing few things in the fsproj in that branch, one uses netcore instead of netstandard, using netcore seems wrong...
Ok, so figuring out a bit more about changes in the standard branch, here is what I recommend: * keeping this PR on master, and getting it merged, it brings...
@rkosafo thanks for the feedback, I've pushed few more changes, and this PR is now ready, to get a fresh build out of a checkout: ``` cd src dotnet restore...
> Later, we can migrate to the new TP starter files. AFAIU this is not possible, to support the netstandard target, the TP has to be using the more recent...
> netstandard is already supported in the standard branch. 4.5 is however on the master. Do pull the code on standard and check it out. I'll checkout the paket integration...