Update code analyzer docs to include new analyzer added by dotnet/aspnetcore#47428.
Diagnostic ID: ASP0025
Severity: Information
Category: Usage
Description: Use AddAuthorizationBuilder to register authorization services and construct policies.
A diagnostic is reported for usages of the older AddAuthorization that can be converted to the new AddAuthorizationBuilder.
Associated WorkItem - 89921
Update code analyzer docs to include new analyzer added by dotnet/aspnetcore#47428.
Diagnostic ID: ASP0025
Severity: Information
Category: Usage
Description: Use AddAuthorizationBuilder to register authorization services and construct policies.
A diagnostic is reported for usages of the older
AddAuthorizationthat can be converted to the newAddAuthorizationBuilder.Associated WorkItem - 89921