Skip to content

fix: fixes optional application version #48

fix: fixes optional application version

fix: fixes optional application version #48

Triggered via push April 13, 2024 04:33
Status Success
Total duration 32s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
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.