WN 11 P1: IOutputCachePolicyProvider, TimeProvider, Auto-trust#36760
Merged
wadepickett merged 3 commits intomainfrom Feb 10, 2026
Merged
WN 11 P1: IOutputCachePolicyProvider, TimeProvider, Auto-trust#36760wadepickett merged 3 commits intomainfrom
wadepickett merged 3 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new entries to the “What’s new in ASP.NET Core in .NET 11” release notes to document Preview 1 features around output caching policy resolution, Identity time abstraction, and WSL dev-certs trust behavior.
Changes:
- Adds an include describing the new
IOutputCachePolicyProviderinterface. - Adds an include describing
TimeProviderusage in ASP.NET Core Identity (with a testing example). - Adds an include describing auto-trust behavior for
dotnet dev-certs https --trustin WSL, and wires all three into the main .NET 11 release notes page.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| aspnetcore/release-notes/aspnetcore-11.md | Includes the new feature notes under Authentication/authorization and Miscellaneous. |
| aspnetcore/release-notes/aspnetcore-11/includes/output-cache-policy-provider.md | New note describing IOutputCachePolicyProvider and showing its shape. |
| aspnetcore/release-notes/aspnetcore-11/includes/identity-time-provider.md | New note describing Identity’s TimeProvider support and a fake-time testing snippet. |
| aspnetcore/release-notes/aspnetcore-11/includes/development-certificate-trust.md | New note describing WSL dev-certs auto-trust behavior and command example. |
aspnetcore/release-notes/aspnetcore-11/includes/development-certificate-trust.md
Show resolved
Hide resolved
aspnetcore/release-notes/aspnetcore-11/includes/identity-time-provider.md
Show resolved
Hide resolved
aspnetcore/release-notes/aspnetcore-11/includes/output-cache-policy-provider.md
Outdated
Show resolved
Hide resolved
tdykstra
approved these changes
Feb 10, 2026
aspnetcore/release-notes/aspnetcore-11/includes/output-cache-policy-provider.md
Outdated
Show resolved
Hide resolved
aspnetcore/release-notes/aspnetcore-11/includes/output-cache-policy-provider.md
Outdated
Show resolved
Hide resolved
…olicy-provider.md Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the following to the What's New for .NET 11 Preview 1:
OutputCachePolicyProvider, TimeProvider, Auto-trust
Fixes #36759
Internal previews