microsoft / microsoft/dotnet-framework-docker
Add test for .NET Framework runtime version
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 761
- Forks
- 349
- Avg merge
- 36m
- Merged PRs (30d)
- 1
Description
See https://github.com/microsoft/dotnet-framework-docker/discussions/1202 for more context.
There should be an image test that validates the .NET Framework Runtime version is exactly what we expect it to be, based on the image's tag. The test should use the registry to check what version is installed.
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 the linked discussion for context and the Microsoft registry guidance for determining installed .NET Framework versions. Locate the repository's existing image tests, then add coverage that compares the registry-reported runtime version with the version expected from the image tag. Done means the test validates the exact expected version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, docker
- Domain
- devops, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100