Skip to content

Added a new test for RuntimeType.CreateInstanceImpl throws MissingMet…

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_Mono) failed Oct 18, 2024 in 19m 18s

Build ios-arm64 Release AllSubsets_Mono failed

Annotations

Check failure on line 151 in src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build ios-arm64 Release AllSubsets_Mono)

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs#L151

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs(151,20): error CS0177: (NETCORE_ENGINEERING_TELEMETRY=Build) The out parameter 'state' must be assigned to before control leaves the current method

Check failure on line 127 in src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build ios-arm64 Release AllSubsets_Mono)

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs#L127

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ActivatorTests.cs(127,13): error xUnit2006: (NETCORE_ENGINEERING_TELEMETRY=Build) Do not use Assert.StrictEqual to test for string equality. Use Assert.Equal instead. (https://xunit.net/xunit.analyzers/rules/xUnit2006)