Unify reflection helpers #7344
Unify reflection helpers #7344
Build Linux Release failed
Annotations
Check failure on line 68 in src/Adapter/MSTestAdapter.PlatformServices/Execution/UnitTestRunner.cs
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'
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'
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'
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
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)'