You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: