Skip to content

Technology refresh: update dependencies and target frameworks#66

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

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

Conversation

@tillig

@tillig tillig commented May 27, 2026

Copy link
Copy Markdown
Member

Summary

  • Updated Autofac from 6.5.0 to 9.1.0
  • Updated Microsoft.ServiceFabric from 7.1.458 to 11.0.0
  • Updated Microsoft.ServiceFabric.Actors from 4.1.458 to 8.0.0
  • Updated Microsoft.ServiceFabric.Data from 4.1.458 to 8.0.0
  • Updated Microsoft.ServiceFabric.Services from 4.1.458 to 8.0.0
  • 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
  • Bumped package version from 4.0.0 to 5.0.0

Notes

  • Test projects already target net10.0
  • Source project maintains netstandard2.1 and netstandard2.0 targets for Service Fabric compatibility
  • Autofac.Extras.DynamicProxy remains at 6.0.1 for inter-Autofac dependency coordination
  • ServiceFabric packages updated to compatible versions (11.0.0 + 8.0.0 family)

Test plan

  • Build succeeds locally with dotnet build (using /p:NuGetAudit=false to bypass local vulnerability database access issue)
  • CI will validate full build and test suite on appropriate architecture

Updated package versions:
- Autofac: 6.5.0 → 9.1.0
- Microsoft.ServiceFabric: 7.1.458 → 11.0.0
- Microsoft.ServiceFabric.Actors: 4.1.458 → 8.0.0
- Microsoft.ServiceFabric.Data: 4.1.458 → 8.0.0
- Microsoft.ServiceFabric.Services: 4.1.458 → 8.0.0
- Microsoft.SourceLink.GitHub: 1.1.1 → 10.0.300
- StyleCop.Analyzers: 1.2.0-beta.435 → 1.2.0-beta.556

Bumped package version from 4.0.0 to 5.0.0 in default.proj.

Test projects already target net10.0. Source project maintains netstandard2.1 and netstandard2.0 targets for Service Fabric compatibility. Autofac.Extras.DynamicProxy remains at 6.0.1 for inter-Autofac dependency coordination.
@codecov

codecov Bot commented May 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.71%. Comparing base (2b88cba) to head (8a26c31).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #66   +/-   ##
========================================
  Coverage    50.71%   50.71%           
========================================
  Files           12       12           
  Lines          211      211           
  Branches        21       21           
========================================
  Hits           107      107           
  Misses         103      103           
  Partials         1        1           

☔ 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 9101e13 into develop May 27, 2026
10 checks passed
@tillig
tillig deleted the feature/technology-refresh branch May 27, 2026 21:24
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