Skip to content

Update docker-test-3.yml #3

Update docker-test-3.yml

Update docker-test-3.yml #3

Re-run triggered November 22, 2024 14:35
Status Failure
Total duration 2m 9s
Artifacts
Matrix: docker-test
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
docker-test (random, no-auth)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docker-test (random, no-auth)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docker-test (random, no-auth)
No files were found with the provided path: ./output/. No artifacts will be uploaded.
docker-test (random, no-auth)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
docker-test (random, no-auth): OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L154
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.
docker-test (random, no-auth): OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L266
Add the following constructor to SilentRollbackException: public SilentRollbackException(string message).
docker-test (random, no-auth): OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L266
Add the following constructor to SilentRollbackException: public SilentRollbackException(string message, Exception innerException).
docker-test (random, no-auth): OpenActive.Server.NET/OpenBookingHelper/Async/AsyncDuplicateLock.cs#L36
Call System.IDisposable.Dispose on object created by 'new SemaphoreSlim(1, 1)' before all references to it are out of scope.
docker-test (random, no-auth): OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L365
Consider calling ConfigureAwait on the awaited task
docker-test (random, no-auth): OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L373
Consider calling ConfigureAwait on the awaited task
docker-test (random, no-auth): OpenActive.Server.NET/StoreBookingEngine/StoreBookingEngine.cs#L381
Consider calling ConfigureAwait on the awaited task