Skip to content

Conversation

@AClerbois
Copy link
Collaborator

This pull request removes the legacy Visual Studio solution file (Microsoft.FluentUI-v5.sln) and updates the new solution format (Microsoft.FluentUI-v5.slnx) to include the FluentUI.Samples.WasmStandalone sample project. This streamlines project management by relying solely on the .slnx format and ensures all relevant projects are included.

Project structure and configuration updates:

  • Removed the old Microsoft.FluentUI-v5.sln Visual Studio solution file, eliminating redundancy and potential confusion over which solution file to use.
  • Added the FluentUI.Samples.WasmStandalone sample project to the /examples/samples/ folder in the Microsoft.FluentUI-v5.slnx solution, ensuring it is now included in the new solution format.

✅ Checklist

General

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

  • I have added a new component
  • I have added Unit Tests for my new component
  • I have modified an existing component
  • I have validated the Unit Tests for an existing component

⏭ Next Steps

@AClerbois AClerbois marked this pull request as ready for review January 25, 2026 20:59
@AClerbois AClerbois requested a review from vnbaaij as a code owner January 25, 2026 20:59
Copilot AI review requested due to automatic review settings January 25, 2026 20:59
@AClerbois AClerbois requested a review from dvoituron as a code owner January 25, 2026 20:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the repo fully to the Visual Studio .slnx solution format by removing the legacy .sln file and ensuring the new solution includes the FluentUI.Samples.WasmStandalone sample project.

Changes:

  • Removed Microsoft.FluentUI-v5.sln to eliminate the legacy solution file.
  • Updated Microsoft.FluentUI-v5.slnx to include FluentUI.Samples.WasmStandalone.
  • Updated developer/CI entry points (AGENTS docs, VS Code tasks, and a GitHub Actions workflow) to reference .slnx.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Microsoft.FluentUI-v5.slnx Adds the WasmStandalone sample project under the examples/samples solution folder.
Microsoft.FluentUI-v5.sln Removes the legacy Visual Studio solution file.
AGENTS.md Updates build/clean/restore instructions to use the .slnx file.
.vscode/tasks.json Updates VS Code tasks to build/clean/restore the .slnx solution.
.github/workflows/build-core-lib.yml Updates CI restore step to reference the .slnx solution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant