-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
479 WIP - refactor net 8.0 #489
base: Development
Are you sure you want to change the base?
479 WIP - refactor net 8.0 #489
Conversation
- Add basic docker compose setup - WIP convert the project to net 8.0
Hey! What was done :
You can use it. |
BTW |
The purpose of moving the code to .NET is, in the future, to move to the Linux platform. Thanks for the message, I looked into your fork. For launching on Windows OS, your changes are quite suitable, but for migration to Linux additional changes are needed. They are mainly related to the work of database access and the lack of support for System.Drawing on Linux. Anyway, thanks. |
…NetCore into 479-netcore8-docker-compose
…er is compiling correctly, wip migration to linux support
This PR contain a refactor of the way you setup the project using docker compose.
There is a container for the asset which is a submodule of OPResource.
There is a container for the db which is a submodule of OPDB.
There is a container for the server using the files from this repository.
Changes:
System.Drawing
withSkiaSharp
for linux support