Skip to content

chore(deps): update dependency system.linq.async to v7 (#191) #495

chore(deps): update dependency system.linq.async to v7 (#191)

chore(deps): update dependency system.linq.async to v7 (#191) #495

Triggered via push November 22, 2025 09:03
Status Success
Total duration 4m 15s
Artifacts 3

build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
Build (ubuntu-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (ubuntu-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (ubuntu-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (ubuntu-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (ubuntu-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (ubuntu-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (macos-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): artifacts/2025.11.22.495/integrationtest/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'
Build (windows-latest): src/Devlead.Testing.MockHttp.Tests/Unit/HttpClientTests.cs#L93
'AsyncEnumerableDeprecated.SelectAwait<TSource, TResult>(IAsyncEnumerable<TSource>, Func<TSource, ValueTask<TResult>>)' is obsolete: 'Use Select. IAsyncEnumerable LINQ is now in System.Linq.AsyncEnumerable, and the SelectAwait functionality now exists as overloads of Select. You will need to modify your callback to take an additional CancellationToken argument.'

Artifacts

Produced during runtime
Name Size Digest
Artifact_macos15_.NETCoreApp_10.0 Expired
14.4 KB
Artifact_ubuntu24_.NETCoreApp_10.0 Expired
14.4 KB
Artifact_win25_.NETCoreApp_10.0 Expired
14.4 KB