Skip to content

Fix error when close launched application new approach#107

Open
quangnt wants to merge 3 commits into2gis:masterfrom
zelonght:fix-error-when-close-launched-application
Open

Fix error when close launched application new approach#107
quangnt wants to merge 3 commits into2gis:masterfrom
zelonght:fix-error-when-close-launched-application

Conversation

@quangnt
Copy link
Copy Markdown

@quangnt quangnt commented Jun 14, 2016

No description provided.

with a launcher. That can fix exception Process Not Found in close/quit function.
* Fix error when get some attributes.
@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch 4 times, most recently from ef8b13b to ff484ed Compare June 15, 2016 04:40
@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch from 516ea8d to 4ab296d Compare July 8, 2016 05:03
Copy link
Copy Markdown
Contributor

@skyline-gleb skyline-gleb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@quangnt Hi, looks great, could you please remove changes in CHANGELOG.md (changes automatically at release)

@skyline-gleb
Copy link
Copy Markdown
Contributor

@NickAb join us to review, please

var intArray = obj as Int32[];
if (intArray != null)
{
return string.Join(",", intArray);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do integer arrays need special serialization? By default the should be serialized as json object like other arrays, dictionaries, etc.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last time, I had problem when get specific property of GUI element which returns array of integers (not remember exactly its type, System.Int32[] or System.Int64[]) and throws exception that type of object is not serialized object. So I force it as Int32[] and put result as string.

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.

3 participants