rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

[Feature Request] Make it work on .NET Core #25

Open rbwhitaker opened 4 years ago

rbwhitaker commented 4 years ago

Describe the feature you'd like to see .NET Core is the future of .NET, and even though this is a WinForms project, that's supported on .NET Core now. It would be nice to move the project over to .NET Core 3.1 (or even 3.0).

Describe why this feature would be helpful to you This is the future of .NET, and so it would better allow the project to keep going in the future, because it would be running on the latest and greatest tools.

Additional context None.

moolicc commented 4 years ago

As was discussed in the discord, it might be worth noting that a clickonce alternative would have to be implemented to make this port happen.

rbwhitaker commented 3 years ago

It is now on .NET Framework 4.8. I converted to .NET Core 3.1, but there were issues with display resolution. Images and graphical drawings were repeated/tiled in strange ways. I think we still want to convert this to .NET Core, but probably not in the 2.0.0 time frame.