Feat/simpler #31
Annotations
5 errors and 9 warnings
build:
src/Scaffolding/Program.cs#L13
Argument 1: cannot convert from 'string' to 'Scaffolding.Logging.Settings.Implementations.LogSettings'
|
build:
src/Scaffolding/Program.cs#L21
'IServiceCollection' does not contain a definition for 'AddScaffoldingHealthChecks' and no accessible extension method 'AddScaffoldingHealthChecks' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Scaffolding/Program.cs#L13
Argument 1: cannot convert from 'string' to 'Scaffolding.Logging.Settings.Implementations.LogSettings'
|
build:
src/Scaffolding/Program.cs#L21
'IServiceCollection' does not contain a definition for 'AddScaffoldingHealthChecks' and no accessible extension method 'AddScaffoldingHealthChecks' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/Scaffolding.LegacyAutoMapper/GlobalMapper.cs#L7
Non-nullable property 'Mapper' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Scaffolding.LegacyAutoMapper/MapperService.cs#L33
Dereference of a possibly null reference.
|
build:
src/Scaffolding.Logging.Serilog/Formatters/SnakeCaseRenderedCompactJsonFormatter.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/Scaffolding.AspNetCore/Extensions/ServiceCollectionServiceExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
|
build:
src/Scaffolding.LegacyAutoMapper/GlobalMapper.cs#L7
Non-nullable property 'Mapper' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Scaffolding.LegacyAutoMapper/MapperService.cs#L33
Dereference of a possibly null reference.
|
build:
src/Scaffolding.Logging.Serilog/Formatters/SnakeCaseRenderedCompactJsonFormatter.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
src/Scaffolding.AspNetCore/Extensions/ServiceCollectionServiceExtensions.cs#L47
Cannot convert null literal to non-nullable reference type.
|