Skip to content

Commit ef7ef43

Browse files
authored
Thank contributor
1 parent 5f638db commit ef7ef43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release-notes/11.0/preview/preview1/aspnetcore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ public IActionResult DownloadPdf()
476476

477477
The generated OpenAPI document will include the correct media type and response schema, making it easier for API consumers to understand file download endpoints.
478478

479+
Thank you [@marcominerva](https://github.com/marcominerva) for this contribution!
480+
479481
## `IOutputCachePolicyProvider` for custom output caching
480482

481483
ASP.NET Core now provides `IOutputCachePolicyProvider` for implementing custom output caching policy selection logic. This interface enables advanced scenarios where caching policies need to be determined dynamically, such as retrieving policies from external configuration sources, databases, or implementing custom policy resolution logic based on tenant-specific settings.

0 commit comments

Comments
 (0)