Marcin Sulecki
Marcin Sulecki
I have got TrustServerCertificate keyword in connection string. I am getting exception `Keyword not supported: 'trust server certificate'. System.ArgumentException: Keyword not supported: 'trust server certificate'.` while creating a SqlTableDependency object...
I have a suggestion that when the cursor hovers over a keyword in the example (language-bash), an explanation should also be displayed. That is, it will be possible to operate...
How to pass parameter name in format _{char}{number}_? Code example: ``` csharp CoconaApp.Run(([Option("L1")] string line1, [Option("L2")] string line2) => { Console.WriteLine($"Hello {line1}\n{line2}"); }); ``` ``` --L1 Hello --L2 World ```...
Markdown is very popular format and support by GitHub. I propose to add the possibility of output to it.