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

In command-line diff in body of methods no save in xml file #32

Closed
mpx1368 opened this issue Aug 29, 2017 · 7 comments
Closed

In command-line diff in body of methods no save in xml file #32

mpx1368 opened this issue Aug 29, 2017 · 7 comments

Comments

@mpx1368
Copy link

mpx1368 commented Aug 29, 2017

in command line when i set a optional parameter on method no save in xml file but in UI show on list
dll file for test is attached

2.zip

@atdimitrov
Copy link
Contributor

What is the exact command you enter in the command line? Keep in mind that in order to use the command-line feature of JustAssembly you should use JustAssembly.CommandLineTool.exe, instead of JustAssembly.exe.

@mpx1368
Copy link
Author

mpx1368 commented Aug 29, 2017

please test with file in 2.zip attached in first post in command line and UI in command line mode xml file is empty but in ui mode show modify method screenshot attached @adimitrov93
justassm

@mpx1368 mpx1368 changed the title In command-line some diff no save in xml file In command-line diff in body of methods no save in xml file Aug 30, 2017
@yeganehaym
Copy link

+1
yes
when i working with command tool
the xml file is empty

@atdimitrov
Copy link
Contributor

Ah, now I understand you. This isn't a bug, but more like a feature. The command-line tool compares only the public API. In your case the change does not affect the public API and that's why the xml file is empty. If you change the access modifier of the method for example, then the xml will contain description of the change.

@mpx1368
Copy link
Author

mpx1368 commented Sep 1, 2017

i can't understand please help me with sample

@atdimitrov
Copy link
Contributor

Sure, here you are.
JustAssembly.Sample.zip

@mpx1368
Copy link
Author

mpx1368 commented Sep 1, 2017

i have no source change modifier to private and i want change in body of method in command line
i want change command line source to write change like UI mode in xml file

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

3 participants