Skip to content

Add generated .slnx solution file#61

Merged
mayuki merged 3 commits into
mainfrom
mayuki/slnx-migration
Jun 3, 2026
Merged

Add generated .slnx solution file#61
mayuki merged 3 commits into
mainfrom
mayuki/slnx-migration

Conversation

@mayuki

@mayuki mayuki commented Jun 3, 2026

Copy link
Copy Markdown
Member

Why

This repository currently has only a .sln solution file. Adding a .slnx file enables newer .NET solution workflows while keeping the existing .sln intact.

What changed

  • Generated GrpcWebSocketBridge.slnx from GrpcWebSocketBridge.sln using dotnet solution migrate.
  • Preserved the same project and solution item structure in the new XML-based solution format.

Notes

  • This is an additive change only: no existing files were modified or removed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 3, 2026 07:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds an XML-based .slnx solution file alongside the existing .sln to support newer .NET solution workflows while keeping the current solution intact.

Changes:

  • Added GrpcWebSocketBridge.slnx generated from GrpcWebSocketBridge.sln.
  • Mirrored the existing solution folder structure (Samples, Solution Items) and project references in the new format.

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

Comment thread GrpcWebSocketBridge.slnx Outdated
Comment on lines +21 to +23
<File Path=".github/workflows/build-canary.yml" />
<File Path=".github/workflows/build-pr.yml" />
<File Path=".github/workflows/build-release.yml" />
@mayuki mayuki merged commit 7928d3b into main Jun 3, 2026
2 checks passed
@mayuki mayuki deleted the mayuki/slnx-migration branch June 3, 2026 07:51
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.

2 participants