chore: adds debug json console flag #24
Annotations
9 warnings
deploy
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/.
|
deploy:
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.
|
deploy:
src/Scaffolding.LegacyAutoMapper/MapperService.cs#L33
Dereference of a possibly null reference.
|
deploy:
src/Scaffolding.Json.Newtonsoft/ServiceCollectionServiceExtensions.cs#L13
Cannot convert null literal to non-nullable reference type.
|
deploy:
src/Scaffolding.Logging.Serilog/Formatters/SnakeCaseRenderedCompactJsonFormatter.cs#L13
Cannot convert null literal to non-nullable reference type.
|
deploy:
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.
|
deploy:
src/Scaffolding.LegacyAutoMapper/MapperService.cs#L33
Dereference of a possibly null reference.
|
deploy:
src/Scaffolding.Json.Newtonsoft/ServiceCollectionServiceExtensions.cs#L13
Cannot convert null literal to non-nullable reference type.
|
deploy:
src/Scaffolding.Logging.Serilog/Formatters/SnakeCaseRenderedCompactJsonFormatter.cs#L13
Cannot convert null literal to non-nullable reference type.
|