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

loresoft / EntityFrameworkCore.Generator / 13237051986

10 Feb 2025 08:57AM CUT coverage: 56.772%. First build
13237051986

Pull #645

github

web-flow
Merge 2a86ed4b2 into 5408e4d1b
Pull Request #645: Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0

566 of 1125 branches covered (50.31%)

Branch coverage included in aggregate %.

1815 of 3069 relevant lines covered (59.14%)

83.9 hits per line

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

0.0
/src/EntityFrameworkCore.Generator.Core/Scripts/ModelScriptVariables.cs
1
using EntityFrameworkCore.Generator.Metadata.Generation;
2
using EntityFrameworkCore.Generator.Options;
3

4
namespace EntityFrameworkCore.Generator.Scripts;
5

6
public class ModelScriptVariables : ScriptVariablesBase
7
{
8
    public ModelScriptVariables(Model model, GeneratorOptions generatorOptions, TemplateOptions templateOptions)
9
        : base(generatorOptions, templateOptions)
×
10
    {
11
        Model = model;
×
12
    }
×
13

14
    public Model Model { get; }
×
15
}
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

© 2025 Coveralls, Inc