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

WIP: Implement 4446 using {d} and {D} for derived class names. #4566

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

andrewimcclement
Copy link
Contributor

See discussion on #4446

{
public override void AppendTextTo(StringBuilder sb, TestMethod testMethod, object?[]? args)
{
sb.Append(testMethod.TypeInfo!.Name);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the problem is that TypeInfo is set to be the methodInfo.TypeInfo. Need to find another way of accessing the correct data.

@OsirisTerje OsirisTerje changed the title Implement 4446 using {d} and {D} for derived class names. WIP: Implement 4446 using {d} and {D} for derived class names. Nov 30, 2023
@andrewimcclement
Copy link
Contributor Author

Can someone allow the tests to be run in CI? I can't work out how to get the tests to run locally.

@OsirisTerje
Copy link
Member

Approved it for running now.

But you should be able to run them locally by:

build --target test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants