Skip to content
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

expand pattern to report missing files #11238

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Jan 6, 2025

When reporting missing files from MSBuild, we previously only supported one error message pattern:

The imported project "<some-path>" was not found

but I've discovered that another pattern can occur:

The imported file "<some-path>" does not exist

This PR expands that pattern to report a missing file instead of getting classified as unknown_error.

@brettfo brettfo requested a review from a team as a code owner January 6, 2025 17:17
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Jan 6, 2025
@brettfo brettfo force-pushed the dev/brettfo/nuget-report-missing-file branch from a9c5cc8 to 1928eb0 Compare January 6, 2025 19:48
@brettfo brettfo force-pushed the dev/brettfo/nuget-report-missing-file branch 2 times, most recently from ea4ea4d to a1d0ad4 Compare January 6, 2025 22:22
@sachin-sandhu sachin-sandhu force-pushed the dev/brettfo/nuget-report-missing-file branch from a1d0ad4 to c84a37e Compare January 7, 2025 13:43
@sachin-sandhu sachin-sandhu merged commit 9ee4434 into main Jan 7, 2025
70 checks passed
@sachin-sandhu sachin-sandhu deleted the dev/brettfo/nuget-report-missing-file branch January 7, 2025 14: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.

4 participants