Sybaris
Sybaris
Hi, In Visual Studio, I had this error : System.NullReferenceException : La référence d'objet n'est pas définie à une instance d'un objet. at Microsoft.CodeAnalysis.CSharp.CSharpExtensions.Kind(SyntaxNode node) at Microsoft.CodeAnalysis.CSharp.CodeGeneration.CSharpSyntaxGenerator.GetDeclarationKind(SyntaxNode declaration) at Microsoft.CodeAnalysis.CSharp.CodeGeneration.CSharpSyntaxGenerator.AsNodeLike(SyntaxNode...
**Describe the bug** When no long or short name is provided for an option, the help display this option in lowercase **To Reproduce** Run this console program adding in the...
**Describe the bug** When I call my program with the following arguments : "help verb1", I expect that the help for this specific verb was displayed. But instead, the help...
Hi, I have many verbs. I would like for each verbs to first display the option values automaticaly. Is there is a way to do that easily ? Regards Sybaris
**Describe the bug** The following code throw an exception "System.InvalidOperationException: 'One or more section(s) have been ignored. Ignored section(s): 'data''" **To Reproduce** ``` internal class Program { const string LAYOUT...
**Is your feature request related to a problem? Please describe.** I want to use **Layout** but **with embedded resources**. Currenlty, I use RazorLight without layouts. It works. My current code...
**Is your feature request related to a problem? Please describe.** I use RazorLight generated reports sent by teams. My problem is I am limited in size. **Describe the solution you'd...
**Describe the bug** When you add RazorLight to your Console App that use EF Core, operation like add-migration or update-database raise this error/warning : "An error occurred while accessing the...
**Describe the bug** An exception "Object reference not set to an instance of an object" is thrown when using a particular fetchxml **To Reproduce** The following code reproduce the issue...
**Describe the bug** We encounter an impactant issue, with XrmToolbox connections. We where thinking using XrmToolbox on Dev, and changes were applied to Production. **To Reproduce** 2 environnements : -...