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

Make dotnet test logger a list of strings #774

Merged
merged 1 commit into from Aug 4, 2021
Merged

Make dotnet test logger a list of strings #774

merged 1 commit into from Aug 4, 2021

Conversation

totollygeek
Copy link
Contributor

@totollygeek totollygeek commented Aug 3, 2021

According to the docs:

-l|--logger <LOGGER>

Specifies a logger for test results. 
Unlike MSBuild, dotnet test doesn't accept abbreviations: instead of -l "console;v=d" use -l "console;verbosity=detailed".
Specify the parameter multiple times to enable multiple loggers.

Which means that dotnet test supports multiple --logger arguments. This is why I want to make it List<string>.

I confirm that the pull-request:

  • Follows the contribution guidelines
  • Is based on my own work
  • Is in compliance with my employer

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