Skip to content

Added support for stripe backend #51

Added support for stripe backend

Added support for stripe backend #51

Triggered via push January 10, 2024 13:04
Status Success
Total duration 1m 26s
Artifacts

deploy.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: 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.
deploy: src/Application/Services/AuthenticationService.cs#L111
The variable 'e' is declared but never used
deploy: src/Application/Services/UserService.cs#L82
The variable 'e' is declared but never used
deploy: src/Application/Services/UserService.cs#L92
The variable 'e' is declared but never used
deploy: src/Application/Services/UserService.cs#L104
The variable 'e' is declared but never used
deploy: src/Application/Services/BookService.cs#L189
The variable '_' is declared but never used
deploy: src/Application/Managers/BookLocalStorageManager.cs#L51
The variable '_' is declared but never used
deploy: 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)
deploy: 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)
deploy: 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)