Skip to content

# P2PBootstrap

# P2PBootstrap #72

Triggered via push March 23, 2025 05:25
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: P2PNet/DicoveryChannels/WAN/BootstrapPeer.cs#L45
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: P2PNet/DicoveryChannels/WAN/BootstrapPeer.cs#L45
Non-nullable property 'IP' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: P2PNet/Routines/NetworkRoutines.cs#L27
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: P2PNet/Routines/NetworkRoutines.cs#L20
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: P2PNet/Routines/NetworkRoutines.cs#L20
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: P2PNet/Peers/InboundConnectingPeersQueue.cs#L52
Cannot convert null literal to non-nullable reference type.
build: P2PNet/Peers/InboundConnectingPeersQueue.cs#L40
Cannot convert null literal to non-nullable reference type.
build: P2PNet/PeerNetwork.cs#L355
Cannot convert null literal to non-nullable reference type.
build: P2PNet/P2PExceptions/TrustPolicyConflictException.cs#L21
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build: P2PNet/P2PExceptions/TrustPolicyConflictException.cs#L20
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'list'.'