Skip to content

Eslint config

Eslint config #25

Triggered via pull request July 22, 2023 19:28
@radek00radek00
synchronize #22
eslintg
Status Success
Total duration 3m 24s
Artifacts

build-validation.yml

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

Annotations

30 warnings
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.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.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.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)'.
build-windows-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-windows-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-windows-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-windows-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-windows-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-windows-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-windows-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-windows-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-windows-latest: SecureSend.Application/Commands/Handlers/ViewSecureUploadHandler.cs#L28
Possible null reference argument for parameter 'secureSendExpiryDate' in 'SecureSendExpiryDate.implicit operator DateTime?(SecureSendExpiryDate secureSendExpiryDate)'.
build-windows-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)'.