Skip to content

Merge pull request #280 from TheAxelander/pre-release #7

Merge pull request #280 from TheAxelander/pre-release

Merge pull request #280 from TheAxelander/pre-release #7

Re-run triggered January 4, 2025 10:28
Status Cancelled
Total duration 15m 57s
Artifacts
Build and Push Docker Image
0s
Build and Push Docker Image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Run Test Cases
The run was canceled by @TheAxelander.
Run Test Cases
The operation was canceled.
Run Test Cases: OpenBudgeteer.Core.Test/Tests/PageViewModels/TransactionPageViewModelTest.cs#L32
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.
Run Test Cases: OpenBudgeteer.Core.Test/Tests/PageViewModels/TransactionPageViewModelTest.cs#L32
Public method 'ProposeBuckets_CheckOrder' on test class 'TransactionPageViewModelTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)