Skip to content

Upgrade packages + .NET 10 + other improvements#97

Merged
drebrez merged 10 commits into
masterfrom
feature/upgrade-packages
Apr 24, 2026
Merged

Upgrade packages + .NET 10 + other improvements#97
drebrez merged 10 commits into
masterfrom
feature/upgrade-packages

Conversation

@drebrez
Copy link
Copy Markdown
Member

@drebrez drebrez commented Apr 23, 2026

This pull request updates the project to use .NET 10, modernizes the CI/CD workflows, and upgrades several dependencies across the solution. The changes improve compatibility with newer tooling, streamline the build and test processes, and ensure up-to-date package usage.

Build and Workflow Modernization:

  • Upgraded all GitHub Actions and enabled Yarn caching for Node.js steps.
  • Changed build and test commands to use dotnet build/dotnet test (instead of msbuild), removed explicit solution-level builds, and consistently added --no-restore for efficiency.
  • Updated the build OS for unit tests from Windows to Ubuntu for faster and more consistent CI runs.

.NET and Target Framework Updates:

  • Changed the target framework for all projects from net8.0 to net10.0 in Directory.Build.props and updated the corresponding dotnet-version in all workflows to '10.0.2xx'.

Dependency Upgrades:

  • Upgraded various NuGet dependencies to their latest major versions.

Build Script Improvements:

  • Refactored CreateInstallerCommon.bat to remove reliance on Visual Studio developer command prompts, use dotnet CLI for all clean/build/publish steps, and ensure CLI project artifacts are cleaned.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

maria_db Test Results

155 tests   155 ✅  1m 48s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 0be2c97.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

my_sql Test Results

93 tests   93 ✅  1m 44s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 0be2c97.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

Unit Test Results

110 tests   110 ✅  0s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 0be2c97.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

postgre_sql Test Results

216 tests   216 ✅  7m 0s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 0be2c97.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 23, 2026

microsoft_sql Test Results

212 tests   212 ✅  10m 14s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 0be2c97.

♻️ This comment has been updated with latest results.

@drebrez drebrez changed the title Upgrade packages + .NET 10 Upgrade packages + .NET 10 + other improvements Apr 24, 2026
@drebrez drebrez merged commit fd2c82a into master Apr 24, 2026
10 checks passed
@drebrez drebrez deleted the feature/upgrade-packages branch April 24, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant