List of Breaking/Planned changes for MSBuild.Locator v2.0
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Quiet
- Tech stack
- csharp
- Domain
- build-system, tooling
Research direction
Start with the planned changes in the issue and review VisualStudioInstanceQueryOptions.cs, then read the linked issues for compatibility warnings, SDK resolution, and version clashes. The scope spans several API and behavior changes, so completion would require an agreed v2.0 plan and corresponding resolution of the referenced cases.
Written by the indexing model from the issue text.
Description
- Remove extra property AllowQueryAllRuntimeVersions. AllowAllRuntimeVersions from VisualStudioInstanceQueryOptions.cs means the same, but can't clean up immediately due to backward compatibility.
- There is a request to add a warning message about the possible compatibility issues - sometimes MSBuild that is being loaded is just too old to have modern things. https://github.com/microsoft/MSBuildLocator/issues/272 & https://github.com/microsoft/MSBuildLocator/issues/130
Change API to...
class MSBuildLocationResult
{
public bool IsCompatibleWithCurrentRuntime;
public MSBuildLocatorWarning[] Warnings;
public string RootPath;
public MSBuildDiscoveryType Context;
public Version Version;
public Architecture Architecture;
public void Register() {}
}
- https://github.com/dotnet/msbuild/issues/8166 - compatibility warning
- https://github.com/microsoft/MSBuildLocator/issues/254 - can be also a part of compatibility warning section
- https://github.com/microsoft/MSBuildLocator/issues/83 - find the way to implement this
- Add handling for the case described here: https://github.com/dotnet/msbuild/issues/9869#issuecomment-2007817375
- Handle the case for the versions clash: https://github.com/dotnet/msbuild/issues/10228
- Improve the error message for sdk resolution: https://github.com/microsoft/MSBuildLocator/issues/331
- Dominant language
- C#
- Stars
- 262
- Forks
- 91
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 3
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.
More from microsoft/MSBuildLocator
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
microsoft/MSBuildLocator#390 · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 64/100
microsoft/MSBuildLocator#389 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
microsoft/MSBuildLocator#380 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
microsoft/MSBuildLocator#377 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
microsoft/MSBuildLocator#371 · 1 comment ·
All issues in microsoft/MSBuildLocator
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·