Skip to content

Cover change converter and config/adapter guard paths #301

Cover change converter and config/adapter guard paths

Cover change converter and config/adapter guard paths #301

Triggered via pull request August 7, 2026 07:17
Status Success
Total duration 2m 24s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, benchmark-action/github-action-benchmark@v1.20.4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/SIL.Harmony/JsonSyncable.cs#L136
'AsyncEnumerableDeprecated.MaxAsync<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, TResult>, CancellationToken)' is obsolete: 'Use MaxByAsync. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the functionality previously provided by the MaxAsync overload that took a selector callback now exists as an overload of MaxByAsync.'