Skip to content

update packages#281

Merged
baoduy merged 1 commit intomainfrom
dev
Mar 26, 2026
Merged

update packages#281
baoduy merged 1 commit intomainfrom
dev

Conversation

@baoduy
Copy link
Copy Markdown
Owner

@baoduy baoduy commented Mar 26, 2026

This pull request contains several changes focused on dependency updates, project configuration cleanup, and minor tooling adjustments across the solution. The most impactful updates are dependency version bumps (notably for Aspire, Mapster, SlimMessageBus, and AWS SDK packages) and the removal of redundant or unnecessary project settings, especially for test projects. There are also some minor adjustments to solution and settings files.

Dependency and Tooling Updates:

  • Updated several NuGet package versions in Directory.Packages.props, including Aspire.Hosting, Mapster, SlimMessageBus, AWSSDK.Core, AWSSDK.S3, coverlet.collector, PdfPig, PuppeteerSharp, and Meziantou.Analyzer to their latest versions. This helps keep the codebase current with security and feature improvements. [1] [2] [3] [4]

Project File and Build Configuration Cleanup:

  • Removed <ImplicitUsings>, <Nullable>, and <LangVersion> properties from multiple test and library .csproj files to simplify configuration and rely on solution-wide defaults. Also added or adjusted <IsPackable> as needed. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Analyzer and Build Tool Adjustments:

  • Removed the explicit Microsoft.Net.Compilers.Toolset package reference from Directory.Build.props, as it is now managed centrally.

Solution and Settings File Changes:

  • Minor tweaks to solution files, such as removing nuget.sh from the solution items and updating user settings for test sessions. [1] [2] [3]

Other Changes:

  • Added .claude/settings.local.json to permit specific dotnet commands, likely for local automation or tooling.
  • Removed the documentation file CONCURRENT_IDEMPOTENCY_FIX.md, possibly because the information is now obsolete or documented elsewhere.

Let me know if you want to discuss any of these changes in more detail!

@baoduy baoduy merged commit 8cbad45 into main Mar 26, 2026
8 of 9 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.61%. Comparing base (38057e7) to head (c9416b4).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
+ Coverage   84.58%   84.61%   +0.02%     
==========================================
  Files         159      159              
  Lines        3653     3653              
  Branches      568      568              
==========================================
+ Hits         3090     3091       +1     
  Misses        405      405              
+ Partials      158      157       -1     
Flag Coverage Δ
unittests 84.61% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

📊 Code Coverage Report

| Metric | Coverage |
|--------|----------|
| **Line Coverage** | 87.7% |
| **Branch Coverage** | 82% |
| **Method Coverage** | 86% |

**Lines:** 3207/undefined covered
**Branches:** 1218/undefined covered

📈 [View Full Coverage Report](https://github.com/baoduy/DKNet/actions/runs/23586658135)

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