Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 791 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 791 Bytes

A set of APIs for commonly used programming patterns and utilities.

pub package Build Status

This package contains a set of libraries that make it easy to handle dependency injection (DI), logging, configuration, app shutdown, and service startup and shutdown. These libraries can be used individually as needed or via the Host which encapsulates the app's resource and lifetime functionality.

Much of this code is a derived work of the dotnet/runtime extensions namespace.