undocked icon indicating copy to clipboard operation
undocked copied to clipboard

Simplifies the process of building internal, native Windows projects

Results 11 undocked issues
Sort by recently updated
recently updated
newest added

We have the `templates` folder that folks can copy/paste from to start a new project, but perhaps it would be good to have a tool/script they can simply execute. It...

enhancement
help wanted

The work support undocked localization build support has been started but is not complete. The work needs to be finished up and sample onboarded to the CI.

bug

Everything in this repo currently requires Visual Studio project/solution files to be built correctly. A lot of projects out there (especially cross-platform ones) use CMake to build their environment, so...

enhancement
help wanted

Internally, Windows uses a SOURCES file format to specify project files. It would be great if a tool could be build to convert (or at least help) that format to...

enhancement
help wanted

The props file currently disables static VS analysis when running in the official build. We need to work with the necessary team(s) to get this fixed.

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies

Should we support dependencies via Nuget instead of submodules?

enhancement

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

The GitHub Actions workflow was referencing the retired `windows-2019` runner, which has been deprecated by GitHub. Additionally, the workflow had duplicate jobs with identical steps running on different Windows versions....

The CI still references the removed WS2019 agents, which should be removed, and is missing WS2025 agents, which are needed.