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

Provide better documentation for using custom test logger in dotnet test and make the tool produce more diagnostics. #39990

Open
voroninp opened this issue Apr 3, 2024 · 0 comments
Labels
Area-DotNet Test untriaged Request triage from a team member

Comments

@voroninp
Copy link

voroninp commented Apr 3, 2024

I believe things can be improved...a lot.

There is no schema for runsettings file. At least I could not find it.
There are no examples of how to reference an assembly with custom test logger placed somewhere in directory tree of the repository.
There's no guidance which framework I must/can target (netstandatd2.0 , net x.0 ?) when implementing my test logger.

The message Could not find a test logger with AssemblyQualifiedName, URI or FriendlyName 'TestLogger, Json.TestLogger'. is pretty much useless. It does not tell me what I need to do to fix the problem.
There's no information on how probing was done.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-DotNet Test untriaged Request triage from a team member labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DotNet Test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant