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

[tests] restore ignored tests from .NET 10 issues #9744

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

jonathanpeppers
Copy link
Member

Context: dotnet/roslyn-analyzers#7525
Context: dotnet/msbuild#11237

The two above issues are fixed, so we can restore the impacted tests by partially reverting 37014d1.

@jonathanpeppers
Copy link
Member Author

It doesn't look like the MSBuild bug is fixed with (, ), @ characters.

Let me rebase this after the next .NET SDK bump.

@jonathanpeppers jonathanpeppers marked this pull request as draft February 3, 2025 17:43
@jonathanpeppers
Copy link
Member Author

Yeah, in the diff:

I don't see this one yet:

Context: dotnet/roslyn-analyzers#7525
Context: dotnet/msbuild#11237

The two above issues are fixed, so we can restore the impacted tests
by partially reverting 37014d1.
@jonathanpeppers jonathanpeppers force-pushed the dev/peppers/restoretests branch from a55c688 to 8d35027 Compare February 12, 2025 19:25
// FIXME: https://github.com/dotnet/msbuild/issues/11237, removed `(` and `)` characters
using (var b = CreateApkBuilder (Path.Combine ("temp", $"BuildProguard Enabled1{rid}"))) {
using (var b = CreateApkBuilder (Path.Combine ("temp", $"BuildProguard Enabled(1){rid}"))) {
Copy link
Member Author

Choose a reason for hiding this comment

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

It appears the MSBuild fix is working:

image

@jonathanpeppers jonathanpeppers marked this pull request as ready for review February 13, 2025 16:28
@jonathanpeppers jonathanpeppers merged commit a6b0f13 into main Feb 13, 2025
58 checks passed
@jonathanpeppers jonathanpeppers deleted the dev/peppers/restoretests branch February 13, 2025 17:15
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.

2 participants