Seth Reno
Seth Reno
Thanks @MisterY. I edited the title to try and make it more clear. This feature should allow comparing two script directories, or comparing a script directory to a database.
I think @keith-hall has a good point about `bcp`. I originally chose the tab separated format because there's less noise in the files, but I'm not opposed to the idea...
I use shcemazen to keep dbs in version control. So I typically script and entire db then recreate it from source for testing. In my use case I don't have...
@belav Any objection to a PR for this? Was thinking of reading the following from the top level .editorconfig if .charpierrc doesn't exist: * max_line_length = printWidth * indent_style (tab|space)...
@programmergrammar Hi there, will you post a create script the object so it's easy to reproduce?
Hello, I think I'm running into this bug. I see it was changed from p1 to p2. Is there a known workaround?
Personally I don't have that much trust in resharper and I'm not sure I want to add an option that encourages this. I think best practice is to abort the...
@benrobot Thanks for chiming in. On occasion resharper will get confused when a dependency fails to build resulting in using statements incorrectly getting removed. That was my first thought when...