Simonl9l
Simonl9l
Per the [documentation](https://github.com/dotnet/command-line-api/blob/main/docs/Process-termination-handling.md), and comment [here](https://github.com/natemcmaster/CommandLineUtils/issues/111) To confirm that I should simply be able to add a `CancelationToken` to my Command's `OnExeceuteAsync` method, and then Register an Callback where I...
**Is your feature request related to a problem? Please describe.** With the release of Net 6.0 and [Minimal API](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-6.0) it would be great to have the equivalent of the [Support...
Whist the API Gateway is broadly supported, albeit https://github.com/aws/aws-toolkit-jetbrains/issues/1846 request is open, there are many scenarios where there could a preference (especially cost) use an ALB/Lambda integration if all the...
The AWS dotnet team has the preview of Amazon.Lambda.Annotations available https://github.com/aws/aws-lambda-dotnet/issues/979 When is the AWS JetBrains/Rider AWS Toolkit going to support it ?
**Is your feature request related to a problem? Please describe.** By convention in DotNet Core one wild supply a `CancellationToken` into an Async method when `await`ed! **Describe the solution you'd...
**Information** - OS: MacOS - Version: 0.43.0" - Terminal: MacOS/zsh **Describe the bug** ```C# public class MySettings : CommandSettings { [CommandOption("-o|--my-option-list [item]")] [Description("Description")] public IReadOnlyList? OptionList { get; init; }...
Hi - We're trying to use the caching in an environment were the Redis endpoints are discoverable via a service registry (consul). It would be great if the `AddEasyCaching` configuration...
### Describe the bug Using the standard dotnet template for the "Lambda Annotations Framework (preview)" and editing the `.csproj` to add a `OtherNamespace element: ```xml Library net6.0 enable enable true...
### Describe the bug When experimenting with `Amazon.Lambda.Annotations` it seem that one also has to have `Amazon.Lambda.APIGatewayEvents` as a package reference in the project or the generated code can not...
Hi, Per PreMailer.Net ver 2.2.0 I have a CSS file that has base64 encoded images (as generated via webpack). ```css .pt-logo { background-image: url(data:image/png;base64,iVBORw0KG...); background-repeat: no-repeat; } ``` where `iVBORw0KG...`...