microsoft / microsoft/react-native-windows
codegen project requires dotnet core which might not be installed
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
Someone ran into this in the wild so it's likely that the version of dotnet core that's used for the codegen project may not be always installed:
We should make sure whatever dependency we have is tracked by rnw-dependencies (and/or resolved by run-windows).
CC @dannyvv
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.
Research direction
Start by inspecting the codegen project and the rnw-dependencies and run-windows paths mentioned in the issue. Determine which dotnet core dependency is required and how new React Native Windows projects currently locate it. Done means the dependency is tracked or resolved during setup so the codegen project works when that version is not already installed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100