Add model-element unit tests to improve core coverage #251
Annotations
10 warnings
|
Build:
ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L38
Non-nullable field 'modelFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L39
Non-nullable field 'htmlReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L45
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L43
Non-nullable field 'xlXlReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L41
Non-nullable field 'reportFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L39
Non-nullable field 'modelFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L79
Converting null literal or possible null value to non-nullable type.
|
|
Build:
ECoreNetto.Reporting.Tests/Generators/MarkdownReportGeneratorTestFixture.cs#L39
Non-nullable field 'markdownReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
ECoreNetto.Reporting/Generators/HandleBarsReportGenerator.cs#L60
Remove this call from a constructor to the overridable 'RegisterTemplates' method.
|
|
Build:
ECoreNetto.Reporting/Generators/HandleBarsReportGenerator.cs#L59
Remove this call from a constructor to the overridable 'RegisterHelpers' method.
|