Skip to content

chore: use LogDebug to log cancelled calls #2603

chore: use LogDebug to log cancelled calls

chore: use LogDebug to log cancelled calls #2603

Triggered via push September 28, 2023 21:01
Status Success
Total duration 3m 34s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 11 warnings
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Abstractions/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Host/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Services/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/UI/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/ConsoleClient/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/HelloCart/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/MiniRpc/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Abstractions/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Host/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Services/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Abstractions/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Host/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Services/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/ConsoleClient/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/UI/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/HelloCart/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/MiniRpc/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Abstractions/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Host/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
Assets file '/home/runner/work/Stl.Fusion/Stl.Fusion/artifacts/obj/Services/project.assets.json' doesn't have a target for 'net7.0'. Ensure that restore has run and that you have included 'net7.0' in the TargetFrameworks for your project.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build: tests/Stl.Tests/Rpc/RpcTest.cs#L289
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: tests/Stl.Tests/Async/BatchProcessorTest.cs#L20
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: tests/Stl.Tests/Async/BatchProcessorTest.cs#L106
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: tests/Stl.Tests/Rpc/RpcBasicTest.cs#L252
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: tests/Stl.Tests/Net/ConnectorTest.cs#L22
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: tests/Stl.Fusion.Tests/UserProviderTest.cs#L97
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits. (https://xunit.net/xunit.analyzers/rules/xUnit1030)