Skip to content

Fix recent project version picker#3208

Closed
marko1olo wants to merge 1 commit into
stride3d:xplat-editorfrom
marko1olo:fix-recent-project-version-picker
Closed

Fix recent project version picker#3208
marko1olo wants to merge 1 commit into
stride3d:xplat-editorfrom
marko1olo:fix-recent-project-version-picker

Conversation

@marko1olo

Copy link
Copy Markdown

Summary

  • pass the selected compatible Stride version into the recent-project OpenWithCommand
  • add a XAML regression test so the version-picker button keeps its command parameter

Why

The recent-project menu renders entries such as Open with {version}, but the button did not pass the clicked version to RecentProjectViewModel.OpenWithCommand. The command therefore received null and fell back to the project's recorded version instead of the selected menu item.

Part of #2744.

Tests

  • C:\hades\.dotnet-10.0.300\dotnet.exe test sources\launcher\Stride.Launcher.Tests\Stride.Launcher.Tests.csproj -v minimal
  • C:\hades\.dotnet-10.0.300\dotnet.exe format sources\launcher\Stride.Launcher.Tests\Stride.Launcher.Tests.csproj whitespace --verify-no-changes --no-restore --include sources\launcher\Stride.Launcher.Tests\MainViewXamlTests.cs -v minimal
  • git -c core.whitespace=blank-at-eol,blank-at-eof,space-before-tab,cr-at-eol diff --check

@xen2

xen2 commented Jun 19, 2026

Copy link
Copy Markdown
Member

@marko1olo Could you sign the Contributor License Agreement (CLA) please?

@marko1olo marko1olo closed this by deleting the head repository Jul 9, 2026
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