-
-
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
Update to .NET 8 and EF Core 8 (preview) #1282
Closed
Closed
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
update-to-net8-ef8
branch
from
June 14, 2023 14:55
b0fb2db
to
26e080f
Compare
bkoelman
force-pushed
the
update-to-net7-ef7
branch
from
June 14, 2023 15:07
8290ca4
to
6147461
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
from
June 14, 2023 15:08
26e080f
to
ffa27be
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
from
June 14, 2023 21:05
135d5e5
to
057ad84
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
6 times, most recently
from
July 29, 2023 07:39
7d63f5b
to
2333421
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
2 times, most recently
from
August 3, 2023 00:10
33f2bc5
to
a020df8
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
2 times, most recently
from
September 2, 2023 13:26
04a8475
to
b301ea4
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
from
September 19, 2023 23:33
7b10fce
to
5704c1f
Compare
Codecov Report
@@ Coverage Diff @@
## update-to-net7-ef7 #1282 +/- ##
===================================================
Coverage 93.02% 93.02%
===================================================
Files 268 268
Lines 8802 8802
===================================================
Hits 8188 8188
Misses 614 614
|
bkoelman
force-pushed
the
update-to-net8-ef8
branch
8 times, most recently
from
September 22, 2023 23:41
1e2f225
to
a0ff378
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
2 times, most recently
from
September 26, 2023 00:28
04888ad
to
f2299aa
Compare
bkoelman
force-pushed
the
update-to-net7-ef7
branch
from
September 26, 2023 01:27
6483c7d
to
e39d010
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
2 times, most recently
from
September 26, 2023 01:47
76285fd
to
a878079
Compare
bkoelman
force-pushed
the
update-to-net8-ef8
branch
from
September 27, 2023 23:57
44eaa5c
to
a1e9d08
Compare
Superseded by #1349. |
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 the codebase to build against .NET 8 and EF Core 8 RC-1 versions.
Note: The goal of this PR is to verify things work properly with the new versions. Not intended to be merged as-is.
QUALITY CHECKLIST