microsoft / microsoft/react-native-windows
Remove .NET 3.1 SDK from rnw-img-vs2022
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
Summary
Update our ADO VM images to no longer install NET 3.1.
https://github.com/microsoft/react-native-windows/blob/main/.ado/image/rnw-img-vs2022.json
Motivation
.NET 3.1 is now officially unsupported. We do not actually require .NET 3.1 in our codebase, however some of the ADO tasks we run may still require it.
Basic Example
To do this we'll need to experiment with updating the test image and seeing if the the ADO pipelines still run. We may need to upgrade some of our ADO tasks (and/or poke the task owners to upgrade).
Open Questions
No response
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 with .ado/image/rnw-img-vs2022.json and inspect how the .NET 3.1 SDK is installed. Update a test image, then run the ADO pipelines to identify any tasks that still require it; coordinate task upgrades with their owners if needed. Done means the image no longer installs .NET 3.1 and the pipelines still run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- build-system, ci-cd, devops
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100