Hello,
I just started looking at your library and tried to compile it with my C# VS 2022 but got an error.
Severity Code Description Project File Line Suppression State
Error CS1061 'Node' does not contain a definition for 'Peers' and no accessible extension method 'Peers' accepting a first argument of type 'Node' could be found (are you missing a using directive or an assembly reference?) Chordette.Benchmark C:\NET\P2P\Chord-p2p\Chordette\Chordette.Benchmark\Program.cs 200 Active
Warning CS0168 The variable 'ex' is declared but never used Chordette C:\NET\P2P\Chord-p2p\Chordette\Chordette\Node.cs 167 Active
Warning NETSDK1138 The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. Chordette C:\Program Files\dotnet\sdk\6.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets 28
Warning NETSDK1138 The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. Chordette.Benchmark C:\Program Files\dotnet\sdk\6.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets 28
Warning NETSDK1138 The target framework 'netcoreapp2.2' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. Chordette.Tests C:\Program Files\dotnet\sdk\6.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets 28
Can you please help?
Hello,
I just started looking at your library and tried to compile it with my C# VS 2022 but got an error.
Can you please help?