Ccodemod

codemod/csharp-reliability-audit-bundle

Run a coordinated read-only C# reliability audit across constructor dispatch, loop progression, index checks, switch fallbacks, exception cleanup, inheritance defaults, array covariance, events, and shared static state.

csharpreliabilityanalysisauditbundlemetrics
PRO
1 executions
Use dashboard

Run locally

npx codemod @codemod/csharp-reliability-audit-bundle

This is a Pro codemod. Preview changes and insights for free, no login or code sharing required. Applying changes and accessing insights requires a paid plan and sign in.Learn more

@codemod/csharp-reliability-audit-bundle

Run a coordinated read-only C# reliability audit across constructor dispatch, loop progression, index checks, switch fallbacks, exception cleanup, inheritance defaults, array covariance, events, and shared static state.

The bundle orchestrates C# reliability codemods that emit findings and metrics without rewriting source files.

Included Codemods

  • @codemod/csharp-ctor-calls-overridable-methods@0.1.0
  • @codemod/csharp-explicit-string-control-chars@0.1.0
  • @codemod/csharp-for-counter-mismatch@0.1.0
  • @codemod/csharp-indexof-ambiguous-positive-check@0.1.0
  • @codemod/csharp-missing-switch-fallback-arm@0.1.0
  • @codemod/csharp-no-throw-in-finally@0.1.0
  • @codemod/csharp-override-optional-default-mismatch@0.1.0
  • @codemod/detect-csharp-reference-array-covariance@0.1.0
  • @codemod/detect-virtual-field-like-events-csharp@0.1.0
  • @codemod/instance-writes-to-static-fields@0.1.0

Ready to contribute?

Build your own codemod and share it with the community.