feat: creates newtonsoft json project #50
Annotations
5 errors and 7 warnings
build:
src/Scaffolding/Program.cs#L25
The type or namespace name 'SnakeCaseNamingStrategy' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Scaffolding/Program.cs#L25
'IServiceCollection' does not contain a definition for 'ConfigureJson' and no accessible extension method 'ConfigureJson' 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#L25
The type or namespace name 'SnakeCaseNamingStrategy' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Scaffolding/Program.cs#L25
'IServiceCollection' does not contain a definition for 'ConfigureJson' and no accessible extension method 'ConfigureJson' 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.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.
|