vlingo-net / xoom-net-actors

Type safe Actor Model toolkit for reactive concurrency and resiliency using C# and other .NET languages.
Mozilla Public License 2.0
39 stars 18 forks source link

Target netstandard2.0 et netstandard2.1 #66

Closed tjaskula closed 4 years ago

tjaskula commented 4 years ago

The goal is to use new C#8 features like default interface implementation and nullable types which helps a lot porting java code to .net.