Skip to content

Technology refresh: update dependencies and target frameworks#21

Merged
tillig merged 4 commits into
developfrom
feature/technology-refresh
May 27, 2026
Merged

Technology refresh: update dependencies and target frameworks#21
tillig merged 4 commits into
developfrom
feature/technology-refresh

Conversation

@tillig
Copy link
Copy Markdown
Member

@tillig tillig commented May 27, 2026

Summary

  • Update Autofac from 6.0.0 to 9.1.0
  • Update Castle.Core from 4.4.1 to 5.2.1 (major version upgrade)
  • Add net10.0 and net8.0 target frameworks
  • Update Microsoft.CodeAnalysis.Analyzers to 3.3.4
  • Update Microsoft.CodeAnalysis.NetAnalyzers to 9.0.0
  • Update Microsoft.SourceLink.GitHub to 10.0.300
  • Update StyleCop.Analyzers to 1.2.0-beta.556
  • Bump version to 7.0.0 for major dependency updates
  • Fix nullability warnings for newer target frameworks

Compatibility Notes

Castle.Core 5.x maintains API compatibility with the Castle.DynamicProxy APIs used in this library. No breaking API changes were required.

Test Results

All 31 tests pass successfully with the updated dependencies.

Update to Autofac 9.1.0, Castle.Core 5.2.1, and add net10.0/net8.0 target frameworks. Bump version to 7.0.0 for major dependency updates. Fix nullability warnings for newer target frameworks.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 96.39%. Comparing base (283c325) to head (c27b8c1).
⚠️ Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
...ac.Extras.AggregateService/ResolvingInterceptor.cs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    98.18%   96.39%   -1.79%     
===========================================
  Files            4        4              
  Lines          110      111       +1     
  Branches        18       20       +2     
===========================================
- Hits           108      107       -1     
  Misses           1        1              
- Partials         1        3       +2     

☔ 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.

@tillig tillig merged commit 139f554 into develop May 27, 2026
8 checks passed
@tillig tillig deleted the feature/technology-refresh branch May 27, 2026 20:51
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