moerwald
moerwald
### Prerequisites - [X] Write a descriptive title. - [X] Search the existing issues. - [X] I am reporting the documentation problem for version of PowerShell I am using. ###...
Enhancement: Mention that the user will need the "Microsoft.PowerShell.5.ReferenceAssemblies" NuGet package, to retrieve "System.Management.Automation" --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟...
[Enter feedback here] Some code how to use the layout-control would be great ... --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟...
I'm using Cocona with an `appsettings.json` file. In my command I'm using `IOptions`. ``` var builder = CoconaApp.CreateBuilder(args, cocoOptions => cocoOptions.TreatPublicMethodsAsCommands = false); builder.Services.AddOptions().BindConfiguration("InstallationConfig").ValidateDataAnnotations(); ``` Does Cocona support validation via...
What's the difference between `Argument` and `Option`? I can't find a description in the docu.
**Describe the bug** I am using a WCF client with a CustomBinding that includes an HttpTransportBindingElement. Despite setting KeepAliveEnabled to true, the TCP connection is not being reused, and the...
### Type of issue Typo ### Description You should describe how `ServiceBase.Run` behaves exactly. As far as I've understood the `main` method is also called when a service is started....