Skip to content

Conversation

@GarrettBeatty
Copy link
Contributor

@GarrettBeatty GarrettBeatty commented Dec 3, 2025

Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\codebuild\tmp\output\src1347746254\src\aws-sdk-net\sdk\src\Services\S3\AWSSDK.S3.NetStandard.csproj::TargetFramework=netcoreapp3.1]

was not happening on my local machine since im on dotnet 10 dotnet/roslyn#77001. this fixes this issue. i used a global.json with dotnet 8 to ensure there are no more build errors. i re-ran the unit and integ tests too

@GarrettBeatty GarrettBeatty merged commit 7f64813 into feature/transfermanager Dec 3, 2025
1 check passed
@GarrettBeatty GarrettBeatty deleted the gcbeatty/testfix3 branch December 3, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants