Merge branch 'AllocZero:main' into devtekve #6
Annotations
3 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/EfficientDynamoDb/Internal/Operations/GetItem/GetItemHighLevelHttpContent.cs#L44
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
src/EfficientDynamoDb/Internal/Operations/GetItem/GetItemHighLevelHttpContent.cs#L44
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
This job succeeded
Loading