The AWS SDK for .NET: A Code Quality Wake-Up Call(dotnettips.wordpress.com)
dotnettips.wordpress.com
The AWS SDK for .NET: A Code Quality Wake-Up Call
https://dotnettips.wordpress.com/2026/03/01/inside-the-aws-sdk-for-net-a-code-quality-wake-up-call/
2 コメント
Which version of the .NET SDK did you review: v3 or v4?
Also, why not create an issue or maybe just a discussion in the .NET SDK GitHub repository ( https://github.com/aws/aws-sdk-net ) for the IDisposable problems you mentioned? There is definitely awareness that there are problems in the vast codebase (e.g. https://github.com/aws/aws-sdk-net/discussions/2559#discussi... )... calling out specific problems might actually lead to a fix.
Also, why not create an issue or maybe just a discussion in the .NET SDK GitHub repository ( https://github.com/aws/aws-sdk-net ) for the IDisposable problems you mentioned? There is definitely awareness that there are problems in the vast codebase (e.g. https://github.com/aws/aws-sdk-net/discussions/2559#discussi... )... calling out specific problems might actually lead to a fix.
Popularity does not equal quality.