NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
62 stars 24 forks source link

Fix nullables #63

Open flcl42 opened 9 months ago

flcl42 commented 9 months ago

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

ssonthal commented 7 months ago

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.

Screenshot 2024-02-23 at 11 04 28 AM