-
Notifications
You must be signed in to change notification settings - Fork 1
Home
We are going to keep the wiki simple for now. Our goal with the wiki is to convey our roadmap. Here are the things that we are working on.
While our code is cross platform compatible in many cases, we have issues with tooling and deployment. This is mostly due to the .NET Framework SDK, NuGet, Visual Studio, Xamarin Studio, etc. We are working through these issues one at a time. As a part of that we will be upgrading to .NET Core RC2 first and then trying to address the various issues that we find.
We just happen to be on a project that can take advantage of a pooled instance lifetime. This is such a simple thing to support given how we refactor yocto recently. We already have the code for this. Most likely we will publish a 1.5-rc2 (i.e. prerelease) version with this support, but targeted at .NET Framework 4.5.1 and greater.
We know we want to support this but haven't decided how yet. The goal is to support registering a collection of implementations that all support the same interface. Each implementation should be able to register themselves under the collection with their own lifetime instancing.