Skip to content

Conversation

@ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Aug 2, 2023

Regressed with #32964

Fixes #34405

Unhandled exception. System.ArgumentException: Names and aliases cannot contain whitespace: "If true, preserves unnecessary suppressions when re-generating the suppression file." (Parameter 'alias')
   at System.CommandLine.CliSymbol.ThrowIfEmptyOrWithWhitespaces(String value, String paramName, Boolean canContainWhitespaces)
   at System.CommandLine.AliasSet..ctor(String[] aliases)
   at System.CommandLine.CliOption..ctor(String name, String[] aliases)
   at System.CommandLine.CliOption`1..ctor(String name, String[] aliases, CliArgument`1 argument)
   at System.CommandLine.CliOption`1..ctor(String name, String[] aliases)
   at Microsoft.DotNet.ApiCompat.Tool.Program.Main(String[] args) in /_/src/ApiCompat/Microsoft.DotNet.ApiCompat.Tool/Program.cs:line 27

@ViktorHofer ViktorHofer requested review from a team, ericstj and joperezr as code owners August 2, 2023 15:57
@ghost ghost added Area-ApiCompat untriaged Request triage from a team member labels Aug 2, 2023
@ViktorHofer ViktorHofer enabled auto-merge (squash) August 2, 2023 16:07
@ViktorHofer ViktorHofer merged commit 2238c4f into main Aug 2, 2023
@ViktorHofer ViktorHofer deleted the ViktorHofer-patch-1 branch August 2, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-ApiCompat untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

APICompat tool fails to start

4 participants