Skip to content

Conversation

Youssef1313
Copy link
Member

No description provided.

@Youssef1313 Youssef1313 force-pushed the dev/ygerges/dotnet-test-cleanup branch from 52c819a to 0bb0f5a Compare August 29, 2025 19:43
}
catch (Exception ex)
{
// TODO: it might be better idea to let this exception bubble to
Copy link
Member

Choose a reason for hiding this comment

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

@mariam-abdulla, what Youssef proposes sounds like a much better way to handle this. Do you agree and can you implement it?

Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't cause crashing or failing of the whole dotnet process.
We can discuss this.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's what FailFast does, but we can discuss for sure.

Copy link
Member Author

Choose a reason for hiding this comment

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

Meanwhile, can we get this merged and follow-up on this later? @nohwnd @mariam-abdulla

if (RuntimeInformation.RuntimeIdentifier.Contains("ios") ||
RuntimeInformation.RuntimeIdentifier.Contains("android"))
{
return;
Copy link
Member

Choose a reason for hiding this comment

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

is this handled automatically in the new code?

Copy link
Member Author

Choose a reason for hiding this comment

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

@Youssef1313 Youssef1313 merged commit e464689 into release/10.0.1xx Sep 1, 2025
27 checks passed
@Youssef1313 Youssef1313 deleted the dev/ygerges/dotnet-test-cleanup branch September 1, 2025 08:45
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.

3 participants