-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Add ASP.NET Core release notes for .NET 10 Preview 6 #9965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
…interface Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
|
||
## Blazor Server state persistence | ||
|
||
Blazor Server apps now automatically persist the state of circuits before evicting them from memory. When a client reconnects after a prolonged period, the app can restore the circuit state, allowing users to resume their work uninterrupted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revise any statement that says circuit state persistence is automatic to clarify that only declared state is persisted. Avoid the use of "automatic" in this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revised the language to clarify that only declared state is persisted and removed all instances of "automatic" from the section. (5746985)
…language Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Edit the content for clarity and simplicity. |
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Edited the content throughout the document for clarity and simplicity. Simplified language, reduced verbosity, streamlined code examples, and made explanations more concise and user-friendly while maintaining accuracy. (b1b2f23) |
while (!stoppingToken.IsCancellationRequested) | ||
{ | ||
// Use memory from the pool | ||
var rented = _memoryPool.Rent(100); | ||
// ... do work ... | ||
rented.Dispose(); | ||
await Task.Delay(20, stoppingToken); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add back the try/catch logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added back the try/catch logic to the memory pool code example. (5695157)
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
This PR adds comprehensive ASP.NET Core release notes for .NET 10 Preview 6 based on the feature content provided in dotnet/AspNetCore.Docs#35602.
Changes Made
/release-notes/10.0/preview/preview6/aspnetcore.md
following the established format from previous preview releasesKey Features Documented
<LinkPreload />
component replaces link headers for better asset preloadingWasmBundlerFriendlyBootConfig=true
[ValidatableType]
attributeMicrosoft.Extensions.Validation
namespaceContent Structure
The content follows the same markdown structure and writing style as existing preview release notes, ensuring consistency across the documentation.
Fixes #9964.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/dotnet/aspnetcore/pulls
curl -s REDACTED
(http block)https://api.github.com/repos/dotnet/aspnetcore/search/issues
curl -s REDACTED
(http block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.