Skip to content

don't return evaluation for temporary projects #12056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Apr 14, 2025

WPF project restore can create temporary projects with names like *_abc123_wpftmp.csproj that are deleted after MSBuild exists. When analyzing project restore for dependencies, explicitly remove these temporary project files because they're not necessary for our purposes and can break later update steps.

@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Apr 14, 2025
@brettfo brettfo marked this pull request as ready for review April 14, 2025 20:52
@brettfo brettfo requested a review from a team as a code owner April 14, 2025 20:52
@AbhishekBhaskar AbhishekBhaskar merged commit 3edfa22 into main Apr 15, 2025
80 checks passed
@AbhishekBhaskar AbhishekBhaskar deleted the dev/brettfo/nuget-wpf-discovery branch April 15, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants