framework icon indicating copy to clipboard operation
framework copied to clipboard

Migrate to .NET Core

Open cesarsouza opened this issue 4 years ago • 3 comments

It is currently quite hard to keep maintaining the project for multiple .NET Framework versions (the project supports even .NET 3.5, Mono and Unity), and .NET Core/Standard versions.

The project should completely migrate to .NET Standard (specially now that Windows Forms are supported in .NET Core 3.1), and drop support for all other frameworks.

Maybe we could keep the previous version in a branch and update it whenever there is a real need.

cesarsouza avatar May 24 '20 06:05 cesarsouza

Hi, I appreciate your project and would like to know how I could be of help. I am a senior programmer and would not mind making a contribution to your repository Are there any priorities in the migration effort you are wanting to perform ? Best

Omsaaf avatar Jun 04 '20 20:06 Omsaaf

Hi @Omsaaf,

Thanks a lot for the proposal! Yes, help would be welcome. I've currently posted a roadmap at #2123

Regards, Cesar

cesarsouza avatar Jun 05 '20 18:06 cesarsouza

Hi @cesarsouza, I have a .NET Standard (2.1)/.NET Framework 4.7 - compatible version of the Accord.Framework on my fork: https://github.com/sharpSteff/framework/tree/dotnetcore3_1

Feel free to take it as an inspiration for the major release of Accord

sharpSteff avatar Aug 13 '20 08:08 sharpSteff