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

tagdiff error #139

Closed
yearnwang opened this issue Feb 17, 2020 · 1 comment
Closed

tagdiff error #139

yearnwang opened this issue Feb 17, 2020 · 1 comment

Comments

@yearnwang
Copy link

Describe the bug
I want report for tagdiff,but I can't get report.
show: A runtime error has occured. Please see log file for more information.

To Reproduce
dotnet AppInspector.dll tagdiff --src1 7z-16.00.zip --src2 7z-19.00.zip

Expected behavior
log.txt
at Microsoft.AppInspector.TagDiffCommand.Run()
at Microsoft.AppInspector.Program.RunTagDiffCommand(TagDiffCommandOptions opts)
at Microsoft.AppInspector.Program.<>c.

b__6_1(TagDiffCommandOptions opts)
at CommandLine.ParserResultExtensions.MapResult[T1,T2,T3,T4,T5,TResult](ParserResult1 result, Func2 parsedFunc1, Func2 parsedFunc2, Func2 parsedFunc3, Func2 parsedFunc4, Func2 parsedFunc5, Func`2 notParsedFunc)
at Microsoft.AppInspector.Program.Main(String[] args)

Screenshots
tagdiff_error

Desktop (please complete the following information):

  • OS: win10_x64
  • Browser chorme
  • Version : 1.0.26
@guyacosta
Copy link
Contributor

Thanks for reporting. A recent change in how exclusion filters work in analyze command required the additional parameter be included as a required parameter for TagDiff and TagTest. These are corrected but in addition the Analyze command will check first if a value was submitted before attempting a string operation. Fixed in #140

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

No branches or pull requests

2 participants