amibar / SmartThreadPool

A .NET Thread Pool fully implemented in C# with many features
http://www.codeproject.com/Articles/7933/Smart-Thread-Pool
Microsoft Public License
508 stars 182 forks source link

Support for .NET Core? #15

Closed UweKeim closed 5 years ago

UweKeim commented 8 years ago

Do you any plans to support your library running on .NET Core in the near future?

beufordy3k commented 8 years ago

@amibar Are you taking pull requests for this?

amibar commented 8 years ago

@beufordy3k, you can create a pull request for this and I will merge it. Thanks.

espen75 commented 7 years ago

Do you have any plans to support your library running on .Net Core? Preferably .Net Core 2.0

picadoh commented 6 years ago

17 might be of interest for this issue.

@amibar @UweKeim @beufordy3k @espen75

ggeorgiou1 commented 6 years ago

I've checked NuGet and do not see SmartThreadPool.NetCore. Also, I downloaded the source code and do not see file SmartThreadPool.NetCore.csproj.

What am I missing.

Thanks George

ggeorgiou1 commented 6 years ago

Found the link in case somebody else needs to download it https://github.com/picadoh/SmartThreadPool

You also need to read #17

amibar commented 5 years ago

@picadoh @UweKeim @beufordy3k @espen75 I finally released a version that supports .NET core actually .NET Standard 2.0 and .NET Framework 4.6

UweKeim commented 5 years ago

Wow, this notification just came right in the moment when my build script fails with:

Could not install package 'SmartThreadPool.dll 2.2.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

So I have to pin a previous NuGet version of SmartThreadPool to keep my .NET 4.5.2 program to still compile?

amibar commented 5 years ago

@UweKeim I just released another version with net40 and net45, please check it.

Thanks

UweKeim commented 5 years ago

Currently compiling. Looks promising right now, not yet finished, it is a rather large build script with douzens of SLNs and hundreds of CSPROJs.

Will post here if finished.

UweKeim commented 5 years ago

Compiles successfully now again. Thank you very much 👍

amibar commented 5 years ago

👍