Skip to content

2.0.0

Compare
Choose a tag to compare
@danroth27 danroth27 released this 14 Aug 13:07

ASP.NET Core 2.0.0 Release Notes

We are pleased to announce the release of ASP.NET Core 2.0.0!

You can find details on the new features and bug fixes in 2.0.0 for the following components on their corresponding release pages:

Breaking Changes

  • For a list of the breaking changes for this release please refer to the issues in the Announcements repo.

Known Issues

  • Error when rendering sections that uses tag helpers with model expressions
    When rendering a section that uses tag helpers with model expressions you get the following error: A local or parameter named '__model' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter. This issue (aspnet/Razor#1618) will be addressed in the next patch release