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

lucaslorentz / auto-compute / 23084514956

14 Mar 2026 08:43AM UTC coverage: 59.695% (-20.4%) from 80.097%
23084514956

push

github

web-flow
Merge pull request #19 from lucaslorentz/feature/migration-backfill

Automatic backfill SQL generation in migrations

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

6 existing lines in 2 files now uncovered.

1995 of 3342 relevant lines covered (59.69%)

663.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/LLL.AutoCompute.EFCore/Metadata/Internal/DesignTimeComputedStore.cs
1
using Microsoft.EntityFrameworkCore.Metadata;
2

3
namespace LLL.AutoCompute.EFCore.Metadata.Internal;
4

5
public static class DesignTimeComputedStore
6
{
7
    /// <summary>
8
    /// Factories collected during model finalization (before temp annotations are removed).
9
    /// Available for use after the model is finalized.
10
    /// </summary>
NEW
11
    public static IReadOnlyList<(IProperty Property, ComputedMemberFactory<IProperty> Factory)>? Factories { get; set; }
×
12

13
    /// <summary>
14
    /// Computed members created from the factories after model finalization.
15
    /// </summary>
NEW
16
    public static IReadOnlyList<ComputedMember>? ComputedMembers { get; set; }
×
17

NEW
18
    public static IComputedExpressionAnalyzer? ExpressionAnalyzer { get; set; }
×
19
}
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