Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 8 and NServiceBus.AmazonSQS v7 support #295

Open
kentdr opened this issue Aug 28, 2023 · 0 comments
Open

.NET 8 and NServiceBus.AmazonSQS v7 support #295

kentdr opened this issue Aug 28, 2023 · 0 comments

Comments

@kentdr
Copy link
Member

kentdr commented Aug 28, 2023

Describe the suggested improvement

Is your improvement related to a problem? Please describe

Now that NServiceBus Core and AmazonSQS transport have been upgraded to .NET 8, AwsLambda.SQS should follow suit once .NET 8 is supported by AWS Lambda.

Describe the suggested solution

AWS Lambda currently supports .NET 6, so this library has to continue referencing v6 of NServiceBus.AmazonSQS until support for .NET 8 is added.

Once AWS Lambda officially supports .NET 8, update AWSLambda.SQS to the latest NServiceBus.AmazonSQS transport version.

See this draft PR that bumps NServiceBus.AWSLambda.SQS to the latest v7 of NServiceBus.AmazonSQS.

Describe alternatives you've considered

A custom runtime could be implemented to support .NET 8 sooner. We anticipate Lambda to have official support for .NET 8 since it is an LTS release and believe this option to be not worth the effort.

Additional Context

Tracking issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant