Skip to content

Conversation

SimonZhao888
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings August 5, 2025 09:21
Copy link
Contributor

@Copilot 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 unskips three previously disabled test cases related to compose functionality by removing the Skip parameter from their [Fact] attributes. The tests were previously disabled due to issue #49900 in the dotnet/sdk repository.

  • Removes Skip parameter from three test methods to enable their execution
  • Re-enables testing of compose dependencies functionality
  • Re-enables testing of compose dependencies without optimization and multifile compose scenarios

}

[Fact(Skip="https://github.com/dotnet/sdk/issues/49900")]
[Fact]
Copy link
Preview

Copilot AI Aug 5, 2025

Choose a reason for hiding this comment

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

When unskipping tests, ensure the underlying issue referenced in the Skip parameter (#49900) has been resolved. Consider verifying that these tests pass consistently before removing the Skip attribute.

Copilot generated this review using guidance from repository custom instructions.

@SimonZhao888 SimonZhao888 linked an issue Aug 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable compose store tests
1 participant