Skip to content

CI Update: https://dev.azure.com/msft-skilling/Content/_workitems/edit/569695#313

Merged
v-alje merged 2 commits intomainfrom
smoke-test
Apr 15, 2026
Merged

CI Update: https://dev.azure.com/msft-skilling/Content/_workitems/edit/569695#313
v-alje merged 2 commits intomainfrom
smoke-test

Conversation

@v-alje
Copy link
Copy Markdown
Contributor

@v-alje v-alje commented Apr 13, 2026

Build.Reason:Manual by Alma Jenks (BEYONDSOFT CONSULTING INC)
Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=601710&view=results
source_repo.branch:master
source_repo.csvPath:bundlepackages/aspnetcore
source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig

 Build.Reason:Manual by Alma Jenks (BEYONDSOFT CONSULTING INC)
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=601710&view=results
 source_repo.branch:master
 source_repo.csvPath:bundlepackages/aspnetcore
 source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit aa613c8:

⚠️ Validation status: warnings

File Status Preview URL Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization/AllowAnonymousAttribute.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization/AuthorizeAttribute.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/EndpointRoutingApplicationBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/OpenApiEndpointConventionBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/OutputCacheApplicationBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/RoutingEndpointConventionBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.RenderTree/WebRenderer.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.Negotiate/AuthenticationFailedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.Negotiate/LdapContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/AuthenticationFailedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/PushedAuthorizationContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/RemoteSignOutContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/TokenValidatedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/UserInformationReceivedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication/PropertiesSerializer.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication/TicketSerializer.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/AssertionRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/ClaimsAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/DenyAnonymousAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/NameAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/OperationAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/RolesAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.Forms/DataAnnotationsValidator.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.Forms/FieldIdentifier.xml 💡Suggestion View Details

This comment lists only the first 25 files in the pull request.

aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>.HandleRemoteSignOutAsync'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>.HandleRemoteSignOutAsync'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:HandleRemoteSignOutAsync for uid: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler.HandleRemoteSignOutAsync.

aspnet-core/xml/Microsoft.AspNetCore.Authorization/AllowAnonymousAttribute.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:ToString for uid: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.ToString.

aspnet-core/xml/Microsoft.AspNetCore.Authorization/AuthorizeAttribute.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:ToString for uid: Microsoft.AspNetCore.Authorization.AuthorizeAttribute.ToString.

aspnet-core/xml/Microsoft.AspNetCore.Builder/EndpointRoutingApplicationBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/OpenApiEndpointConventionBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.OpenApi.Models.OpenApiOperation'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.OpenApi.Models.OpenApiOperation'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/OutputCacheApplicationBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/RoutingEndpointConventionBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Http.Metadata.FormOptionsMetadata'.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

 Build.Reason:Manual by Alma Jenks (BEYONDSOFT CONSULTING INC)
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=602079&view=results
 source_repo.branch:master
 source_repo.csvPath:bundlepackages/aspnetcore
 source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 95a5aab:

⚠️ Validation status: warnings

File Status Preview URL Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization/AllowAnonymousAttribute.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization/AuthorizeAttribute.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/EndpointRoutingApplicationBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/OpenApiEndpointConventionBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/OutputCacheApplicationBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Builder/RoutingEndpointConventionBuilderExtensions.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.RenderTree/WebRenderer.xml ⚠️Warning View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.Negotiate/AuthenticationFailedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.Negotiate/LdapContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/AuthenticationFailedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/PushedAuthorizationContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/RemoteSignOutContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/TokenValidatedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/UserInformationReceivedContext.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication/PropertiesSerializer.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authentication/TicketSerializer.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/AssertionRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/ClaimsAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/DenyAnonymousAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/NameAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/OperationAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Authorization.Infrastructure/RolesAuthorizationRequirement.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.Forms/DataAnnotationsValidator.xml 💡Suggestion View Details
aspnet-core/xml/Microsoft.AspNetCore.Components.Forms/FieldIdentifier.xml 💡Suggestion View Details

This comment lists only the first 25 files in the pull request.

aspnet-core/xml/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>.HandleRemoteSignOutAsync'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>.HandleRemoteSignOutAsync'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:HandleRemoteSignOutAsync for uid: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler.HandleRemoteSignOutAsync.

aspnet-core/xml/Microsoft.AspNetCore.Authorization/AllowAnonymousAttribute.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:ToString for uid: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.ToString.

aspnet-core/xml/Microsoft.AspNetCore.Authorization/AuthorizeAttribute.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'System.Attribute.ToString'.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:ToString for uid: Microsoft.AspNetCore.Authorization.AuthorizeAttribute.ToString.

aspnet-core/xml/Microsoft.AspNetCore.Builder/EndpointRoutingApplicationBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Routing.EndpointMiddleware'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/OpenApiEndpointConventionBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.OpenApi.Models.OpenApiOperation'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.OpenApi.Models.OpenApiOperation'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/OutputCacheApplicationBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware'.
  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware'.

aspnet-core/xml/Microsoft.AspNetCore.Builder/RoutingEndpointConventionBuilderExtensions.xml

  • Line 0, Column 0: [Warning: xref-not-found - See documentation] Cross reference not found: 'Microsoft.AspNetCore.Http.Metadata.FormOptionsMetadata'.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Copy link
Copy Markdown

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thanks!!!!
I checked over the warnings and compared them to previous major version updates (with preview) such as v10. Looks like they are the same expected cross-link warnings that were ignored before.

@wadepickett
Copy link
Copy Markdown

wadepickett commented Apr 15, 2026

@mikekistler, you were on the API ref generation review list for ASP.NET Core for v10, so I added you as an additional reviewer to see what you think. The writer who used to review these is gone and and my confidence in reviewing these is not real high yet.

@mikekistler
Copy link
Copy Markdown

@wadepickett I also spot checked some of these warnings and they appear to be valid. I've kicked off a copilot run to see if it can figure out how to fix any of them. But that probably should not hold up this PR, as I believe that any fixes we make won't affect this doc set ... not until the next release version.

Copy link
Copy Markdown

@mikekistler mikekistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. 👍

@v-alje v-alje merged commit 806fcbf into main Apr 15, 2026
3 checks passed
@v-alje v-alje deleted the smoke-test branch April 15, 2026 16:01
@wadepickett
Copy link
Copy Markdown

As always @v-alje, thanks for your awesome work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants