• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lucaslorentz / auto-compute
60%
main: 60%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github-actions-308ca1fd7f
DEFAULT BRANCH: main
Repo Added 07 Sep 2024 07:40AM UTC
Files 98
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/migration-backfill
branch: feature/migration-backfill
CHANGE BRANCH
x
Reset
  • feature/migration-backfill
  • add-dependabot
  • dependabot/github_actions/github-actions-308ca1fd7f
  • feature/dotnet10-support
  • fix-manifest
  • fix/msb4011-and-caching-vuln
  • fix/suppress-ad0001
  • improve-auto-compute
  • improve-inheritance-support
  • main
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.6.0

14 Mar 2026 08:40AM UTC coverage: 59.695%. First build
23084474323

Pull #19

github

lucaslorentz
Add automatic backfill SQL generation in migrations for computed properties

When a computed property is added or its expression changes, `dotnet ef migrations add`
now automatically generates `migrationBuilder.Sql("UPDATE ...")` to update existing records.

- SHA256 hash of expanded expression stored as permanent annotation for change detection
- Uses ExecuteUpdate + SqlCaptureInterceptor for provider-agnostic SQL generation
- Configurable via `EnableBackfillInMigrations` (enabled by default)
- Untranslatable expressions generate a friendly SQL comment
- Existing properties without hashes are skipped (assumes consistency)
- Removes code coverage threshold from CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #19: Automatic backfill SQL generation in migrations

21 of 148 new or added lines in 8 files covered. (14.19%)

1995 of 3342 relevant lines covered (59.69%)

663.56 hits per line

Relevant lines Covered
Build:
Build:
3342 RELEVANT LINES 1995 COVERED LINES
663.56 HITS PER LINE
Source Files on feature/migration-backfill
  • Tree
  • List 98
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23084474323 feature/migration-backfill Add automatic backfill SQL generation in migrations for computed properties When a computed property is added or its expression changes, `dotnet ef migrations add` now automatically generates `migrationBuilder.Sql("UPDATE ...")` to update existin... Pull #19 14 Mar 2026 08:42AM UTC lucaslorentz github
59.69
23083627850 feature/migration-backfill Add automatic backfill SQL generation in migrations for computed properties When a computed property is added or its expression changes, `dotnet ef migrations add` now automatically generates `migrationBuilder.Sql("UPDATE ...")` to update existin... Pull #19 14 Mar 2026 07:49AM UTC lucaslorentz github
60.1
See All Builds (123)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc