feat!: migrate to .NET 10 LTS #28

Merged
cesnimda merged 1 commits from feat/dotnet10 into develop 2026-07-02 16:53:25 +02:00
Owner

Recommendation #1 (deadline: .NET 8 EOL 2026-11-10). Full verification: 54 tests + 3 LiveDb vs real pgvector on the new stack, 0 warnings, format+vuln clean, Docker image builds. First deploy pulls the 10.0 images (slower once).

🤖 Generated with Claude Code

Recommendation #1 (deadline: .NET 8 EOL 2026-11-10). Full verification: 54 tests + 3 LiveDb vs real pgvector on the new stack, 0 warnings, format+vuln clean, Docker image builds. First deploy pulls the 10.0 images (slower once). 🤖 Generated with Claude Code
cesnimda added 1 commit 2026-07-02 16:29:40 +02:00
feat!: migrate to .NET 10 LTS (RECOMMENDATIONS #1)
CI / backend (pull_request) Successful in 52s
CI / frontend (pull_request) Successful in 23s
CI / format (pull_request) Successful in 51s
CI / db-tests (pull_request) Successful in 52s
Security / secrets (pull_request) Successful in 4s
Security / dependencies (pull_request) Successful in 1m1s
d03ca01172
.NET 8 security support ends 2026-11-10; .NET 10 is LTS to Nov 2028.
- TargetFramework net8.0 -> net10.0 (Directory.Build.props)
- EF Core 8.0.4 -> 10.0.9; Npgsql provider 8.0.4 -> 10.0.2; Pgvector.EFCore
  0.2.0 -> 0.3.0; ASP.NET/Extensions packages -> 10.0.9
- Dockerfile sdk/aspnet 8.0 -> 10.0; CI setup-dotnet -> 10.0.x
- Modernised deprecated APIs: X509CertificateLoader (SYSLIB0057),
  KnownIPNetworks + System.Net.IPNetwork.Parse (ASPDEPR005)
- Adapted tests to Npgsql 10's eager connection-string validation (dummy conn
  string in test factories; behaviour change from lazy 8.x)

Verified: 0 errors/0 warnings; all 54 tests green on net10; the 3 LiveDb tests
green against a real pgvector container on the new EF10/Npgsql10/Pgvector 0.3
stack; dotnet format clean; vulnerable-package scan clean; the .NET 10 API
Docker image builds successfully.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cesnimda merged commit a3d8654198 into develop 2026-07-02 16:53:25 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cesnimda/Inboxintel#28