-
Has this ever anyone tried? Server Nano does not support STA Threads. The workaround is to switch to MTA.
I can provide a PR? Who is using this?
Also I have problems to resolve the image id events…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
My proto:
```
syntax = "pro…
khteh updated
9 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I follow this: https://learn.microsoft.com/en-us/aspnet/core/grpc/test-services?view=as…
khteh updated
8 months ago
-
### Describe the bug
I've been trying to migrate a .NET 7 AOT project to a .NET 8 AOT one. After much difficulty, I decided to try out the example here https://docs.aws.amazon.com/serverless-applic…
-
### Describe the bug
Hi,
It appears that the behavior of the APIGatewayProxyFunction is inconsistent with the behavior of Kestrel when handling requests with an empty body directed to endpoints wi…
-
## Description
When following the description to create a Minimal API with Amazon.Lambda.AspNetCoreServer.Hosting and added [FastEndpoints](https://github.com/dj-nitehawk/FastEndpoints), the response…
-
### What were you searching in the docs?
Example of how to make use of PowerTools within a C# project created using the serverless.AspNetCoreWebAPI template.
In this template there is no handler m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
```c#
var httpHandler = new HttpClientHandler
{
ServerCertificateCustomValidatio…
khteh updated
6 months ago
-
## Description
I cannot publish-layer --enable-package-optimization if I depend on any version of Amazon.Lambda.AspNetCoreServer later than 3.1.0.
## Reproduction Steps
1. Create a Lambda Web…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I run ASP.Net Core 6.0 on k8s with MetalLB load balancer and ingress which rewrites the…