Skip to content

Error page

Error page #34

Triggered via pull request July 30, 2023 11:01
@radek00radek00
synchronize #27
error-page
Status Failure
Total duration 1m 18s
Artifacts

build-validation.yml

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

Annotations

6 errors and 22 warnings
build-ubuntu-latest
Cannot find name 'error'.
build-ubuntu-latest
Process completed with exit code 1.
build-macOS-latest
The job was canceled because "ubuntu-latest" failed.
build-macOS-latest
The operation was canceled.
build-windows-latest
The job was canceled because "ubuntu-latest" failed.
build-windows-latest
The operation was canceled.
build-ubuntu-latest: SecureSend/ClientApp/src/router/index.ts#L3
'UploadDoesNotExistError' is defined but never used
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#L9
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#L23
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#L23
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#L23
Non-nullable property 'ExpiryDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-ubuntu-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L23
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#L28
Possible null reference argument for parameter 'secureSendExpiryDate' in 'SecureSendExpiryDate.implicit operator DateTime?(SecureSendExpiryDate secureSendExpiryDate)'.
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)'.
build-macOS-latest: SecureSend/ClientApp/src/router/index.ts#L3
'UploadDoesNotExistError' is defined but never used
build-macOS-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L23
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-macOS-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L23
Non-nullable property 'UploadDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-macOS-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L23
Non-nullable property 'ExpiryDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-macOS-latest: SecureSend.Domain/Entities/SecureSendUpload.cs#L23
Non-nullable property 'IsViewed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-macOS-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-macOS-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-macOS-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-macOS-latest: SecureSend.Domain/ReadModels/SecureUploadsReadModel.cs#L9
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-macOS-latest: SecureSend.Application/Commands/Handlers/ViewSecureUploadHandler.cs#L28
Possible null reference argument for parameter 'secureSendExpiryDate' in 'SecureSendExpiryDate.implicit operator DateTime?(SecureSendExpiryDate secureSendExpiryDate)'.
build-macOS-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)'.