Skip to content

[net10.0] Merge main to net10 #28937

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

Open
wants to merge 6 commits into
base: net10.0
Choose a base branch
from
Open

[net10.0] Merge main to net10 #28937

wants to merge 6 commits into from

Conversation

rmarinho
Copy link
Member

Description of Change

Bring the latest changes from main to net10.0

anandhan-rajagopal and others added 6 commits April 9, 2025 14:23
…50407.3 (#28892)

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 9.0.0-prerelease.25203.2 -> To Version 9.0.0-prerelease.25207.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
# Conflicts:
#	.config/dotnet-tools.json
#	eng/Version.Details.xml
#	eng/Versions.props
@Copilot Copilot bot review requested due to automatic review settings April 11, 2025 14:36
@rmarinho rmarinho requested a review from a team as a code owner April 11, 2025 14:36
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.

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10222.cs:21

  • [nitpick] The timeout of 1 second may be insufficient on slower devices; consider increasing this value or using a dynamic wait condition to improve test stability.
App.WaitForElement("items1", timeout: TimeSpan.FromSeconds(1));

src/Controls/tests/TestCases.HostApp/Issues/Issue10222.cs:67

  • [nitpick] Replacing a random delay with a fixed 200ms delay might not accommodate slower environments; consider using a wait-for-condition mechanism to ensure the scrolling operation is complete before proceeding.
await Task.Delay(200);

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.

4 participants