Skip to content

nuget package reference check #177

nuget package reference check

nuget package reference check #177

Triggered via schedule May 8, 2025 08:25
Status Success
Total duration 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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/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/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/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/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/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/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.
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/Services/VersionCheckerTestFixture.cs#L38
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.