feat: upgrade to .NET 10 - #59
Merged
Merged
Conversation
- Target net10.0; Microsoft packages to 10.0.x, MySql.EntityFrameworkCore 5.0.8 -> 10.0.7 (EF Core 10), Sentry.AspNetCore 6.6.0, RabbitMQ.Client 6.8.1 (stay on 6.x sync API), ImageSharp 3.1.12 - Replace all System.Drawing.Common usage with pure ImageSharp (GDI+ is Windows-only since .NET 7): rewrite TrimBitmap as ImageSharp Trim, map Rotate180FlipY to horizontal flip, drop Bitmap round-trips and the dead System.Drawing.EnableUnixSupport runtimeconfig switch - Replace removed [MySqlCollation] attribute with UseCollation in DataContext; rewrite string-collection Contains in GetOtherAccounts as correlated EXISTS (untranslatable in MySQL EF provider 10) - Dockerfile: .NET 10 images, ASPNETCORE_HTTP_PORTS=80 (base image defaults to 8080 since .NET 8), drop libgdiplus, Node 16 -> 22 LTS - Disable static web asset precompression (SDK 10 emits .br/.gz that break Avatara/Chroma name-contains file scans on Linux) - Sentry 6 throws on missing DSN: add explicit empty DSN default - Hoist promos declaration in News.cshtml for .NET 10 Razor scoping Verified: builds clean; Windows + Linux-container smoke tests against MariaDB 10.4.18 and RabbitMQ (front page, avatar/furni imaging paths render byte-identical PNGs cross-platform). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019FScrkzPi1yqZFoFHw6S2R
|
The pre-release image can be pulled using: docker pull ghcr.io/webbanditten/keplercms:prerelease-c5fb5a3b0036a47e2dce7b275e895b97ae22b561 |
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.
Verified: builds clean; Windows + Linux-container smoke tests against MariaDB 10.4.18 and RabbitMQ (front page, avatar/furni imaging paths render byte-identical PNGs cross-platform).