ArgumentNullException when sending data to kinesis #3109
-
Hi, after upgrading my dotnet project to 8.0 the call of the function PutRecordsAsync() from AWSSDK.Kinesis (3.7.300.6) produces the following error:
With dotnet 7 everything works as expected. Does the AWS SDK support dotnet 8.0 at the moment? Edit: Also posted on stackoverflow https://stackoverflow.com/questions/77530522/argumentnullexception-when-sending-data-to-kinesis-in-dotnet-8-web-api |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, .NET 8 support was added in version Can you open a |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Yes, .NET 8 support was added in version
3.7.300
of the SDK (https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.2023.md#376830-2023-11-10-0208-utc).Can you open a
Bug Report
(https://github.com/aws/aws-sdk-net/issues/new/choose)? We'll take a look.