Skip to content

Added a new test for RuntimeType.CreateInstanceImpl throws MissingMet…

Azure Pipelines / runtime (Build windows-x86 Debug Libraries_CheckedCoreCLR) failed Oct 18, 2024 in 29m 38s

Build windows-x86 Debug Libraries_CheckedCoreCLR 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 windows-x86 Debug Libraries_CheckedCoreCLR)

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 windows-x86 Debug Libraries_CheckedCoreCLR)

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)