You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-12-22T14:50:32: Arguments
2020-12-22T14:50:32: -reports:**/coverage*.xml
2020-12-22T14:50:32: -targetdir:coverage-report
2020-12-22T14:50:32: -reporttypes:JsonSummary;Html
2020-12-22T14:50:32: -verbosity:Verbose
2020-12-22T14:50:32: -title:my=title
2020-12-22T14:50:32: The short switch '-title:my=title' is not defined in the switch mappings.
2020-12-22T14:50:32: at Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load()
at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
at Palmmedia.ReportGenerator.Core.Generator.GetConfiguration() in /_/src/ReportGenerator.Core/Generator.cs:line 275
at Palmmedia.ReportGenerator.Core.Generator.GenerateReport(IReportConfiguration reportConfiguration) in /_/src/ReportGenerator.Core/Generator.cs:line 44
The text was updated successfully, but these errors were encountered:
Describe the bug
Report Generator throws exception when a command line argument contains equals sign (=) in value.
To Reproduce
Run this command for example:
Output:
The text was updated successfully, but these errors were encountered: