Example Project Completed #1
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Car.cs#L16
Non-nullable property 'Plate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Transmission.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Brand.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Model.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Model.cs#L23
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Domain/Entities/Fuel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/rentACarCleanArchitecture/Application/Features/Brands/Commands/Delete/DeleteBrandCommand.cs#L2
The using directive for 'Application.Features.Brands.Constants' appeared previously in this namespace
|
build:
src/rentACarCleanArchitecture/Application/Features/Cars/Commands/Delete/DeleteCarCommand.cs#L2
The using directive for 'Application.Features.Cars.Constants' appeared previously in this namespace
|
build:
src/rentACarCleanArchitecture/Application/Features/Fuels/Commands/Delete/DeleteFuelCommand.cs#L2
The using directive for 'Application.Features.Fuels.Constants' appeared previously in this namespace
|
build:
src/rentACarCleanArchitecture/Application/Features/Models/Commands/Delete/DeleteModelCommand.cs#L2
The using directive for 'Application.Features.Models.Constants' appeared previously in this namespace
|