Skip to content

Conversation

Venkad000
Copy link
Contributor

The BindingAsyncTasklikeMoreTests.Dynamic test was failing on Mono because the type of ConstructorArguments differs between Mono and CoreCLR. The existing test expectation was aligned with CoreCLR behavior, which caused mismatches when running under Mono. This change updates the test to set the expected value based on the current runtime.

…cs.BindingAsyncTasklikeMoreTests.Dynamic on Mono

The BindingAsyncTasklikeMoreTests.Dynamic test was failing on Mono because
the type of ConstructorArguments differs between Mono and CoreCLR. The
existing test expectation was aligned with CoreCLR behavior, which caused
mismatches when running under Mono.

This change updates the test to set the expected value based on the current
runtime.
@Venkad000 Venkad000 requested a review from a team as a code owner August 12, 2025 11:36
@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Aug 12, 2025
@Venkad000
Copy link
Contributor Author

cc: @uweigand @giritrivedi

Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

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

@dotnet/roslyn-compiler for a second review

@333fred 333fred merged commit 0140528 into dotnet:main Aug 19, 2025
24 checks passed
@333fred
Copy link
Member

333fred commented Aug 19, 2025

Thanks @Venkad000!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants