Skip to content

Update README.md

Update README.md #270

Triggered via push July 23, 2023 08:49
Status Success
Total duration 1m 6s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Application/Common/Exceptions/CustomException.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Application/Common/Exceptions/CustomException.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Application/Invoices/PaddleOCR/InvoicesOcrJob.cs#L134
The type name 'result' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Common/Interfaces/Caching/ICacheInvalidator.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Application/Common/Interfaces/Caching/ICacheable.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Application/Common/Behaviours/LoggingBehaviour.cs#L21
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: src/Application/Common/Models/UploadRequest.cs#L14
Member 'Overwrite' is explicitly initialized to its default value
build: src/Application/Invoices/Commands/Import/ImportInvoicesCommand.cs#L50
Avoid unnecessary zero-length array allocations. Use Array.Empty<string>() instead.
build: src/Application/Invoices/PaddleOCR/InvoicesOcrJob.cs#L59
Forward the 'cancellationToken' parameter to the 'PostAsJsonAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token
build: src/Application/Invoices/PaddleOCR/InvoicesOcrJob.cs#L62
Forward the 'cancellationToken' parameter to the 'ReadAsStringAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token