[Runtime Build] Missing Dependencies: Stride.Graphics.RenderDocPlugin & Stride.Core.Tasks.exe
@JeromyWalsh is already working on this.
Since Oct 4, 2023.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Release Type: Official Release/GitHub (please choose appropriate option)
GitHub
Version: Version number and/or git branch
main
Platform(s): Does the problem occur on Windows, Android...?
Windows (possibly all)
Describe the bug
On a clean pull of the Stride repository, attempting to build the Stride.Runtime.sln fails due to missing dependencies.
To Reproduce
Steps to reproduce the behavior:
- Clone a new copy of the stride main repository.
- Immediately open the Stride.Runtime.sln in VS or Rider
- Build
Expected behavior
The expected outcome is a full build of each project in the Stride.Runtime.sln file.
Actual behavior
The build fails due to missing dependencies. The Stride.Graphics.RenderDocPlugin is (for some reason) required to build the Stride.Runtime.sln, but is not included in the solution and there's no pre-built version of it. So the build fails. Likewise, a few of the projects reference Stride.Core.Tasks.exe, however the binary is not included in the dependencies and Stride.Core.Tasks.csproj is not included in the Stride.Runtime.sln.
Screenshots
Log and callstacks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.