-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Mysterious type/namespace errors in release/3.1 #20687
Comments
Full error messages:
|
Oh, wait a minute - the |
Ok, here's what I think is happening: The build machines just updated to VS 16.5.1, which contains SDK 3.1.200, which contains runtime 3.1.2, which has this bug: #19133. That would explain why building a project locally doesn't fail the build, but building a solution does - our global.json lists the aspnetcore/src/Http/WebUtilities/src/Microsoft.AspNetCore.WebUtilities.csproj Lines 19 to 22 in 31203f0
(That FYI @Pilchie since this is a blocker for 3.1.4 |
Can we look at a binlog and see what's happening to the |
I'm grabbing one from a build now. Sadly I haven't been able to repro locally since I can't install a specific version of VS, and the latest 16.5 already has an SDK with the bug patched |
Good call, the only reference to pipes passed to CSC is |
#20760 will fix in 3.1.5 |
Errors like the following started popping up in release/3.1 on April 6:
The last green build was on 5019088
The first red build was on 31203f0
As the failures started on a no-op merge PR, this is very confusing. It may be related to a recent update to the VS versions on the build machines, or it may not.
Info:
rollForward: major
and updating the VS version in global.json didn't fix it in CIIIS.NewHandler.FunctionalTests
)Still digging, but this is a blocker for 3.1.4 and needs to be fixed by Tuesday
CC @dotnet/aspnet-build
The text was updated successfully, but these errors were encountered: