deps: Bump Microsoft.AspNetCore.Mvc.Testing and 3 others - #8
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build & test:
src/FunkArr.Tests/RuleSet/RuleSetRegistryActorTests.cs#L133
Test method 'AliasLookup_CaseInsensitive' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr.Tests/RuleSet/MatchLedgerActorTests.cs#L60
Test method 'CapacityEviction_OldestRecordsAreRemoved' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr.Tests/Search/MovieSearchActorTests.cs#L50
Test method 'ExecuteMovieSearch_ReturnsResultsAndGenericPipelineRecord' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr.Tests/RuleSet/RuleSetRegistryActorTests.cs#L115
Test method 'AliasLookup_ReturnsRulesWhenQueriedByAlias' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr.Tests/RuleSet/MatchLedgerActorTests.cs#L46
Test method 'GetRecentMatches_RespectsLimit' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr.Tests/RuleSet/MatchLedgerActorTests.cs#L32
Test method 'RecordAndRetrieve_ReturnsRecordedMatch' has a Timeout but does not reference TestContext.Current.CancellationToken. Tests with a Timeout should reference TestContext.Current.CancellationToken so they can terminate promptly when the timeout is exceeded. (https://xunit.net/xunit.analyzers/rules/xUnit1069)
|
|
Build & test:
src/FunkArr/Configuration/FunkArrApplicationSetup.cs#L28
Call MapOpenApi().WithDocumentPerVersion() so that a document is generated for each API version (https://dotnet.github.io/aspnet-api-versioning/diagnostic/av0030.html)
|
|
Build & test
AddApiVersioning().AddOpenApi() registers the OpenAPI services that describe API versions (https://dotnet.github.io/aspnet-api-versioning/diagnostic/av0029.html)
|
|
Build & test:
src/FunkArr/Configuration/FunkArrServiceSetup.cs#L96
AddApiVersioning().AddOpenApi() registers the OpenAPI services that describe API versions (https://dotnet.github.io/aspnet-api-versioning/diagnostic/av0029.html)
|
|
Build & test:
src/FunkArr/RuleSet/RuleSetRegistryActor.cs#L76
Usage of ScheduleTellOnce() and ScheduleTellRepeatedly() inside an Akka actor, especially the variant that does not accept an ICancelable parameter, can cause memory leak and unnecessary CPU usage if they are not canceled properly inside PostStop(). Consider implementing the IWithTimers interface and use the Timers.StartSingleTimer() or Timers.StartPeriodicTimer() instead. (https://getakka.net/articles/debugging/rules/AK1004.html)
|
background
wait
wait-all
cancel
parallel
Loading