aspnet / Announcements

Subscribe to this repo to be notified about major changes in ASP.NET Core and Entity Framework Core
Other
1.66k stars 80 forks source link

[Breaking change]: Output Caching renames in 7.0 RC2 #492

Open sebastienros opened 2 years ago

sebastienros commented 2 years ago

Description

From 7.0 RC1 to 7.0 RC2 some APIs have changed to better represent their intent.

https://github.com/dotnet/aspnetcore/pull/43892

Version

.NET 7 RC2

Previous behavior

New behavior

Type of breaking change

Reason for change

This change was made to improve the consistency of method names and to remove ambiguity in their behavior.

Recommended action

It is recommended you recompile any projects built with an earlier SDK. If any of these method names were referenced directly, the source should be updated to reflect the new names.

Affected APIs