David Keaveny
David Keaveny
Am I right in thinking that Oakton (v6.1 currently) only supports positional arguments? If so, is there any plan to support named arguments? For example, if I define my command...
I am working with an API written in .NET 8, and a number of its endpoints take querystring parameters of `DateTime` type. I've configured the serialiser to work with ISO-8601...
I am attempting to run code coverage on a .NET Framework 4.7.2 application using `vstest.console.exe`, but when I run the tests from the command line, the tests themselves pass but...
The `samples` folder gives a [basic example](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/dotnet/sample-apps/aws-sdk/wrapper/SampleApps/AwsSdkSample/Function.cs) of adding OpenTelemetry to AWS Lambda functions in .NET, which works fine for existing third-party libraries. However, it does not illustrate how to...