nuget package reference check #51
Annotations
10 warnings
build:
ECoreNetto.Tools/Commands/ReportHandler.cs#L34
The using directive for 'ECoreNetto.Tools.Resources' appeared previously in this namespace
|
build:
ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L34
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/ReportCommandTestFixture.cs#L41
Non-nullable field 'reportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/ReportCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/MarkdownReportCommandTestFixture.cs#L41
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.Tools.Tests/Commands/MarkdownReportCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/ModelInspectionCommandTestFixture.cs#L41
Non-nullable field 'modelInspector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/ModelInspectionCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L41
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.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L43
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|