-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Multi-target against .NET 6 and .NET 8 #1349
Merged
Merged
Conversation
This file contains 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
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
3 times, most recently
from
September 29, 2023 23:42
bd9ba65
to
6fe440e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1349 +/- ##
==========================================
+ Coverage 90.79% 90.81% +0.01%
==========================================
Files 342 342
Lines 11069 11058 -11
Branches 1811 1812 +1
==========================================
- Hits 10050 10042 -8
- Misses 667 668 +1
+ Partials 352 348 -4 ☔ View full report in Codecov by Sentry. |
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
2 times, most recently
from
October 2, 2023 21:56
b57ff60
to
1a79f47
Compare
4 tasks
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
3 times, most recently
from
October 9, 2023 19:19
2a6f07f
to
4eebd1a
Compare
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
from
October 13, 2023 08:58
ac03b11
to
331e0e5
Compare
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
2 times, most recently
from
October 27, 2023 02:19
cc79f13
to
eebec66
Compare
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
10 times, most recently
from
November 14, 2023 14:38
4a04823
to
4395b92
Compare
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
6 times, most recently
from
November 21, 2023 22:20
d5f56b4
to
b9768dd
Compare
…quires .NET 8" This reverts commit 4d2ffd8.
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
from
November 21, 2023 23:14
b9768dd
to
af66d71
Compare
Bumps [docfx](https://github.com/dotnet/docfx) from 2.72.1 to 2.74.0. - [Release notes](https://github.com/dotnet/docfx/releases) - [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md) - [Commits](dotnet/docfx@v2.72.1...v2.74.0) --- updated-dependencies: - dependency-name: docfx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
bkoelman
force-pushed
the
multi-target-net8-ef8
branch
from
November 21, 2023 23:49
af66d71
to
9546bcb
Compare
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 targets the RTM versions of .NET / EF Core v8.
It currently references nightly builds ofNpgsql.EntityFrameworkCore.PostgreSQL
andPomelo.EntityFrameworkCore.MySql
because there are no stable releases yet that are compatible with EF Core 8.Blocked by https://youtrack.jetbrains.com/issue/RSRP-494775/InspectCode-CleanupCode-hangs-on-.NET-8-RTM.QUALITY CHECKLIST