Skip to content

Backend password hashing and encryption logic changes #70

Backend password hashing and encryption logic changes

Backend password hashing and encryption logic changes #70

Triggered via pull request November 25, 2023 10:55
Status Failure
Total duration 47s
Artifacts

build-validation.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build-ubuntu-latest
Process completed with exit code 1.
build-windows-latest
The job was canceled because "ubuntu-latest" failed.
build-windows-latest
The operation was canceled.
build-macOS-latest
The job was canceled because "ubuntu-latest" failed.
build-macOS-latest
The operation was canceled.
build-ubuntu-latest: SecureSend.Domain/ReadModels/UploadedFilesReadModel.cs#L6
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/ReadModels/UploadedFilesReadModel.cs#L7
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/ReadModels/UploadedFilesReadModel.cs#L9
Non-nullable property 'SecureUpload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/ReadModels/SecureUploadsReadModel.cs#L10
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L26
Non-nullable property 'UploadDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L26
Non-nullable property 'IsViewed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Application/Commands/Handlers/ViewSecureUploadHandler.cs#L30
Possible null reference argument for parameter 'secureSendExpiryDate' in 'SecureSendExpiryDate.implicit operator DateTime?(SecureSendExpiryDate secureSendExpiryDate)'.
build-ubuntu-latest: SecureSend.Application/Commands/Handlers/CreateSecureUploadHandler.cs#L29
Possible null reference argument for parameter 'password' in 'SecureSendPasswordHash.implicit operator SecureSendPasswordHash(string password)'.
build-ubuntu-latest: SecureSend.Infrastructure/Repositories/SecureSendRepository.cs#L34
Nullability of reference types in return type of 'Task<SecureSendUpload?> SecureSendRepository.GetAsync(SecureSendUploadId id, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task<SecureSendUpload> ISecureSendUploadRepository.GetAsync(SecureSendUploadId id, CancellationToken cancellationToken)'.