perf: improve NpgsqlDbOperationLogChangeNotifier.cs #2576
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/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/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/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/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
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)
|
build:
src/Stl.Fusion.EntityFramework/DbEntityResolver.cs#L67
'DbEntityResolver<TDbContext, TKey, TDbEntity>.Log' hides inherited member 'DbServiceBase<TDbContext>.Log'. Use the new keyword if hiding was intended.
|
build:
src/Stl.Fusion.EntityFramework/Conversion/UlidToStringValueConverter.cs#L6
Use an overload of 'Parse' that has a 'System.IFormatProvider' parameter (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0011.md)
|