v0.1

v0.1.0

Packages

  • Do.Architecture package is introduced. This package exposes core feature and layer system that is mentioned in Architecture section

Features

  • Beta features are available in do-blueprints-service package;
    • DependencyInjection layer is added, you can now configure IServiceCollection in features
    • Web layer is added, you can now configure IApplicationBuilder and IEndpointRouteBuilder in features
    • Greeting feature is added with two implementations HelloWorld and WelcomePage