Click or drag to resize

Welcome to AsyncInit Dependency Injection Support

Introduction

This library adds a dependency injection layer on top of AsyncInit. It supports the following platforms:

  • .NET Framework 4
  • Silverlight 4
  • Windows 8
  • Windows Phone Silverlight 7.1
  • Windows Phone 8.1
  • Xamarin.Android
  • Xamarin.iOS
  • Portable Class Libraries

This library is meant to serve as a dependency for other libraries. One (and currently only) such library is the Unity Container Async Extensions.

Getting Started

The only conceivable reason for anyone installing this package on its own is their planning on developing an AsyncInit dependency injection library in the vein of the Unity Container Async Extensions. If this happens to be the case, they know what to do.

Aknowledegments

Stephen Cleary is the author of an excellent article that inspired this project.

Eric Woodruff is the creator of SHFB, which produces great project documentation like this one.

Notice

Copyright © Dmitry Shechtman 2014-2015

Licensed under the Apache License, Version 2.0 (the "License").

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

See Also