[EF Sync] Sync to EF 11.0.0-preview.2.26115.104#3726
Closed
github-actions[bot] wants to merge 2 commits intomainfrom
Closed
[EF Sync] Sync to EF 11.0.0-preview.2.26115.104#3726github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6cccd2d to
237f7fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates EFCore.PG to use the latest EF Core 11.0.0-preview.2 daily build.
Changes Made
EFCoreVersionandMicrosoftExtensionsVersionfrom11.0.0-preview.1.26104.118to11.0.0-preview.2.26115.104inDirectory.Packages.props11.0.100-preview.1.26104.118to11.0.100-preview.2.26115.104inglobal.jsonStatus
Remaining Work
Restore packages and build - The Azure DevOps NuGet feed (https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json) was inaccessible due to network proxy restrictions (403 errors)
Fix build errors - Once packages are restored:
Run and fix tests:
Check_all_tests_overriddenfailures (new or renamed tests from EF Core)AssertSql()calls following the pattern in other testsNpgsqlComplianceTest.All_test_bases_must_be_implementedfailures (new or renamed test base classes)Commit any additional changes to this PR
Testing Instructions
References