Add session #284
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test:
src/libp2p/Libp2p.Core/Stream.cs#L17
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
src/libp2p/Libp2p.Core/TransportContext.cs#L25
Parameter 'LocalPeer peer' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Test:
src/libp2p/Libp2p.Core/TransportContext.cs#L25
Parameter 'ProtocolRef proto' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Test:
src/libp2p/Libp2p.Core/Peer.cs#L75
Converting null literal or possible null value to non-nullable type.
|
Test:
src/libp2p/Libp2p.Core/Peer.cs#L75
Possible null reference return.
|
Test:
src/libp2p/Libp2p.Core/Peer.cs#L353
Dereference of a possibly null reference.
|
Test:
src/libp2p/Libp2p.Core/Stream.cs#L11
The field 'ChannelStream.logger' is never used
|
Test:
src/libp2p/Libp2p.Protocols.IpTcp/IpTcpProtocol.cs#L80
The variable 'e' is declared but never used
|
Test:
src/libp2p/Libp2p.Protocols.IpTcp/IpTcpProtocol.cs#L100
The variable 'e' is declared but never used
|
Test:
src/libp2p/Libp2p.Core.TestsBase/LocalPeerStub.cs#L44
Nullability of reference types in type of parameter 'addrs' of 'Task LocalPeerStub.StartListenAsync(Multiaddress[] addrs, CancellationToken token = default(CancellationToken))' doesn't match implicitly implemented member 'Task IPeer.StartListenAsync(Multiaddress[]? addrs = null, CancellationToken token = default(CancellationToken))' (possibly because of nullability attributes).
|
Build:
src/libp2p/Libp2p.Core/Stream.cs#L17
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/libp2p/Libp2p.Core/TransportContext.cs#L25
Parameter 'LocalPeer peer' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build:
src/libp2p/Libp2p.Core/TransportContext.cs#L25
Parameter 'ProtocolRef proto' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build:
src/libp2p/Libp2p.Core/Peer.cs#L75
Converting null literal or possible null value to non-nullable type.
|
Build:
src/libp2p/Libp2p.Core/Peer.cs#L75
Possible null reference return.
|
Build:
src/libp2p/Libp2p.Core/Peer.cs#L353
Dereference of a possibly null reference.
|
Build:
src/libp2p/Libp2p.Core/Stream.cs#L11
The field 'ChannelStream.logger' is never used
|
Build:
src/libp2p/Libp2p.Protocols.Noise/NoiseProtocol.cs#L20
Parameter 'multiplexerSettings' is unread.
|
Build:
src/libp2p/Libp2p.Protocols.Yamux/YamuxProtocol.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build:
src/libp2p/Libp2p.Protocols.Yamux/YamuxProtocol.cs#L285
The variable 'e' is declared but never used
|
Loading