Replies: 4 comments 17 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I was also thinking about creating a converter. We could give users an option in the installer and/or have ComicRack detect old thumbnails on first run.
|
Beta Was this translation helpful? Give feedback.
-
Just putting what is on my mind here. I did check the code but found it hard to read I guess due to de-compiling. I will need more time to follow up some utilities and functions. I would really like to see an official roadmap on the wiki page after concluding the discussions here. Code Quality Basic Functions & Modernization: Bugs & Problems: New Features |
Beta Was this translation helpful? Give feedback.
-
I've updated the projects files to support the newer SDK style, along with changes to support the newer language functions. This is probably the limit of what we can do. I don't know if it will be possible to move to .NET 8+. While trying to remove the need for BinaryFormatter, i've updated the Clone Utility to use a nuget package called DeepCloner, that seems to work but crashed the release build. So I've had to revert the changes for now. The remote library is using a function called Windows Communication Foundation that is deprecated, that will need to be either scraped or redone using more modern alternative (that I've not looked what they are). Edit: It seems that the replacement for WCF is CoreWCF. |
Beta Was this translation helpful? Give feedback.
-
This thread is for discussing and setting long term technical goals the project can strive for.
While the term technology is a bit vague, I couldn't come up with a better name to refer to both frameworks, libraries and applications that are employed in CR.
Current project technologies:
(Note: version, 3.4.1 is for Python 3 scripts, CR Plugins use Python 2)
Some of these are not ideal, as they're either single platform or considered obsolete.
Proposed technologies:
Evaluation Criteria
If you want to add a feasible choice, consider these:
Beta Was this translation helpful? Give feedback.
All reactions