-
-
Notifications
You must be signed in to change notification settings - Fork 109
Implement Migration Tool #774
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
base: develop
Are you sure you want to change the base?
Implement Migration Tool #774
Conversation
Nightly build for this pull request:
|
7f8f3ff
to
028f8de
Compare
b5f5f57
to
0122a2f
Compare
ee55039
to
e3f72ba
Compare
Including clientcore? What if polyfill requires a lot of dll files (like the updater in 2.12.0) |
It is a good question how to include already existed enums into migration tool. |
Just repeat the definition for now? I don't have a better way |
@Metadorius what do you think? I agree with @SadPencil to reduce numbers of libs by repeating the definitions. |
Why can't you reuse the same libs the client uses? BTW, this is one of the reasons I proposed for it to be a part of the client invoked as a command line parameter. |
Client assembly differences with libraries between different versions (like |
Do we really need to inconvenience ourselves that much because of issues of wrong binaries? IMO we would save a lot of hassle by not handling the problems with binaries. The migration tool doesn't apply 100% of the needed changes anyway, so it's not like we will lose a lot by not handling this. |
c0554ba
to
fd40066
Compare
@SadPencil Would you like to help with WindowsXNA Release NET4.8 target build? I don't know how to fix compilation for this target. |
I guess you'll have to consult @frg2089 for this error. Maybe you can also try moving the tool inside the DXMainClient project to avoid touching the build files |
1796d99
to
8455a80
Compare
Never mind, I managed to solve the problem myself. The issue was the build target. |
Closes #750
To Do List
Resource
folderMigration-INI.md
wrongEdit GlobalThemeSettings.ini
section