giacomelli / GeneticSharp

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
MIT License
1.27k stars 332 forks source link

Any plan to migrate code to .Net Standard? #24

Closed Guymestef closed 6 years ago

Guymestef commented 6 years ago

Hello,

Have you start looking for .Net Standard, or it isn't planned at all?

giacomelli commented 6 years ago

Yeah, GeneticSharp will support it. Right now I cannot say when this migration will take place, but it will happen!

jameschch commented 6 years ago

Would also appreciate a Core compatible package at some point. The dependency that breaks .net standard can be brought into line with a workaround:

https://github.com/amibar/SmartThreadPool/pull/17