feat(core): #41 add event ids (#55) #83
Annotations
20 warnings
|
|
src/libp2p/Libp2p.Generators.Enums/EnumsGenerator.cs#L9
'Nethermind.Libp2p.Generators.Enums.EnumsGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
src/libp2p/Libp2p.Core/Multiaddr.cs#L14
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L181
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 '_parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L17
Non-nullable field '_factories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L29
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L55
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L82
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
|
|
src/libp2p/Libp2p.Generators.Enums/EnumsGenerator.cs#L9
'Nethermind.Libp2p.Generators.Enums.EnumsGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
src/libp2p/Libp2p.Core/Multiaddr.cs#L14
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/libp2p/Libp2p.Core/PeerFactory.cs#L181
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 '_parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L17
Non-nullable field '_factories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L29
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L55
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
src/libp2p/Libp2p.Core/ChannelFactory.cs#L82
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
The logs for this run have expired and are no longer available.
Loading