Migrate dotnet to 10, corelib to v10 and improve integration tests#73
Merged
Migrate dotnet to 10, corelib to v10 and improve integration tests#73
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 48d70d6. |
There was a problem hiding this comment.
Pull request overview
This PR migrates the LeanPipe publisher project from .NET 9 to .NET 10, updates the LeanCode CoreLib dependency to version 10.0.2750-preview, and significantly improves the integration test infrastructure with better tooling and documentation.
Key Changes:
- Upgraded .NET runtime from 9.0 to 10.0 across all projects, Docker images, and CI/CD workflows
- Updated CoreLib packages to v10.0.2750-preview and related dependencies (MassTransit 8.5.7, test SDK 18.0.1)
- Added comprehensive test automation scripts and documentation for Kubernetes-based integration tests
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
publisher/Directory.Build.props |
Updated target framework to net10.0 and copyright year to 2025 |
publisher/Directory.Packages.props |
Updated CoreLib to 10.0.2750-preview, MassTransit to 8.5.7, and test packages to latest versions |
publisher/global.json |
Removed SDK version pinning (was pinned to 9.0.100) |
publisher/test/Directory.Build.props |
Added build configuration to suppress warnings CA1515 and CS7022 for test projects |
publisher/src/LeanCode.Pipe/LeanCode.Pipe.csproj |
Updated logging package from LeanCode.Logging to LeanCode.Logging.AspNetCore |
publisher/src/LeanCode.Pipe/LeanPipeServiceCollectionExtensions.cs |
Modernized service registration using generic overload |
publisher/src/LeanCode.Pipe/Funnel/Instance/ServiceCollectionExtensions.cs |
Modernized service registration using generic overload |
publisher/src/LeanCode.Pipe/Funnel/FunnelledService/RegistrationConfiguratorExtensions.cs |
Added hostname to queue InstanceId for RabbitMQ scaling and modernized HasInterface call |
publisher/test/LeanCode.Pipe.Tests/SubscriptionHandlerWrapperTests.cs |
Modernized FluentAssertions assertion using generic Be() method |
publisher/test/LeanCode.Pipe.IntegrationTests/LeanCode.Pipe.IntegrationTests.csproj |
Removed System.Linq.Async package reference |
publisher/test/LeanCode.Pipe.IntegrationTests/App/Program.cs |
Updated to use ConfigureDefaultLogging from LeanCode.Logging.AspNetCore |
publisher/test/LeanCode.Pipe.Funnel.TestAppFunnel/Program.cs |
Added LeanCode.Logging.AspNetCore using statement |
publisher/test/LeanCode.Pipe.Funnel.TestApp1/Program.cs |
Added LeanCode.Logging.AspNetCore using statement |
publisher/test/LeanCode.Pipe.Funnel.TestApp2/Program.cs |
Added LeanCode.Logging.AspNetCore using statement |
publisher/test/LeanCode.Pipe.ClientIntegrationTestsApp/Program.cs |
Added LeanCode.Logging.AspNetCore using statement |
publisher/funnel_test_cluster/*.dockerfile |
Updated all Docker base images from dotnet/aspnet:9.0 to 10.0 |
publisher/funnel_test_cluster/run-tests.sh |
Added comprehensive automation script for running Kubernetes integration tests |
publisher/funnel_test_cluster/README.md |
Added detailed documentation for funnel scaling tests |
publisher/client_integration_tests_cluster/testapp.dockerfile |
Updated Docker base image to dotnet/aspnet:10.0 |
publisher/client_integration_tests_cluster/README.md |
Added comprehensive documentation for client integration test cluster |
.github/workflows/publisher_ci.yml |
Updated to .NET 10.0 and latest GitHub Actions (checkout@v6, setup-dotnet@v5, upload-artifact@v5, download-artifact@v6) |
.github/workflows/publisher_release.yml |
Updated to .NET 10.0 and latest GitHub Actions (checkout@v6, setup-dotnet@v5) |
.github/workflows/funnel_msvc_tests.yml |
Updated to .NET 10.0, latest actions, added concurrency control and failure log collection |
.github/workflows/dart_integration_tests.yml |
Updated to .NET 10.0, latest actions, added concurrency control and failure log collection |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Publisher Unit Test Results 4 files 4 suites 22s ⏱️ Results for commit 6f06bfc. ♻️ This comment has been updated with latest results. |
mishioo
approved these changes
Dec 9, 2025
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.
No description provided.