Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
2c56a85
Merge pull request #243 from ProfessionalCSharp/main
christiannagel Apr 22, 2025
ad8c360
Update project to .NET 9.0 and upgrade dependencies
christiannagel Apr 22, 2025
7d2baea
Refactor Book and BooksContext constructors
christiannagel Apr 22, 2025
a6f7c94
Update project to .NET 9.0 and upgrade dependencies
christiannagel Apr 22, 2025
3b410fa
Refactor GamesContext and improve collection handling
christiannagel Apr 22, 2025
99b08fa
Refactor database context creation and game retrieval
christiannagel Apr 22, 2025
12f2ce0
Add Seeding sample
christiannagel Apr 22, 2025
dcb5543
Update dotnet-ef tool to version 9.0.4
christiannagel Apr 22, 2025
243bb3f
Fix naming with address properties and redo migrations
christiannagel Apr 22, 2025
62b0d73
EF Core AutoInclude
christiannagel Apr 22, 2025
a7972a0
EF Core OwnsMany with JSON
christiannagel Apr 22, 2025
fce5a29
Upgrade to .NET 9.0 and Entity Framework Core 9.0
christiannagel Apr 22, 2025
8bfdf56
Add EfficientUpdateAsync method and update queries
christiannagel Apr 22, 2025
25c491f
Add QueryJsonAsync to retrieve orders with monitors
christiannagel Apr 22, 2025
4f6885a
Upgrade to .NET 8 and improve local dev setup
christiannagel Oct 14, 2025
4bc3047
Update NuGet packages to version 9.0.9
christiannagel Oct 14, 2025
7b747c4
Checkpoint before .NET 10 upgrade
christiannagel Mar 7, 2026
1306eb7
TASK-002: Atomic upgrade to .NET 10.0 with EF Core 10.0.3
christiannagel Mar 7, 2026
8de8390
Update to Host.CreateApplicationBuilder for startup
christiannagel Mar 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

1,845 changes: 1,845 additions & 0 deletions .github/upgrades/scenarios/new-dotnet-version_047162/assessment.json

Large diffs are not rendered by default.

692 changes: 692 additions & 0 deletions .github/upgrades/scenarios/new-dotnet-version_047162/assessment.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

## [2026-03-07 15:58] TASK-001: Verify prerequisites

Status: Complete

- **Verified**: .NET 10.0 SDK is installed and compatible
- **Build Status**: Baseline build successful with 1 warning on .NET 9.0

Success - Prerequisites verified, ready to proceed with upgrade.

Loading
Loading