Click or drag to resize

How To Install Unity Container Async Extensions

This topic details the steps necessary for adding a Unity Container Async Extensions reference to a project.

  • Enter the following command into the Package Manager Console:

    Install-Package Ditto.AsyncInit.Unity

    If the solution contains multiple projects, the command above should be followed by the project name.

    Alternatively, you may use the Manage NuGet Packages window. Make sure the package ID is Ditto.AsyncInit.Unity.

See Also