Перевод на net8#1562
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis update standardizes the .NET target framework across build scripts and project files, moving from .NET 6.0 to .NET 8.0. It introduces a configurable MSBuild property for the framework version, updates related build and publish commands, adjusts conditional compilation for serialization, and increments the Jenkins pipeline version suffix. Changes
Sequence Diagram(s)sequenceDiagram
participant Jenkins
participant MSBuild
participant TestApp
participant BinaryChannel
Jenkins->>MSBuild: Set VersionSuffix to 'rc.9+${BUILD_NUMBER}'
MSBuild->>TestApp: Build with TargetFramework=$(ActiveFramework) (net8.0)
MSBuild->>BinaryChannel: Compile with NET48 conditional for serialization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
Chores
Bug Fixes