Skip to content
MILL5 edited this page May 18, 2016 · 2 revisions

Welcome to the yocto wiki!

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.

1) Cross platform and tooling experience**

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.

2) Support for Pooled lifetime

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.

3) Support for Enumerable types

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.