feat(quic): #41 improve logging #84
Annotations
20 warnings
Test
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Test
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
Test:
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>'
|
Test:
src/libp2p/Libp2p.Core/Multiaddr.cs#L14
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Test:
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).
|
Test:
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.
|
Test:
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.
|
Test:
src/libp2p/Libp2p.Core/PeerFactory.cs#L16
Non-nullable field '_protocol' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/libp2p/Libp2p.Core/PeerFactory.cs#L16
Non-nullable field '_upChannelFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Test:
src/libp2p/Libp2p.Core/PeerFactory.cs#L45
Dereference of a possibly null reference.
|
Test
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Test
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
|
Test:
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>'
|
Test:
src/libp2p/Libp2p.Core/Multiaddr.cs#L14
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Test:
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).
|
Test:
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.
|
Test:
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.
|
Test:
src/libp2p/Libp2p.Core/ChannelFactory.cs#L29
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
Test:
src/libp2p/Libp2p.Core/ChannelFactory.cs#L55
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|
Test:
src/libp2p/Libp2p.Core/ChannelFactory.cs#L82
Possible null reference argument for parameter 'key' in 'IChannelFactory IDictionary<IProtocol, IChannelFactory>.this[IProtocol key]'.
|