xamarin-macios icon indicating copy to clipboard operation
xamarin-macios copied to clipboard

[dotnet] Make it so that 'net6.0-*' TargetFrameworks work when building with .NET 7. Fixes #15344.

Open rolfbjarne opened this issue 3 years ago • 16 comments

The main part here is a rework of the KnownFrameworkReference item:

The KnownFrameworkReference now references the exact versions of the ref and runtime packs we're shipping with the sdk pack, instead of telling the build to use whatever version is defined in the workload.

Then in the workload we specify the latest released version of the .NET 6 for the ref and runtime packs.

Finally we add an aliased sdk pack, which points to the .NET 6 sdk pack, and when we're building a .NET 6 TargetFramework we load this aliased sdk pack instead of the one we're shipping with this workload.

Putting this together means that:

  • When we're building a .NET 7 TargetFramework, we load the sdk pack shipped with the workload, which adds a KnownFrameworkReference which references the ref and runtime packs with the same version as the sdk pack.
  • When we're building a .NET 6 TargetFramework, we load the (aliased) sdk pack which points to the latest stable .NET 6 sdk pack. That sdk pack will add a KnownFrameworkReference that tells the build to use the ref and runtime pack versions specified in the workload - which are now pointing to the .NET 6 ref and runtime pack versions.

Thus we use the .NET 6 sdk, ref and runtime packs when building a .NET 6 TargetFramework, and we use the .NET 7 sdk, ref and runtime packs when building a .NET 7 TargetFramework.

According to the workload design spec 1, this is supposed to be implemented by using aliased ref and runtime packs, but that doesn't work due to https://github.com/dotnet/sdk/issues/26384.

We can also bump MonoTouch.Dialog and Touch.Unit, to use these projects with a .NET 6 TFM.

Fixes https://github.com/xamarin/xamarin-macios/issues/15344.

rolfbjarne avatar Jul 12 '22 10:07 rolfbjarne

:fire: [PR Build] Build failed :fire:

Build failed for the job 'Detect API changes'

Pipeline on Agent Hash: [PR build]

:fire: Unable to find the contents for the comment: D:\a\1\s\change-detection\results\gh-comment.md does not exist :fire

Pipeline on Agent Hash: 8a4b90f109dfb946fd64ce1b26447a6306832335 [PR build]

:computer: [PR Build] Tests on macOS Mac Catalina (10.15) passed :computer:

:white_check_mark: All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent Hash: 8a4b90f109dfb946fd64ce1b26447a6306832335 [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1017.Monterey Hash: 8a4b90f109dfb946fd64ce1b26447a6306832335 [PR build]

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

Failed tests are:

  • linksdk
  • linkall
  • monotouch-test

Pipeline on Agent Hash: 8a4b90f109dfb946fd64ce1b26447a6306832335 [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 77 tests failed, 146 tests passed.

Failures

:x: cecil tests

1 tests failed, 0 tests passed.
  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 37)

Html Report (VSDrops) Download

:x: dotnettests tests

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: fsharp tests

4 tests failed, 3 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: framework tests

4 tests failed, 4 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • framework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: generator tests

1 tests failed, 1 tests passed.
  • Generator tests/.NET: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

4 tests failed, 3 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: introspection tests

4 tests failed, 4 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: linker tests

40 tests failed, 25 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Release [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Release [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link all/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link all/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Release [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: monotouch tests

11 tests failed, 12 tests passed.
  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac [dotnet]/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Release (all optimizations) [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: msbuild tests

1 tests failed, 1 tests passed.
  • MSBuild tests/Integration: Failed (Execution failed with exit code 32)

Html Report (VSDrops) Download

:x: mtouch tests

1 tests failed, 0 tests passed.
  • MTouch tests/NUnit: Failed (Execution failed with exit code 3)

Html Report (VSDrops) Download

:x: xcframework tests

4 tests failed, 4 tests passed.
  • xcframework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • xcframework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: xtro tests

1 tests failed, 1 tests passed.
  • Xtro/.NET: BuildFailure

Html Report (VSDrops) Download

Successes

:white_check_mark: bcl: All 69 tests passed. Html Report (VSDrops) Download :white_check_mark: install_source: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mmp: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: mononative: All 12 tests passed. Html Report (VSDrops) Download :white_check_mark: xammac: All 3 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:fire: Failed to compare API and create generator diff :fire:

Failed to update apidiff references

Pipeline on Agent Hash: a896bf3198be428c45b7250856816bf647fdd90a [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1103.Monterey' Hash: a896bf3198be428c45b7250856816bf647fdd90a [PR build]

:computer: [PR Build] Tests on macOS Mac Catalina (10.15) passed :computer:

:white_check_mark: All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent Hash: a896bf3198be428c45b7250856816bf647fdd90a [PR build]

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

Failed tests are:

  • linksdk
  • xammac_tests
  • monotouch-test

Pipeline on Agent Hash: a896bf3198be428c45b7250856816bf647fdd90a [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

16 tests crashed, 1 tests failed, 5 tests passed.

Failures

:x: bcl tests

:fire: Failed catastrophically on VSTS: simulator tests - bcl (no summary found).

Html Report (VSDrops) Download

:x: cecil tests

:fire: Failed catastrophically on VSTS: simulator tests - cecil (no summary found).

Html Report (VSDrops) Download

:x: dotnettests tests

:fire: Failed catastrophically on VSTS: simulator tests - dotnettests (no summary found).

Html Report (VSDrops) Download

:x: fsharp tests

:fire: Failed catastrophically on VSTS: simulator tests - fsharp (no summary found).

Html Report (VSDrops) Download

:x: framework tests

:fire: Failed catastrophically on VSTS: simulator tests - framework (no summary found).

Html Report (VSDrops) Download

:x: generator tests

1 tests failed, 1 tests passed.
  • Generator tests/.NET: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

:fire: Failed catastrophically on VSTS: simulator tests - interdependent_binding_projects (no summary found).

Html Report (VSDrops) Download

:x: install_source tests

:fire: Failed catastrophically on VSTS: simulator tests - install_source (no summary found).

Html Report (VSDrops) Download

:x: introspection tests

:fire: Failed catastrophically on VSTS: simulator tests - introspection (no summary found).

Html Report (VSDrops) Download

:x: linker tests

:fire: Failed catastrophically on VSTS: simulator tests - linker (no summary found).

Html Report (VSDrops) Download

:x: mmp tests

:fire: Failed catastrophically on VSTS: simulator tests - mmp (no summary found).

Html Report (VSDrops) Download

:x: mononative tests

:fire: Failed catastrophically on VSTS: simulator tests - mononative (no summary found).

Html Report (VSDrops) Download

:x: monotouch tests

:fire: Failed catastrophically on VSTS: simulator tests - monotouch (no summary found).

Html Report (VSDrops) Download

:x: msbuild tests

:fire: Failed catastrophically on VSTS: simulator tests - msbuild (no summary found).

Html Report (VSDrops) Download

:x: mtouch tests

:fire: Failed catastrophically on VSTS: simulator tests - mtouch (no summary found).

Html Report (VSDrops) Download

:x: xcframework tests

:fire: Failed catastrophically on VSTS: simulator tests - xcframework (no summary found).

Html Report (VSDrops) Download

:x: xtro tests

:fire: Failed catastrophically on VSTS: simulator tests - xtro (no summary found).

Html Report (VSDrops) Download

Successes

:white_check_mark: mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: xammac: All 3 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:fire: Failed to compare API and create generator diff :fire:

Failed to update apidiff references

Pipeline on Agent Hash: 313b04fb01beaf03db05b42a509f56a3ac9d81f1 [PR build]

:computer: [PR Build] Tests on macOS Mac Catalina (10.15) passed :computer:

:white_check_mark: All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent Hash: 313b04fb01beaf03db05b42a509f56a3ac9d81f1 [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1098.Monterey' Hash: 313b04fb01beaf03db05b42a509f56a3ac9d81f1 [PR build]

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

Failed tests are:

  • xammac_tests
  • monotouch-test

Pipeline on Agent Hash: 313b04fb01beaf03db05b42a509f56a3ac9d81f1 [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 76 tests failed, 147 tests passed.

Failures

:x: cecil tests

1 tests failed, 0 tests passed.
  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 17)

Html Report (VSDrops) Download

:x: dotnettests tests

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: fsharp tests

4 tests failed, 3 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: framework tests

4 tests failed, 4 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • framework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: generator tests

1 tests failed, 1 tests passed.
  • Generator tests/.NET: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

4 tests failed, 3 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: introspection tests

4 tests failed, 4 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: linker tests

40 tests failed, 25 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Release [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Release [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link all/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link all/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Release [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: monotouch tests

11 tests failed, 12 tests passed.
  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac [dotnet]/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Release (all optimizations) [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: msbuild tests

1 tests failed, 1 tests passed.
  • MSBuild tests/Integration: Failed (Execution failed with exit code 32)

Html Report (VSDrops) Download

:x: mtouch tests

1 tests failed, 0 tests passed.
  • MTouch tests/NUnit: Failed (Execution failed with exit code 3)

Html Report (VSDrops) Download

:x: xcframework tests

4 tests failed, 4 tests passed.
  • xcframework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • xcframework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

Successes

:white_check_mark: bcl: All 69 tests passed. Html Report (VSDrops) Download :white_check_mark: install_source: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mmp: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: mononative: All 12 tests passed. Html Report (VSDrops) Download :white_check_mark: xammac: All 3 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 2 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

No test package could be found for tests on macOS M1 - Mac Big Sur (11.5)

Pipeline on Agent Hash: bf9c4cc79632ee435bff1135cb1474a043eda42b [PR build]

:x: [PR Build] Tests on macOS Mac Catalina (10.15) failed :x:

No test package could be found for tests on macOS Mac Catalina (10.15)

Pipeline on Agent Hash: bf9c4cc79632ee435bff1135cb1474a043eda42b [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1017.Monterey' Hash: bf9c4cc79632ee435bff1135cb1474a043eda42b [PR build]

:fire: Failed to compare API and create generator diff :fire:

Failed to update apidiff references

Pipeline on Agent Hash: bf9c4cc79632ee435bff1135cb1474a043eda42b [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

16 tests crashed, 2 tests failed, 70 tests passed.

Failures

:x: bcl tests

1 tests failed, 68 tests passed.
  • [NUnit] Mono CorlibTests/watchOS 32-bits - simulator/Debug: Failed

Html Report (VSDrops) Download

:x: cecil tests

1 tests failed, 0 tests passed.
  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 17)

Html Report (VSDrops) Download

:x: dotnettests tests

:fire: Failed catastrophically on VSTS: simulator tests - dotnettests (no summary found).

Html Report (VSDrops) Download

:x: fsharp tests

:fire: Failed catastrophically on VSTS: simulator tests - fsharp (no summary found).

Html Report (VSDrops) Download

:x: framework tests

:fire: Failed catastrophically on VSTS: simulator tests - framework (no summary found).

Html Report (VSDrops) Download

:x: generator tests

:fire: Failed catastrophically on VSTS: simulator tests - generator (no summary found).

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

:fire: Failed catastrophically on VSTS: simulator tests - interdependent_binding_projects (no summary found).

Html Report (VSDrops) Download

:x: install_source tests

:fire: Failed catastrophically on VSTS: simulator tests - install_source (no summary found).

Html Report (VSDrops) Download

:x: introspection tests

:fire: Failed catastrophically on VSTS: simulator tests - introspection (no summary found).

Html Report (VSDrops) Download

:x: linker tests

:fire: Failed catastrophically on VSTS: simulator tests - linker (no summary found).

Html Report (VSDrops) Download

:x: mac_binding_project tests

:fire: Failed catastrophically on VSTS: simulator tests - mac_binding_project (no summary found).

Html Report (VSDrops) Download

:x: mmp tests

:fire: Failed catastrophically on VSTS: simulator tests - mmp (no summary found).

Html Report (VSDrops) Download

:x: mononative tests

:fire: Failed catastrophically on VSTS: simulator tests - mononative (no summary found).

Html Report (VSDrops) Download

:x: monotouch tests

:fire: Failed catastrophically on VSTS: simulator tests - monotouch (no summary found).

Html Report (VSDrops) Download

:x: msbuild tests

:fire: Failed catastrophically on VSTS: simulator tests - msbuild (no summary found).

Html Report (VSDrops) Download

:x: mtouch tests

:fire: Failed catastrophically on VSTS: simulator tests - mtouch (no summary found).

Html Report (VSDrops) Download

:x: xammac tests

:fire: Failed catastrophically on VSTS: simulator tests - xammac (no summary found).

Html Report (VSDrops) Download

:x: xcframework tests

:fire: Failed catastrophically on VSTS: simulator tests - xcframework (no summary found).

Html Report (VSDrops) Download

Successes

:white_check_mark: xtro: All 2 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

1 tests crashed, 76 tests failed, 145 tests passed.

Failures

:x: bcl tests

1 tests failed, 68 tests passed.
  • [NUnit] Mono CorlibTests/watchOS 32-bits - simulator/Debug: Failed

Html Report (VSDrops) Download

:x: cecil tests

1 tests failed, 0 tests passed.
  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 17)

Html Report (VSDrops) Download

:x: dotnettests tests

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: fsharp tests

4 tests failed, 3 tests passed.
  • fsharp/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • fsharp/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • fsharp/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: framework tests

4 tests failed, 4 tests passed.
  • framework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • framework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • framework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: generator tests

1 tests failed, 1 tests passed.
  • Generator tests/.NET: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

4 tests failed, 3 tests passed.
  • interdependent-binding-projects/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: introspection tests

4 tests failed, 4 tests passed.
  • introspection/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • introspection/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • introspection/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: linker tests

40 tests failed, 25 tests passed.
  • dont link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • dont link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • dont link/tvOS - simulator/Release [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link sdk/tvOS - simulator/Release [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac [dotnet]/Release [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • link all/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • link all/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • link all/tvOS - simulator/Debug [dotnet]: BuildFailure
  • link all/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode copy/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode copy/tvOS - simulator/Release [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • trimmode link/Mac Catalyst [dotnet]/Release [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/iOS Unified 64-bits - simulator/Release [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Debug [dotnet]: BuildFailure
  • trimmode link/tvOS - simulator/Release [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: monotouch tests

11 tests failed, 12 tests passed.
  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac [dotnet]/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Debug (static registrar) [dotnet]: BuildFailure
  • monotouch-test/tvOS - simulator/Release (all optimizations) [dotnet]: BuildFailure

Html Report (VSDrops) Download

:x: msbuild tests

:fire: Failed catastrophically on VSTS: simulator tests - msbuild (no summary found).

Html Report (VSDrops) Download

:x: mtouch tests

1 tests failed, 0 tests passed.
  • MTouch tests/NUnit: Failed (Execution failed with exit code 3)

Html Report (VSDrops) Download

:x: xcframework tests

4 tests failed, 4 tests passed.
  • xcframework-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • xcframework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: BuildFailure
  • xcframework-test/tvOS - simulator/Debug [dotnet]: BuildFailure

Html Report (VSDrops) Download

Successes

:white_check_mark: install_source: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mmp: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: mononative: All 12 tests passed. Html Report (VSDrops) Download :white_check_mark: xammac: All 3 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 2 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1162.Monterey' Hash: 99b284e6c05a401faf54d18445f0b8ab6ead4453 [PR build]

:fire: Failed to compare API and create generator diff :fire:

Failed to update apidiff references

Pipeline on Agent Hash: 99b284e6c05a401faf54d18445f0b8ab6ead4453 [PR build]

:computer: [PR Build] Tests on macOS Mac Catalina (10.15) passed :computer:

:white_check_mark: All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent Hash: 99b284e6c05a401faf54d18445f0b8ab6ead4453 [PR build]

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

Failed tests are:

  • introspection
  • xammac_tests
  • monotouch-test

Pipeline on Agent Hash: 99b284e6c05a401faf54d18445f0b8ab6ead4453 [PR build]

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 1 tests failed, 222 tests passed.

Failures

:x: dotnettests tests

1 tests failed, 0 tests passed.
  • DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

Successes

:white_check_mark: bcl: All 69 tests passed. Html Report (VSDrops) Download :white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 7 tests passed. Html Report (VSDrops) Download :white_check_mark: framework: All 8 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 7 tests passed. Html Report (VSDrops) Download :white_check_mark: install_source: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: introspection: All 8 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 65 tests passed. Html Report (VSDrops) Download :white_check_mark: mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: mmp: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: mononative: All 12 tests passed. Html Report (VSDrops) Download :white_check_mark: monotouch: All 23 tests passed. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :white_check_mark: mtouch: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: xammac: All 3 tests passed. Html Report (VSDrops) Download :white_check_mark: xcframework: All 8 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 2 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: [PR build]

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent XAMBOT-1042.Monterey' Hash: d0484b06912750b4a8fa26a8a01d478b5418d386 [PR build]

:x: [PR Build] Tests on macOS Mac Catalina (10.15) failed :x:

Failed tests are:

  • introspection

Pipeline on Agent Hash: d0484b06912750b4a8fa26a8a01d478b5418d386 [PR build]

:fire: Failed to compare API and create generator diff :fire:

Failed to update apidiff references

Pipeline on Agent Hash: d0484b06912750b4a8fa26a8a01d478b5418d386 [PR build]