feat: Centralize EntglDbNodeService in Network package with auto-regi… #28
Annotations
10 warnings
|
build_and_publish:
src/EntglDb.Core/Network/PeerNodeConfiguration.cs#L16
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build_and_publish:
src/EntglDb.Core/Network/StaticPeerNodeConfigurationProvider.cs#L21
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L275
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L268
Possible null reference argument for parameter 'arg' in 'bool Func<T, bool>.Invoke(T arg)'.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L240
Converting null literal or possible null value to non-nullable type.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L325
Possible null reference argument for parameter 'document' in 'Task PeerCollection.Put(string key, object document, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L197
Possible null reference return.
|
|
build_and_publish:
src/EntglDb.Core/Client/PeerDatabase.cs#L195
Possible null reference return.
|
|
build_and_publish:
src/EntglDb.Core/Client/ExpressionToQueryNodeTranslator.cs#L34
Possible null reference return.
|
|
build_and_publish:
src/EntglDb.Core/Client/ExpressionToQueryNodeTranslator.cs#L24
Possible null reference return.
|