microsoft / microsoft/MSBuildPrediction
Fix .NET Framework tests
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 42
- Forks
- 19
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 4
Description
The error is:
The tools version "Current" is unrecognized. Available tools versions are "2.0", "3.5", "4.0".
So it's seemingly picking up MSBuild from the GAC instead of the v17 one we reference.
Contributor guide
No contributing guide indexed for this repository
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 locating the .NET Framework tests and reproducing the reported tools-version error. Trace which MSBuild executable they resolve and verify that the referenced v17 version is used instead of the GAC copy; done means the tests run without the unrecognized "Current" tools-version error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100