Open
Conversation
Collaborator
vnbaaij
commented
Apr 1, 2026
- Enable using net10 for demo
- Update publish script
- Update publish script
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 98.9%
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the local demo publishing workflow and versioning to support the v5 RC.2 release cycle, with a move toward .NET 10 for the demo/build environment and related tooling/workarounds.
Changes:
- Bump RC/package versions (RC.2) for pipelines and MCP server metadata.
- Switch default
NetVersiontonet10.0and adjust release targeting/version suffix in shared build props. - Revise
_PublishDemoLocally.ps1to be interactive (framework selection + quick/full publish) and adjust demo asset/style handling; add an MSBuild workaround for.esprojstatic web assets.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
src/Tools/McpServer/.mcp/server.json |
Updates MCP server package/version metadata to RC.2. |
src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj |
Adds a temporary MSBuild target intended to fix .esproj static web asset metadata issues. |
src/Core.Scripts/src/BuildConstants.ts |
Updates generated build constant to Release. |
examples/Tools/FluentUI.Demo.DocApiGen/FluentUI.Demo.DocApiGen.csproj |
Switches to TargetFrameworks property for the tool project. |
examples/Demo/FluentUI.Demo/Components/App.razor |
Uses @Assets[...] for the demo’s scoped styles reference; whitespace cleanup. |
eng/pipelines/version.yml |
Sets PackageSuffix to RC.2. |
Directory.Build.props |
Defaults NetVersion to net10.0, sets VersionSuffix to RC.2, and changes release targeting. |
_PublishDemoLocally.ps1 |
Reworks local publish script to be interactive and adjusts verification/output messaging. |
Comments suppressed due to low confidence (1)
Directory.Build.props:59
- There are multiple trailing blank lines at the end of the file. Please remove the extra whitespace to keep the props file clean and avoid noisy diffs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dvoituron
requested changes
Apr 1, 2026
Collaborator
…com/microsoft/fluentui-blazor into users/vnbaaij/dev-v5/update-publish
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.
