Skip to content

Merge pull request #4 from EntglDb/fix/network #33

Merge pull request #4 from EntglDb/fix/network

Merge pull request #4 from EntglDb/fix/network #33

Triggered via push January 22, 2026 01:06
Status Success
Total duration 54s
Artifacts
build_and_publish
50s
build_and_publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_and_publish: src/EntglDb.Core/Client/PeerDatabase.cs#L261
Possible null reference return.
build_and_publish: src/EntglDb.Core/Client/PeerDatabase.cs#L259
Possible null reference return.
build_and_publish: src/EntglDb.Core/Client/PeerDatabase.cs#L398
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/Network/PeerNode.cs#L55
Non-nullable property 'Configuration' 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/PeerNodeConfiguration.cs#L26
Non-nullable property 'AuthToken' 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/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/Management/IPeerManagementService.cs#L5
The using directive for 'EntglDb.Core.Network' appeared previously in this namespace