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

loresoft / EntityFrameworkCore.Generator / 9036122521

10 May 2024 05:55PM UTC coverage: 57.012% (+2.3%) from 54.745%
9036122521

push

github

pwelter34
update packages

563 of 1111 branches covered (50.68%)

Branch coverage included in aggregate %.

1811 of 3053 relevant lines covered (59.32%)

83.77 hits per line

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

0.0
/src/EntityFrameworkCore.Generator.Core/Scripts/ScriptVariablesBase.cs
1
using EntityFrameworkCore.Generator.Options;
2
using Microsoft.EntityFrameworkCore.Infrastructure;
3

4
namespace EntityFrameworkCore.Generator.Scripts;
5

6
public abstract class ScriptVariablesBase
7
{
8
    protected ScriptVariablesBase(GeneratorOptions generatorOptions, TemplateOptions templateOptions)
×
9
    {
10
        GeneratorOptions = generatorOptions;
×
11
        TemplateOptions = templateOptions;
×
12
        CodeBuilder = new IndentedStringBuilder();
×
13
    }
×
14

15
    public TemplateOptions TemplateOptions { get; }
×
16

17
    public GeneratorOptions GeneratorOptions { get; }
×
18

19
    public IndentedStringBuilder CodeBuilder { get; }
×
20
}
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