Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in building on Windows Visual Studio 2022 #5

Open
lonnietc opened this issue Apr 23, 2022 · 1 comment
Open

Error in building on Windows Visual Studio 2022 #5

lonnietc opened this issue Apr 23, 2022 · 1 comment

Comments

@lonnietc
Copy link

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?

@giovannirigotti
Copy link

I have the same issue on VS 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants