Skip to content

Technology refresh: update dependencies and target frameworks#60

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

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

Conversation

@tillig
Copy link
Copy Markdown
Member

@tillig tillig commented May 27, 2026

Summary

  • Updated package version from 7.1.0 to 8.0.0 (major version bump for breaking changes)
  • Updated target frameworks from net6.0;netstandard2.1;netstandard2.0 to net10.0;net8.0;netstandard2.1;netstandard2.0
  • Updated Autofac dependency from 6.5.0 to 9.1.0
  • Updated Castle.Core from 5.1.1 to 5.2.1
  • Updated Microsoft.SourceLink.GitHub from 1.1.1 to 10.0.300
  • Updated StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.556
  • Fixed CA1860 analyzer warning: replaced !proxiedInterfaces.Any() with proxiedInterfaces.Length == 0 for better performance
  • Added /p:NuGetAudit=false to build scripts to handle transient network issues during local builds

Test plan

  • Built successfully with dotnet msbuild ./default.proj
  • All 32 tests pass
  • Zero warnings (excluding benchmark project targeting netcoreapp3.1)
  • Zero errors

- Updated version from 7.1.0 to 8.0.0
- Updated target frameworks from net6.0 to net10.0;net8.0 (added net8.0, replaced net6.0 with net10.0)
- Updated Autofac dependency from 6.5.0 to 9.1.0
- Updated Castle.Core from 5.1.1 to 5.2.1
- Updated Microsoft.SourceLink.GitHub from 1.1.1 to 10.0.300
- Updated StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.556
- Fixed CA1860 analyzer warning (use Length instead of Any() for arrays)
- Added NuGetAudit=false to build to handle transient network issues during local builds
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 91.93%. Comparing base (4863671) to head (4cd64e0).
⚠️ Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
...ofac.Extras.DynamicProxy/RegistrationExtensions.cs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #60   +/-   ##
========================================
  Coverage    91.93%   91.93%           
========================================
  Files            2        2           
  Lines          124      124           
  Branches        22       22           
========================================
  Hits           114      114           
  Misses           6        6           
  Partials         4        4           

☔ 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 672d1aa into develop May 27, 2026
8 checks passed
@tillig tillig deleted the feature/technology-refresh branch May 27, 2026 18:53
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