Fixed bug #674 Unhandled Exception when Moving Folder of Classes from Project A to Project B
Hello. Should I write every times about license? Or is once enough?
I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the #develop open source product (the "Contribution"). My Contribution is licensed under the MIT License.
You can sign the JCA or include the comment about the MIT license with each pull request.
This pull request has a merge conflict. I cherry picked your original commit and re-formatted the code.
Another problem is that the behaviour seems to be incorrect since the copy does not happen if (includeInProject && ProjectService.OpenSolution != null) is false when previously it did copy. I guess it could be added in an else part of that if block.