Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.36 KB

DotNetContainer

Run Status

Package Statistics
Extensions NuGet Badge
Framework NuGet Badge
Testing NuGet Badge
Validation NuGet Badge

A base environment on which to build applications and services.

The DotNetContainer pulls together several libraries and ties them together to provide a consistent environment to target and build.

Objectives

Milestone 1

  1. It should wire-up modules through module declarations and allow the usage of constructor dependency injection as its primary form of framework.

  2. It shall be available as a console application or windows service to host its applications.

Milestone 2

  1. It should provide a generic testing environment to easily create tests.