Create docker-test-5.yml #1
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
Exceptions should be public
|
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/CustomBookingEngine/CustomBookingEngine.cs#L334
Consider calling ConfigureAwait on the awaited task
|
docker-test (random, no-auth):
OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L335
Consider calling ConfigureAwait on the awaited task
|
docker-test (random, no-auth):
OpenActive.Server.NET/CustomBookingEngine/CustomBookingEngine.cs#L392
Consider calling ConfigureAwait on the awaited task
|