Skip to content

Feature/image upload #1558

Feature/image upload

Feature/image upload #1558

Triggered via pull request November 6, 2024 18:55
Status Failure
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/LinkDotNet.Blog.Web/Features/Services/FileUpload/AzureBlobStorageService.cs#L29
In externally visible method 'Task<string> AzureBlobStorageService.UploadFileAsync(string fileName, Stream fileStream, UploadOptions options)', validate parameter 'options' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build: src/LinkDotNet.Blog.Web/Features/Services/FileUpload/AzureBlobStorageService.cs#L29
In externally visible method 'Task<string> AzureBlobStorageService.UploadFileAsync(string fileName, Stream fileStream, UploadOptions options)', validate parameter 'options' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build
Process completed with exit code 1.