Skip to content

Added db snapshot

Added db snapshot #247

Triggered via push January 14, 2024 10:40
Status Success
Total duration 1m 5s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/Application/Services/ProductService.cs#L14
Parameter 'IProductRepository productRepository' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
test: src/Application/Managers/BookLocalStorageManager.cs#L51
The variable '_' is declared but never used
test: src/Application/Services/AuthenticationService.cs#L109
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L85
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L95
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L107
The variable 'e' is declared but never used
test: src/Application/BackgroundServices/DeleteBooksOfDowngradedAccounts.cs#L119
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: src/Application/Services/BookService.cs#L194
The variable '_' is declared but never used
test: src/Application/Common/Extensions/SSEHttpContextExtensions.cs#L9
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
test: src/Application/Common/Extensions/SSEHttpContextExtensions.cs#L10
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)