Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
As part of updating the Microsoft.AspNetcore.Mvc.Core
assembly to use LoggerMessageAttribute, the ASP.NET Core team discovered logger event IDs that were reused within a single log category. Event IDs and names should be unique so that different message types can be identified. These IDs have been updated to ensure that they're unique within a single log category.
ASP.NET Core 7.0
Some logger event IDs within the Microsoft.AspNetCore.Mvc.Core
assembly were reused within a single log category.
Duplicate logger event IDs within a single log category within the Microsoft.AspNetCore.Mvc.Core
assembly have been updated.
This change affects binary compatibility.
Logger event IDs and names should be unique so that different message types can be identified.
If you have code or configuration that references the old logger event IDs, update those references to use the new IDs.
Not detectable via API analysis.
.NET feedback
.NET is an open source project. Select a link to provide feedback: