Skip to content

perf: DbEntityResolver improvements #2566

perf: DbEntityResolver improvements

perf: DbEntityResolver improvements #2566

Triggered via push September 13, 2023 22:14
Status Success
Total duration 3m 1s
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/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/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/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/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/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/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: src/Stl.Rpc/RpcHub.cs#L14
The field 'RpcHub._lastPeerInstanceId' is never used
build: src/Stl.Rpc/RpcPeer.cs#L123
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)
build: src/Stl.Rpc/Infrastructure/RpcSystemCalls.cs#L79
Use Task.ConfigureAwait(false) as the current SynchronizationContext is not needed (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0004.md)