-
Notifications
You must be signed in to change notification settings - Fork 864
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
Build of a project referencing AWSSDK.S3 fails with Error CS8032 after an update #2990
Comments
Thanks for reporting @PeterBenko, it's the same problem as the other issue. |
|
@PeterBenko I wanted to ask a follow-up question to this issue: What version of Visual Studio were you using for that reproduction repository (https://github.com/PeterBenko/aws-sdk-net-issues-2990)? |
The IDE I used was Rider.
If you’re asking because of the .csproj content / structure - I’ve manually clobbered it together to mimic the project that was giving us troubles.
|
Got it, thanks for the answer. We're thinking about changing the analyzer to target I haven't tested with Rider, will take a look. |
Describe the bug
After updating AWSSDK.S3 from 3.7.107 to 3.7.107.1 the build suddenly fails.
Expected Behavior
The build should still work after the update.
Current Behavior
After updating AWSSDK.S3 from 3.7.107 to 3.7.107.1 the build suddenly fails with the following error message:
Upon reverting to 3.7.107 the build works again.
The project in question is
net48
class library, built forx86
.Reproduction Steps
Minimal repro solution -> all is fine if you downgrade to 3.7.107
Possible Solution
No response
Additional Information/Context
AWS .NET SDK and/or Package version used
AWSSDK.S3 3.7.107.1
Targeted .NET Platform
.NET Framework 4.8
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: