-
Notifications
You must be signed in to change notification settings - Fork 515
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
[tools] Revert workaround for dotnet/runtime#45535. #12011
Conversation
The dotnet/runtime issue in question has been fixed. Ref: dotnet/runtime#45535 Ref: xamarin@39948aa
CC @filipnavara |
LGTM. The workaround for |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results31 tests failed, 84 tests passed.Failed tests
|
@filipnavara looks like it's not fully fixed in dotnet/runtime:
|
That's really weird. I will need to verify that the consumed assets are the correct ones. The blocking P6/P7 bumps are not making that easy. |
@filipnavara here are build logs if that helps: |
It is still broken for System.Net.Http and System.Net.Mail on the dotnet/runtime side. The same fix that was applied here: System.Net.Security does appear to be fixed though. cc @MaximLipnin |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results11 tests failed, 107 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
@filipnavara / @MaximLipnin: as of
is this known? |
Not to me. The PR in dotnet/runtime was supposed to fix this. I'll check what is going on and how System.Net.Mail.dll is packed in the runtime packs. (Side-note: I'm going to be out of civilisation for the next couple of days so if someone gets to it earlier than Monday then feel free to attack it.) |
Apparently these files: |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 117 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Test failure is unrelated (https://github.com/xamarin/maccore/issues/2443). |
The dotnet/runtime issue in question has been fixed.
Ref: dotnet/runtime#45535
Ref: 39948aa