Open flcl42 opened 11 months ago
Description A lot of nullable warnings in several modules
Steps to Reproduce cd src/libp2p && dotnet build
cd src/libp2p && dotnet build
Expected behavior Nullable variables are checked for nulls properly
HI @flcl42 , have created this PR for resolving the issue - https://github.com/NethermindEth/dotnet-libp2p/pull/74
All warnings are resolved now. Kindly review.
Description A lot of nullable warnings in several modules
Steps to Reproduce
cd src/libp2p && dotnet build
Expected behavior Nullable variables are checked for nulls properly