-
Notifications
You must be signed in to change notification settings - Fork 520
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
Bump to .NET 6.0.100-preview.3.21161.23 #10772
Bump to .NET 6.0.100-preview.3.21161.23 #10772
Conversation
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable Test results7 tests failed, 175 tests passed.Failed tests
Pipeline on Agent XAMBOT-1103' |
It seems like something with regards to networking changed, we have two failures from the same place:
@akoeplinger @steveisok does this ring a bell? could it have something to do with any HttpClientHandler changes? |
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results50 tests failed, 132 tests passed.Failed tests
|
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results19 tests failed, 163 tests passed.Failed tests
Pipeline on Agent XAMBOT-1095' |
… assembly's location.
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results4 tests failed, 178 tests passed.Failed tests
Pipeline on Agent XAMBOT-1095 |
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. Pipeline on Agent |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. Pipeline on Agent |
Fixes: TestHelpers/BuildEngine.cs(161,24): error CS0433: The type 'ProjectEvaluationFinishedEventArgs' exists in both 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'StructuredLogger, Version=2.1.0.0, Culture=neutral, PublicKeyToken=d4c7181801cb6448' [/Users/builder/azdo/_work/1/s/xamarin-macios/tests/msbuild/Xamarin.MacDev.Tests/Xamarin.MacDev.Tests.csproj]
…review.3.21152.10
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results3 tests failed, 179 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094' |
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results1 tests failed, 181 tests passed.Failed tests
Pipeline on Agent XAMBOT-1097' |
The latest MSBuild.StructuredLogger made some internal changes to the Message property which confuses some of our test logic. So implement manual printing of the log entries that we care about to make sure they conform to the expected format by the tests (the output is mimicing what 'msbuild /v:diag foo.binlog' would show).
❌ Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffTest results2 tests failed, 180 tests passed.Failed tests
Pipeline on Agent XAMBOT-1095' |
Test failures are unrelated
|
No description provided.