Skip to content

2.2.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@natemcmaster natemcmaster released this 22 Aug 17:53

ASP.NET Core 2.2.0 Preview 1 Release Notes

We are pleased to announce the release of ASP.NET Core 2.2.0 Preview 1.

See also the release notes for .NET Core 2.2 Preview 1.

Known Issues

  • Broken links in the ASP.NET Core Web Application (Razor Pages) template
    The Page1, Page2, and Privacy links on the home page of the ASP.NET Core Web Application (Razor Pages) template incorrectly point to controllers and actions that don't exist. To work around this issue update the links fixup links to point to the corresponding Razor Pages (Note: the Page1 and Page2 links in the navbar don't have corresponding pages and this is by design as they are only intended to illustrate how to add links to the navbar using Bootstrap).
  • Styling issues with the login partial when enabling Individual User Accounts authentication
    The Register, Login, and User Profile links in the login partial are misaligned. Update the login partial to correct the styling issue.
  • Default identity UI only supports Bootstrap 4
    The default identity UI was updated in this release to use Bootstrap 4. Apps that require Bootstrap 3 will need to override the default identity UI using the scaffolder and update the generated pages to switch back to Bootstrap 3. An option to use Bootstrap 3 instead of Bootstrap 4 with the default identity UI will be added in a future preview release.
  • Scaffolding generates Bootstrap 3 content into Boostrap 4 based projects
    The MVC, Razor Pages and Identity scaffolders generate have not been updated to Bootstrap 4 and still generate Bootstrap 3 based content. This will be addressed in a future preview release. To workaround the limitation manually update the styles to Bootstrap 4.
  • Publishing to Azure App Service results in error saying that ANCM v2 is not installed
    To deploy an ASP.NET Core 2.2 app to Azure App Service follow these instructions to install the required site extension.