Closed
Description
I'm interested in running Akka.net on .Net Core in ASP.net vNext. That currently isn't supported, but it doesn't look like it'd be insurmountable to make Akka's core a PCL.
- Using System.Configuration - Could this be extracted into a separate library?
- Using IClonable - Some precompiler statements should resolve that
- Using System.Runtime.Serialization namespace
- Using System.Runtime.Remoting namespace
I've only spent about an hour looking at this, so I'm probably missing something harder, but has anyone given this more serious thought or consideration?