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

Update to latest dotnet SDK and comment out non-compiling tests #35569

Merged
merged 3 commits into from
Feb 3, 2025

Conversation

roji
Copy link
Member

@roji roji commented Feb 2, 2025

This bumps the dotnet SDK to the latest current daily build (10.0.100-preview.2.25081.1), and importantly, comments out tests that no longer compile because of the new Contains() overload introduced into .NET (dotnet/runtime#110197), tracked on the EF side by #35547.

The commenting out is (hopefully) very temporary, until the problem is resolved on the .NET/compiler side and we can uncomment them back again. But this allows us to continue using the latest SDKs in the meantime.

@roji roji requested a review from a team February 2, 2025 16:38
@roji roji enabled auto-merge (rebase) February 2, 2025 16:38
Because of the new .NET Contains overload with an optional parameter,
which is incompatible with LINQ expression trees.

See dotnet#35547
@roji roji merged commit 6dda923 into dotnet:main Feb 3, 2025
7 checks passed
@roji roji deleted the LatestSDK branch February 3, 2025 09:26
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