Skip to content

Align Blazor AI release notes with docs - #10579

Merged
danroth27 merged 1 commit into
mainfrom
release-notes/11.0-rc1-blazor-ai-doc-sync
Sep 11, 2026
Merged

Align Blazor AI release notes with docs#10579
danroth27 merged 1 commit into
mainfrom
release-notes/11.0-rc1-blazor-ai-doc-sync

Conversation

@danroth27

Copy link
Copy Markdown
Member

Summary

  • add the AGUI.Client installation step when introducing AGUIChatClient
  • clarify that AGUI.Abstractions is provided transitively
  • correct the frontend action, approval renderer, activity, and typed state examples

This aligns the RC1 release notes with the relevant updates in dotnet/AspNetCore.Docs#37618. The separate AGUI.Abstractions installation from that PR is intentionally omitted because AGUI.Client references it transitively.

The explicit Razor transition used by the docs PR was also tested and found unnecessary, so it is not included here.

Validation

  • compiled the updated snippets with the .NET 11 RC1 SDK: 0 warnings, 0 errors
  • verified that default JsonElement.Deserialize<T>() does not map AG-UI camel-case state while JsonSerializerOptions.Web does
  • verified that a standalone BlockRenderer<FunctionApprovalBlock> throws InvalidOperationException with the shipped RC1 package
  • markdownlint
  • markdown-link-check: 78 links passed
  • git diff --check

Add the AGUI.Client installation step and correct the frontend action, approval renderer, activity, and typed state examples.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: f640b960-3058-4947-92e1-d6c3056a64aa
@danroth27
danroth27 merged commit 6624c24 into main Sep 11, 2026
8 checks passed
@danroth27
danroth27 deleted the release-notes/11.0-rc1-blazor-ai-doc-sync branch September 11, 2026 23:09
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