Skip to content

Merge remote-tracking branch 'origin/main' into dev/amauryleve/reflec…

19c1646
Select commit
Loading
Failed to load commit list.
Open

Unify reflection helpers #7344

Merge remote-tracking branch 'origin/main' into dev/amauryleve/reflec…
19c1646
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build Linux Release) failed Apr 17, 2026 in 4m 11s

Build Linux Release failed

Annotations

Check failure on line 68 in src/Adapter/MSTestAdapter.PlatformServices/Execution/UnitTestRunner.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Adapter/MSTestAdapter.PlatformServices/Execution/UnitTestRunner.cs#L68

src/Adapter/MSTestAdapter.PlatformServices/Execution/UnitTestRunner.cs(68,36): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations' to 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper'

Check failure on line 146 in src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs#L146

src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs(146,47): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper' to 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations'

Check failure on line 147 in src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs#L147

src/Adapter/MSTestAdapter.PlatformServices/Discovery/AssemblyEnumerator.cs(147,59): error CS1503: (NETCORE_ENGINEERING_TELEMETRY=Build) Argument 1: cannot convert from 'Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper' to 'Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations'

Check failure on line 102 in src/Adapter/MSTestAdapter.PlatformServices/Services/ReflectionOperations.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Adapter/MSTestAdapter.PlatformServices/Services/ReflectionOperations.cs#L102

src/Adapter/MSTestAdapter.PlatformServices/Services/ReflectionOperations.cs(102,16): error CS0117: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Ensure' does not contain a definition for 'NotNull'

Check failure on line 408 in src/Adapter/MSTestAdapter.PlatformServices/Execution/TypeCache.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Adapter/MSTestAdapter.PlatformServices/Execution/TypeCache.cs#L408

src/Adapter/MSTestAdapter.PlatformServices/Execution/TypeCache.cs(408,36): error CS7036: (NETCORE_ENGINEERING_TELEMETRY=Build) There is no argument given that corresponds to the required parameter 'reflectionOperation' of 'MethodInfoExtensions.IsValidReturnType(MethodInfo, IReflectionOperations)'