Skip to content

build(ci): Cleaning up unused params, and forcing another deployment #126

build(ci): Cleaning up unused params, and forcing another deployment

build(ci): Cleaning up unused params, and forcing another deployment #126

Triggered via push May 7, 2024 02:14
Status Success
Total duration 2m 0s
Artifacts

push-master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: YoFi.Core/Repositories/TransactionRepository.cs#L329
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.
build: YoFi.Data/ApplicationDbContext.cs#L115
'IQueryableBatchExtensions.BatchDeleteAsync(IQueryable, CancellationToken)' is obsolete: 'As of EF 7 there are native method ExcuteDelete.'
build: YoFi.Data/ApplicationDbContext.cs#L172
'IQueryableBatchExtensions.BatchDeleteAsync(IQueryable, CancellationToken)' is obsolete: 'As of EF 7 there are native method ExcuteDelete.'
build: YoFi.Data/ApplicationDbContext.cs#L201
'IQueryableBatchExtensions.BatchUpdateAsync(IQueryable, object, List<string>?, CancellationToken)' is obsolete
build: YoFi.Core.Tests.Unit/Tests/TransactionRepositoryTest.cs#L1267
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.
build: YoFi.AspNet/Common/AspNet/ApiBasicAuthorizationAttribute.cs#L56
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)
build: YoFi.AspNet.Tests.Integration/Helpers/TestAuthHandler.cs#L14
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: YoFi.AspNet.Tests.Integration/Helpers/TestAuthHandler.cs#L15
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: YoFi.Tests/Attributes/ApiBasicAuthAttributeTest.cs#L42
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)
build: YoFi.Core/Repositories/TransactionRepository.cs#L329
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.