Skip to content

ders sonu

ders sonu #2

Triggered via push March 24, 2024 21:39
Status Failure
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
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/rentACarProject/Domain/Entities/Brand.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Domain/Entities/Brand.cs#L15
Non-nullable property 'Models' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Domain/Entities/Fuel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Domain/Entities/Fuel.cs#L13
Non-nullable property 'Models' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Domain/Entities/Model.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Domain/Entities/Model.cs#L20
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/rentACarProject/Application/Features/Fuels/Constants/FuelsOperationClaims.cs#L5
'OperationClaimConstantsAttribute' is obsolete: 'Switched to manual seed adding method'
build: src/rentACarProject/Application/Features/Fuels/Commands/Delete/DeleteFuelCommand.cs#L2
The using directive for 'Application.Features.Fuels.Constants' appeared previously in this namespace
build: src/rentACarProject/Application/Features/Brands/Constants/BrandsOperationClaims.cs#L5
'OperationClaimConstantsAttribute' is obsolete: 'Switched to manual seed adding method'
build: src/rentACarProject/Application/Features/Models/Constants/ModelsOperationClaims.cs#L5
'OperationClaimConstantsAttribute' is obsolete: 'Switched to manual seed adding method'