Adriano Vega Llobell
Adriano Vega Llobell
Thats interesting. I'll check it out, thanks!
@narcelio's solution worked for me on Xubuntu 16.04, with Spanish keyboard layout.
Hi! We are trying to automate a task in our CI pipeline that generates a report of the changed endpoints. This would allow us to notify the front end team...
We had the same issue. All our pipelines broke when upgrading to .NET SDK 7. 😥 We ended up migrating all our parameters to a combination of [RSP files in...
Are there any news on the implementation of this functionality? I think it would be useful, for example, when a table causes an error in the generation of the scaffold....
The extension is only available for VS2017, right? I mostly use VS Code and run commands with the CLI (Linux user). :sweat: Thanks for the suggestion though.
After looking up the code, I think that with a bit of guidance, this could be an easy implementation. I'll give it a shot over the weekend.
I have been working on it over the weekend, with the idea of adding a parameter `--exclude-tables`. This parameter "flows" alongside the values of `--tables`. To propagate these values to...
Could a `list` subcommand be added to the `database` command, that returns the list of tables (and/or schemas)? It could also have an option to return unformatted output, so it...
With further testing, now comparing arrays as root nodes, I found another exception in the method `CompareByIndexer`: When peeking the pathStack, an InvalidOperationException is thrown because it is empty: `var...