Skip to content

Standardize build metadata and code formatting#65

Merged
tillig merged 1 commit into
developfrom
feature/build-metadata-update
May 26, 2026
Merged

Standardize build metadata and code formatting#65
tillig merged 1 commit into
developfrom
feature/build-metadata-update

Conversation

@tillig

@tillig tillig commented May 26, 2026

Copy link
Copy Markdown
Member

Summary

  • Standardize .pre-commit-config.yaml, .editorconfig, build/stylecop.json, build/Source.ruleset, build/Test.ruleset to match Autofac core
  • Update default.proj Package target to pack individual projects
  • Apply dotnet format code formatting
  • Fix SA1201 member ordering (constructors before properties)
  • Fix SA1404 SuppressMessage justifications

Test plan

  • CI build passes
  • All tests pass
  • pre-commit run --all-files passes

@codecov

codecov Bot commented May 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.71%. Comparing base (f5d8694) to head (d49dc53).

Files with missing lines Patch % Lines
...Scenario.InternalsVisible/InternalsVisibleActor.cs 0.00% 1 Missing ⚠️
...nternalsVisible/InternalsVisibleStatefulService.cs 0.00% 1 Missing ⚠️
...ternalsVisible/InternalsVisibleStatelessService.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #65   +/-   ##
========================================
  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 force-pushed the feature/build-metadata-update branch from 3e22cb3 to d49dc53 Compare May 26, 2026 22:06
@tillig
tillig merged commit 2b88cba into develop May 26, 2026
9 of 10 checks passed
@tillig
tillig deleted the feature/build-metadata-update branch May 26, 2026 22:25
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