2.0.0
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:
- Antiforgery
- AzureIntegration
- Caching
- Common
- Configuration
- DataProtection
- DependencyInjection
- DotNetTools
- EntityFramework
- FileSystem
- Hosting
- HttpAbstractions
- HttpSysServer
- Identity
- IISIntegration
- JsonPatch
- KestrelHttpServer
- Logging
- MetaPackages
- Microsoft.Data.Sqlite
- Mvc
- MvcPrecompilation
- Options
- Razor
- ResponseCaching
- Security
- Session
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