Merge pull request #131 from kubapoke/feat/close-rent-page #82
Annotations
11 warnings
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Services/SessionTokenManager.cs#L13
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Program.cs#L42
Possible null reference argument for parameter 'redisConnectionString' in 'RedisCacheService.RedisCacheService(string redisConnectionString)'.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Program.cs#L57
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Services/PasswordHasher.cs#L39
The variable 'e' is declared but never used
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Services/AzureBlobStorageManager.cs#L10
Converting null literal or possible null value to non-nullable type.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Services/AzureBlobStorageManager.cs#L11
Converting null literal or possible null value to non-nullable type.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Repositories/RentRepository.cs#L28
Nullable value type may be null.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/Controllers/AuthController.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/DTOs/Rents/RentInfoDto.cs#L8
Non-nullable property 'ModelName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
car-rental/backend/CarRentalAPI/CarRentalAPI/DTOs/Rents/RentInfoDto.cs#L9
Non-nullable property 'BrandName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
.net-app
|
20.4 MB |
|