Upgrade to .NET 10, Akka.NET 1.5.64, remove NUKE, migrate to .slnx#379
Merged
Aaronontheweb merged 3 commits intopetabridge:masterfrom Apr 9, 2026
Merged
Conversation
- Upgrade all 18 projects from net8.0/net9.0 to net10.0 - Upgrade Akka.NET packages to latest: core 1.5.64, Management/Discovery 1.5.63, Persistence.Sql.Hosting 1.5.62, Streams.Amqp.RabbitMq 1.5.59 - Upgrade all other dependencies: EF Core 10.0.1, MudBlazor 9.3.0, Aspire 13.2.2, Microsoft.Data.SqlClient 7.0.0, Autofac 11.0.0, xunit 2.9.3, Grpc.Tools 2.76.0, Bogus 35.6.5, SourceLink 10.0.201 - Remove NUKE build system (build/, .nuke/, build.sh, build.cmd) - Replace with minimal build.ps1 + PowerShell helper scripts - Add global.json to pin .NET 10 SDK - Move Directory.Build.props to repo root - Migrate all 7 .sln files to .slnx format - Rewrite GitHub Actions CI with per-solution matrix strategy - Expand dependabot coverage to all sample directories with weekly schedule - Update Dockerfiles to .NET 10 base images
- Fix GitHub Actions matrix to properly cross-product solutions x OS (solution-name as base dimension + include for path mapping = 14 jobs) - Add NuGet package caching step (actions/cache@v5) - Fix self-referencing $(TargetFramework) in 3 cluster-client csproj files - Remove dead properties from cluster-client Directory.Build.props (LibraryFramework, TestsNetCoreFramework, unused test vars, typo'd XunitRunneVisualstudio, duplicate SourceLink config) - Add missing AutofacIntegration dependabot coverage
Stale cached packages can cause subtle restore issues after version bumps. Fresh restore on each run is safer for a samples repo.
e6de8da to
556ad1d
Compare
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.
Summary
build.ps1+ PowerShell helper scripts (standard Petabridge pattern)global.jsonto pin .NET 10 SDK.slnfiles to.slnxformatSupersedes dependabot PRs: #378, #377, #376, #375, #374, #373, #372, #366, #365, #356, #345, #344
Test plan