Skip to content

Complete ASP.NET Core 11 Preview 1 release notes#10237

Merged
danroth27 merged 16 commits intodotnet-11-preview1-aspnetcorefrom
copilot/sub-pr-10222
Feb 7, 2026
Merged

Complete ASP.NET Core 11 Preview 1 release notes#10237
danroth27 merged 16 commits intodotnet-11-preview1-aspnetcorefrom
copilot/sub-pr-10222

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

  • Examine template structure from 10.0 preview1
  • Document Blazor Components features
    • EnvironmentBoundary component
    • Label component
    • DisplayName component
    • QuickGrid OnRowClick (complete with AsQueryable())
    • RenderFragment contravariance (removed - bug fix only)
    • RelativeToCurrentUri navigation
    • GetUriWithHash()
    • BasePath component
    • MathML namespace support
    • InputFile cancel event (removed - bug fix only)
    • BL0010 analyzer
    • IComponentPropertyActivator (added example description)
    • ConfigureConnection for SignalR (corrected API)
    • Improved reconnection
  • Document Blazor WebAssembly features
    • IHostedService support
    • Environment variables in IConfiguration
    • Metrics/tracing opt-in
  • Document Blazor Web App features
    • Docker template support (corrected to Web App)
  • Document OpenAPI features
    • FileContentResult support
  • Document Framework/API features
    • IOutputCachePolicyProvider (real user scenario, no internal APIs)
    • TimeProvider in Identity
  • Document Developer Experience features
    • Auto-trust dev cert in WSL
  • Add Community Contributors section (19 contributors)
  • Validate and test documentation
  • Address review feedback
    • Removed InputFile cancel event (bug fix)
    • Removed RenderFragment contravariance (bug fix)
    • Fixed IOutputCachePolicyProvider with real scenario
    • Updated QuickGrid example with AsQueryable()
    • Corrected SignalR ConfigureConnection API details
    • Fixed Docker support section (Web App, not WebAssembly)
    • Added description for IComponentPropertyActivator example

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Documented all 22 features from milestone 11.0-preview1
- Included code examples and usage patterns for each feature
- Added community contributors section with 19 contributors
- Validated markdown linting (passed)
- Organized by feature category (Blazor Components, WebAssembly, OpenAPI, Framework, Developer Experience)

Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Copilot AI changed the title [WIP] Update aspnetcore.md for Preview 1 Complete ASP.NET Core 11 Preview 1 release notes Feb 6, 2026
Copilot AI requested a review from danroth27 February 6, 2026 21:27
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>
Comment on lines 184 to 190
RenderFragment<List<Product>> specificTemplate = baseTemplate; // ✅ Works with contravariance

// DynamicComponent scenario now works directly
var parameters = new Dictionary<string, object>
{
["ItemsTemplate"] = baseTemplate, // ✅ No adapter needed
};
Copy link

Choose a reason for hiding this comment

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

How about removing the emoji so that the snippet looks a bit less obviously AI‑generated?

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>
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Co-authored-by: danroth27 <1874516+danroth27@users.noreply.github.com>
Copilot AI requested a review from danroth27 February 7, 2026 07:25
@danroth27 danroth27 marked this pull request as ready for review February 7, 2026 07:29
@danroth27 danroth27 merged commit a1edb7f into dotnet-11-preview1-aspnetcore Feb 7, 2026
5 of 7 checks passed
@danroth27 danroth27 deleted the copilot/sub-pr-10222 branch February 7, 2026 07:38
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