Update README.md for TLS protocol #242
Annotations
20 warnings
src/libp2p/Libp2p.Core/PeerFactory.cs#L189
Nullability of reference types in return type of 'Identity? LocalPeer.Identity.get' doesn't match implicitly implemented member 'Identity IPeer.Identity.get' (possibly because of nullability attributes).
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L17
Non-nullable field '_factories' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L30
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L52
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L74
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L93
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L18
Non-nullable field '_protocol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L18
Non-nullable field '_upChannelFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/PeerContext.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/libp2p/Libp2p.Core/PeerContext.cs#L12
Non-nullable property 'LocalPeer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L189
Nullability of reference types in return type of 'Identity? LocalPeer.Identity.get' doesn't match implicitly implemented member 'Identity IPeer.Identity.get' (possibly because of nullability attributes).
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L17
Non-nullable field '_factories' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L30
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L52
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L74
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L93
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L18
Non-nullable field '_protocol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L18
Non-nullable field '_upChannelFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L26
Dereference of a possibly null reference.
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
This job succeeded
Loading