NimaAra / Easy.MessageHub

No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
MIT License
258 stars 41 forks source link

Available for dotnet core? #5

Closed riker09 closed 7 years ago

riker09 commented 7 years ago

I'm currently implementing this pattern in one of my services and I was looking for a small library, that does all the hard work while keeping my application small and simple. I came across this project, but I wasn't able to install it via nuget. The error message said, that it is not available for DotNet Core. Is it possible to have this supported?

NimaAra commented 7 years ago

Thanks for your interest in the project.

There is already #3, it is just a matter of finding the time to add support for it and frankly with .Net Standard 2.0 still unavailable and terrible tooling experience around .Net Core from Microsoft, I will probably leave this until the release of Visual Studio 2017 before fully supporting .Net Core. Having said that, I may take a look at it this weekend to see how much of a big headache it is going to be.

NimaAra commented 7 years ago

As of v3.0.0 the library supports Net 3.5 and netstandard1.0.