Philip Mateescu
Philip Mateescu
Thank you @catermelon! I'm not sure I fully understand the implications of what you're suggesting, so I'll trust your judgement in this. What I would expect to see happening is...
At a minimum it would be the scripting libraries - the `Sql*Scripting.dll` files. The command line tools would be great as well, since they're the most likely candidate to be...
Yes, I'm mostly interested in the SQL Server-to-SQLite conversion and that I can make it work on Linux. To be fair SQL CE/Compact was EOL in 2021, so maybe it...
I'd be happy to pitch in and help, whether to start this process (I'll need some guidance on where to start and what parts need updating) or with ancillary work:...
@armannaj -- could I bother you with a review on this PR, please?
`Task` or `Task` where “T” is the return type of the non-async method. As far as guidelines and tips, I’d start with the [Async/Await - Best Practices in Asynchronous Programming](https://msdn.microsoft.com/en-us/magazine/jj991977.aspx)...
@Awkward147 - we'd welcome a PR if you have the time to take a shot at it.
Yeah, you got the right idea. Fork the repo, create a new branch if you plan to make more contributions, overload `GetList`. Add a test for it too, please; if...
Note that Visual Studio supports `http-client.env.json` for "public" file and `http-client.env.json.user` for user-specific/private settings: https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-9.0#user-specific-environment-files. Since it seems both JetBrains and VS agrees on the "public" file, maybe a config...
I'd be more than happy to accept a PR for this and thank you in advance