I've just upgraded my project to version 2 of
Munq, now
with lifetime managers. No drama and a great validation for the use of Unit Tests. Remove the reference to the original container, download and unzip the
new version. Load up the source for the new version, rebuild, and run tests. Then add a reference to the new version, or in this case two references, Munq.Interfaces and Munq.IocContainer, adjust namespace imports (
using Munq), use the new IIocContainer interface to declare the container (see below), and run tests. That's it.
public static IIocContainer Di { get; private set; }
No comments:
Post a Comment