Skip to content

Selfhosting

Selfhosting #162

Triggered via pull request November 4, 2023 12:48
Status Success
Total duration 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/Application/Managers/BookLocalStorageManager.cs#L51
The variable '_' is declared but never used
test: src/Application/Services/UserService.cs#L70
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L80
The variable 'e' is declared but never used
test: src/Application/Services/UserService.cs#L92
The variable 'e' is declared but never used
test: src/Application/Services/AuthenticationService.cs#L91
The variable 'e' is declared but never used
test: src/Application/Services/BookService.cs#L188
The variable '_' is declared but never used
test: src/Application/Managers/UserLocalStorageManager.cs#L78
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/Application/Managers/BookLocalStorageManager.cs#L76
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/Application/Managers/BookLocalStorageManager.cs#L141
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/Infrastructure/Persistence/Repository/BookRepository.cs#L91
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.