Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

2.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 May 04:31

Features

  • Update certificate loader to support diferent patterns for loading collections of certificates (#69)
  • WebHost.CreateDefaultBuilder should enable DI scope validation when in Development (#58)
  • Ensure logger factory is initialized with default configuration section in WebHost.CreateDefaultBuilder (#45)
  • Bind Kestrel options to config by default (#30)
  • Add new WebHost static API to Microsoft.AspNetCore meta-package with opinionated defaults (#24)
  • Map named ASP.NET target manifest property to the corresponding file path (#20)

Bugs Fixed

  • When setting up HTTPS endpoints only load the certificate specified (#84)
  • Provide a nice error message when the HTTPS certificate is not configured for the current environment (#83)
  • Exception when UserIdSecrets isn't turned on in the project file (#60)
  • Trim by all manifests when publishing by default. Only trim if the app is portable. (#55)
  • Publish output not trimmed when referencing Microsoft.AspNetCore.All (#50)
  • Add missing packages to M.A.All (#21)