Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify reflection #4702

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Simplify reflection

9574f08
Select commit
Loading
Failed to load commit list.
Draft

Simplify reflection #4702

Simplify reflection
9574f08
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build Windows Debug) failed Jan 17, 2025 in 7m 24s

Build Windows Debug failed

Annotations

Check failure on line 381 in src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs#L381

src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs(381,28): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ReflectHelper' does not contain a definition for 'GetFirstNonDerivedAttributeOrDefault' and no accessible extension method 'GetFirstNonDerivedAttributeOrDefault' accepting a first argument of type 'ReflectHelper' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 385 in src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs#L385

src\Adapter\MSTest.TestAdapter\Execution\UnitTestRunner.cs(385,28): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ReflectHelper' does not contain a definition for 'GetFirstNonDerivedAttributeOrDefault' and no accessible extension method 'GetFirstNonDerivedAttributeOrDefault' accepting a first argument of type 'ReflectHelper' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 359 in src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs#L359

src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs(359,64): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ReflectHelper' does not contain a definition for 'GetFirstNonDerivedAttributeOrDefault' and no accessible extension method 'GetFirstNonDerivedAttributeOrDefault' accepting a first argument of type 'ReflectHelper' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 104 in src\Adapter\MSTest.TestAdapter\Extensions\MethodInfoExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

src\Adapter\MSTest.TestAdapter\Extensions\MethodInfoExtensions.cs#L104

src\Adapter\MSTest.TestAdapter\Extensions\MethodInfoExtensions.cs(104,89): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ReflectHelper' does not contain a definition for 'GetFirstNonDerivedAttributeOrDefault' and no accessible extension method 'GetFirstNonDerivedAttributeOrDefault' accepting a first argument of type 'ReflectHelper' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 810 in src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Windows Debug)

src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs#L810

src\Adapter\MSTest.TestAdapter\Execution\TypeCache.cs(810,64): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ReflectHelper' does not contain a definition for 'GetFirstNonDerivedAttributeOrDefault' and no accessible extension method 'GetFirstNonDerivedAttributeOrDefault' accepting a first argument of type 'ReflectHelper' could be found (are you missing a using directive or an assembly reference?)