HieronymusBlaze

Results 7 issues of HieronymusBlaze

I was chatting with @patriksvensson on Twitter and he suggest I look at AsyncCommand for an example project I posted on youtube. I checked it out, but I see no...

needs triage

AddBranch() is never explained in the documentation. For Instance, in your CLI Demo App: app.Configure(config => { config.SetApplicationName("fake-dotnet"); config.ValidateExamples(); config.AddExample(new[] { "run", "--no-build" }); // Run config.AddCommand("run"); // Add **config.AddBranch("add",...

good first issue
area-CLI
area-Documentation

Example: config.AddCommand("install-cloud") .WithAlias("cloud").WithAlias("cld"); //config.AddCommand("cloud"); //config.AddCommand("cld"); If you use config.AddCommand(), each command shows up in help display, but the WithAlias() option does not.

bug
area-CLI

@redth Thanks so much for this work. In preparation to use this repo for the http://CovidCreds.com initiative, I have written a use case for it. Please check it out here:...

Hi. I upgraded projects to .NET 6.0

MAUI needs clear documentation on **_device-independent units_** that explains the relationship/correlation to IOS/Android Device Independent Pixels etc. Is it just a difference in the _name_ or is it more complicated...

doc-enhancement
Pri3