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]: Minimal API renames in RC1 #474

Open halter73 opened 3 years ago

halter73 commented 3 years ago

Description

In RC1, the following APIs were renamed.

These changes were made in https://github.com/dotnet/aspnetcore/pull/35570.

Version

.NET 6 RC1

Previous behavior

There is no behavioral change. These are just renames.

New behavior

There is no behavioral change. These are just renames.

Type of breaking change

Reason for change

This change was made to improve the consistency of type names and remove "minimal" and "action" from the APIs.

Recommended action

It is recommended you recompile any projects built with an earlier SDK. For most projects, this should be all that is necessary.

If any of these type names or parameter names were referenced directly by name, the source should be updated to reflect the new names.

Affected APIs

Discussion issue: https://github.com/dotnet/aspnetcore/issues/37671