Announcements icon indicating copy to clipboard operation
Announcements copied to clipboard

Subscribe to this repo to be notified about major changes in ASP.NET Core and Entity Framework Core

Results 118 Announcements issues
Sort by recently updated
recently updated
newest added

### Description The mechanism to infer binding source of **API Controller action's parameters** now mark parameters to be bound from the Dependency Injection container when the type is registered in...

Breaking change
Documented
7.0.0

### Description We have updated the `Microsoft.Data.SqlClient` package to 4.0.1. ### Version 7.0-preview2 ### Previous behavior The old version was `1.0.19249.1` ### New behavior We now use `4.0.1`. You can...

Breaking change
Documented
7.0.0

### Description Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv and Libuv.dll have been removed from ASP.NET Core 7.0.0-preview1. See https://github.com/dotnet/aspnetcore/issues/38022 for discussion. ### Version Other (please put exact version in description textbox) ### Previous behavior Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv...

Announcement
Breaking change
Documented
7.0.0

### Description The package [CommandLineUtils](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.commandlineutils) was removed from ASP.NET 2.0. The discussion issue was https://github.com/dotnet/extensions/issues/257. This change was overlooked because we failed to follow breaking changes in extensions. It is...

Breaking change
2.0.0

## Notice on obsoleted and removed APIs in AspNetCore [Brief description of the change] ### Version introduced 6.0.0-preview1 ### Old behavior APIs were not removed or obsolete. ### New behavior...

Announcement
Breaking change
Documented
6.0.0

### Description In RC2, the following APIs were renamed or merged. - The `Microsoft.AspNetCore.Builder.DelegateEndpointConventionBuilder` class was renamed to `Microsoft.AspNetCore.Builder.RouteHandlerBuilder`. - The `Microsoft.AspNetCore.Http.OpenApiDelegateEndpointConventionBuilderExtensions` class was renamed to `Microsoft.AspNetCore.Http.OpenApiRouteHandlerBuilderExtensions`. - The `Microsoft.AspNetCore.Builder.DelegateEndpointRouteBuilderExtensions`...

Breaking change
Documented
6.0.0

### Description In RC1, the following APIs were renamed. - The `Microsoft.AspNetCore.Builder.MinimalActionEndpointConventionBuilder` class was renamed to `Microsoft.AspNetCore.Builder.DelegateEndpointConventionBuilder`. - **Note:** This was renamed again in RC2 to `Microsoft.AspNetCore.Builder.RouteHandlerBuilder`. See https://github.com/aspnet/Announcements/issues/475. -...

Breaking change
Documented
6.0.0

### Description Starting in .NET 6 RC2, behavior that was introduced in .NET 6 RC1 to automatically set the `IEndpointNameMetadata` for endpoints has been reverted to avoid issues the logic...

Breaking change
Documented
6.0.0
source incompatible

### Description Starting in RC2, when we look for `TryParse` or `BindAsync` methods on your parameter types if we don't find a valid one we will also look for invalid...

Breaking change
Documented
6.0.0

### Description Razor Pages log messages have associated IDs and names. These are used to uniquely identify different kinds of log messages. Some of those IDs and names were incorrectly...

Breaking change
Documented
6.0.0