Skip to content

BehaviorDiff v0.1.0

Choose a tag to compare

@issacnitin issacnitin released this 20 Aug 13:33
· 185 commits to main since this release

BehaviorDiff v0.1.0 is the initial open-source preview.

Highlights:

  • Build-time Mono.Cecil tracing for .NET 8 xUnit repositories
  • Three-run nondeterminism baseline and behavior-frontier analysis
  • Canonical findings.json with coverage and assertion reaction
  • GitHub Actions and Azure Pipelines PR integrations
  • Idempotent summaries and cause-hunk comments
  • Optional citation-grounded Anthropic explanations
  • Stable-sort, retry-policy, and configuration-parser demos

Install the attached tool package:

dotnet tool install --global BehaviorDiff.Tool `
  --add-source <download-directory> `
  --version 0.1.0

See the README for the five-minute demo and CI setup.