Skip to content

Conversation

@ErikEJ
Copy link
Contributor

@ErikEJ ErikEJ commented Oct 23, 2025

Closes #913

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)

Other information

Copilot AI review requested due to automatic review settings October 23, 2025 12:42
@ErikEJ ErikEJ requested a review from jmezach as a code owner October 23, 2025 12:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses issue #913 by enabling MSBuild to query all .NET SDK locations when locating MSBuild instances. The change sets AllowQueryAllDotnetLocations to true immediately after registering MSBuild defaults in the static constructor of SqlProjectBuilderExtensions.

  • Enables comprehensive .NET SDK location querying for MSBuild discovery
  • Single-line change to the MSBuild registration initialization logic

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 23, 2025

@aaronpowell MCP inspector test is very flaky 😢

@ErikEJ ErikEJ requested a review from jmezach October 26, 2025 09:20
@aaronpowell
Copy link
Member

@aaronpowell MCP inspector test is very flaky 😢

yep, got another PR to hopefully sort that out

@aaronpowell aaronpowell merged commit 6a9d159 into CommunityToolkit:main Oct 27, 2025
107 checks passed
@jmezach
Copy link
Contributor

jmezach commented Oct 27, 2025

@ErikEJ Have we verified that #913 is actually fixed by this?

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 27, 2025

@jmezach No, unsure what is needed to repro actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞 Bug Report: CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects fails with .NET 8

3 participants