[Remove] Serilog from ECoreNetto #9
Annotations
10 errors and 10 warnings
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L57
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L53
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/MarkdownReportGeneratorTestFixture.cs#L53
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L58
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L48
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/ReportGeneratorTestFixture.cs#L57
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/HtmlReportGeneratorTestFixture.cs#L53
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/MarkdownReportGeneratorTestFixture.cs#L53
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L58
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L48
'ILoggingBuilder' does not contain a definition for 'AddSerilog' and no accessible extension method 'AddSerilog' accepting a first argument of type 'ILoggingBuilder' could be found (are you missing a using directive or an assembly reference?)
|
ECoreNetto.Tools/Commands/ReportHandler.cs#L34
The using directive for 'ECoreNetto.Tools.Resources' appeared previously in this namespace
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L40
Non-nullable field 'reportFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ECoreNetto.Reporting.Tests/Generators/ModelInspectorTestFixture.cs#L42
Non-nullable field 'rootPackage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job failed
Loading