Merge pull request #280 from TheAxelander/pre-release #7
docker-image-version-tag.yml
on: push
Run Test Cases
15m 48s
Build and Push Docker Image
0s
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)
|