luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails

caulifla opened this issue · comments

I'm trying to build OpenGL.Net_Mono.sln but I'm getting the following errors. What am I doing wrong?

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS0103	The name 'Unsafe' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	5390	Active
Error	CS0006	Metadata file 'E:\Others\OpenGL.Net\OpenGL.Net\bin\net461\Debug\OpenGL.Net.Math.dll' could not be found	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\CSC	1	Active
Error	CS0006	Metadata file 'E:\Others\OpenGL.Net\OpenGL.Net\bin\net461\Debug\OpenGL.Net.Math.dll' could not be found	HelloTriangle.CoreUI	E:\Others\OpenGL.Net\Samples\HelloTriangle.CoreUI\CSC	1	Active
Error	CS0006	Metadata file 'E:\Others\OpenGL.Net\OpenGL.Net\bin\net461\Debug\OpenGL.Net.Math.dll' could not be found	OpenGL.Net.Test_net461	E:\Others\OpenGL.Net\OpenGL.Net.Test\CSC	1	Active
Error	CS0103	The name 'Vector' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	5388	Active
Error	CS0103	The name 'Unsafe' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	5390	Active
Error	CS0103	The name 'Unsafe' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	5390	Active
Error	CS0103	The name 'Vector' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	6097	Active
Error	CS0103	The name 'Unsafe' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	6102	Active
Error	CS0103	The name 'Unsafe' does not exist in the current context	OpenGL.Net.Math_net461	E:\Others\OpenGL.Net\OpenGL.Net\Matrix.cs	6107	Active
Warning	CS0108	'CommandParameterUnsafe.IsCompatible(RegistryContext, Command)' hides inherited member 'CommandParameterStrong.IsCompatible(RegistryContext, Command)'. Use the new keyword if hiding was intended.	BindingsGen	E:\Others\OpenGL.Net\BindingsGen\GLSpecs\CommandParameterUnsafe.cs	52	Active
Warning	CS0108	'CommandParameterUnsafe.IsCompatible(RegistryContext, Command, List<CommandParameter>)' hides inherited member 'CommandParameterStrong.IsCompatible(RegistryContext, Command, List<CommandParameter>)'. Use the new keyword if hiding was intended.	BindingsGen	E:\Others\OpenGL.Net\BindingsGen\GLSpecs\CommandParameterUnsafe.cs	57	Active
Warning	CS0108	'CommandParameterUnsafe.IsCompatible(RegistryContext, Command, CommandParameter)' hides inherited member 'CommandParameterStrong.IsCompatible(RegistryContext, Command, CommandParameter)'. Use the new keyword if hiding was intended.	BindingsGen	E:\Others\OpenGL.Net\BindingsGen\GLSpecs\CommandParameterUnsafe.cs	62	Active
Warning	CS0169	The field 'NativeWindow._SharingWindow' is never used	OpenGL.Net.CoreUI_net461	E:\Others\OpenGL.Net\OpenGL.Net.CoreUI\NativeWindow.cs	721	Active
Warning	CS0168	The variable 'exception' is declared but never used	OpenGL.Net.GTK3_net35, OpenGL.Net.GTK3_net461	E:\Others\OpenGL.Net\OpenGL.Net.GTK3\GlWidget.cs	488	Active
Warning	CS0649	Field 'Bcm.Delegates.pbcm_host_init' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	599	Active
Warning	CS0649	Field 'Bcm.Delegates.pbcm_host_deinit' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	604	Active
Warning	CS0649	Field 'Bcm.Delegates.pgraphics_get_display_size' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	609	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_display_open' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	614	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_display_close' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	619	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_update_start' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	624	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_element_add' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	629	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_element_remove' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	634	Active
Warning	CS0649	Field 'Bcm.Delegates.pvc_dispmanx_update_submit_sync' is never assigned to, and will always have its default value null	OpenGL.Net.VideoCore	E:\Others\OpenGL.Net\OpenGL.Net.VideoCore\Bcm.cs	639	Active
Warning	CS0169	The field 'SampleForm._Angle' is never used	HelloTriangle.ANGLE	E:\Others\OpenGL.Net\Samples\HelloTriangle.ANGLE\SampleForm.cs	127	Active
Warning	CS0649	Field 'ExampleWindow._Angle' is never assigned to, and will always have its default value 0	HelloTriangle.GTK	E:\Others\OpenGL.Net\Samples\HelloTriangle.GTK\Program.cs	104	Active
Warning	CS0169	The field 'NativeWindow._SharingWindow' is never used	OpenGL.Net.CoreUI_net35	E:\Others\OpenGL.Net\OpenGL.Net.CoreUI\NativeWindow.cs	721	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	214	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	240	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	266	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	292	Active
Warning		The referenced component 'System.Numerics.Vectors' could not be found.	OpenGL.Net_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Numerics.Vectors, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net_net461			
Warning		The referenced component 'System.Runtime.CompilerServices.Unsafe' could not be found.	OpenGL.Net.Math_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Numerics.Vectors, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Math_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Runtime.CompilerServices.Unsafe, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Math_net461			
Warning		The referenced component 'System.Numerics.Vectors' could not be found.	OpenGL.Net.Math_net461			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The referenced component 'Microsoft.DotNet.PlatformAbstractions' could not be found.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "10.0.0.0" than the version "8.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.5.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The referenced component 'Microsoft.Win32.Registry' could not be found.	OpenGL.Net.Test_net35			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.DotNet.PlatformAbstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Registry, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.5.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the assembly "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4" which was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "10.0.0.0" than the version "8.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Numerics.Vectors, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.ValueTuple' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "BenchmarkDotNet, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Text.Encoding.CodePages, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Reflection.Metadata' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Numerics.Vectors' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Text.Encoding.CodePages' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Security.Cryptography.X509Certificates' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Reflection.Metadata, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Threading.Tasks.Extensions' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Security.Cryptography.Algorithms' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Xml.ReaderWriter' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.DotNet.PlatformAbstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'Microsoft.DotNet.PlatformAbstractions' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'BenchmarkDotNet' could not be found.	OpenGL.Net.Test_net461		

You should restore nuget packages with 'nuget restore'

Did that just now. The number of errors got reduced.

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS1503	Argument 2: cannot convert from 'OpenGL.DebugType' to 'OpenGL.Gl.DebugType'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	72	Active
Error	CS1503	Argument 1: cannot convert from 'method group' to 'Gl.DebugProc'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	71	Active
Error	CS1503	Argument 1: cannot convert from 'OpenGL.DebugSource' to 'OpenGL.Gl.DebugSource'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	72	Active
Error	CS1503	Argument 3: cannot convert from 'OpenGL.DebugSeverity' to 'OpenGL.Gl.DebugSeverity'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	72	Active
Error	CS0117	'EnableCap' does not contain a definition for 'Multisample'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	90	Active
Error	CS0117	'Gl' does not contain a definition for 'MatrixMode'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	155	Active
Error	CS0117	'MatrixMode' does not contain a definition for 'Projection'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	155	Active
Error	CS0117	'Gl' does not contain a definition for 'LoadIdentity'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	157	Active
Error	CS0117	'Gl' does not contain a definition for 'Ortho'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	159	Active
Error	CS0117	'Gl' does not contain a definition for 'MatrixMode'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	170	Active
Error	CS0117	'MatrixMode' does not contain a definition for 'Modelview'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	170	Active
Error	CS0117	'Gl' does not contain a definition for 'LoadIdentity'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	172	Active
Error	CS0117	'Gl' does not contain a definition for 'Rotate'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	174	Active
Error	CS0117	'Gl' does not contain a definition for 'Begin'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	179	Active
Error	CS0117	'Gl' does not contain a definition for 'Color3'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	184	Active
Error	CS0117	'Gl' does not contain a definition for 'Vertex2'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	184	Active
Error	CS0117	'Gl' does not contain a definition for 'Color3'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	185	Active
Error	CS0117	'Gl' does not contain a definition for 'Vertex2'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	185	Active
Error	CS0117	'Gl' does not contain a definition for 'Color3'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	186	Active
Error	CS0117	'Gl' does not contain a definition for 'Vertex2'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	186	Active
Error	CS0117	'Gl' does not contain a definition for 'End'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	189	Active
Error	CS0117	'Gl' does not contain a definition for 'MatrixMode'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	200	Active
Error	CS0117	'MatrixMode' does not contain a definition for 'Modelview'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	200	Active
Error	CS0117	'Gl' does not contain a definition for 'LoadIdentity'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	202	Active
Error	CS0117	'Gl' does not contain a definition for 'Rotate'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	204	Active
Error	CS0117	'Gl' does not contain a definition for 'VertexPointer'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	216	Active
Error	CS0117	'Gl' does not contain a definition for 'EnableClientState'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	218	Active
Error	CS0117	'Gl' does not contain a definition for 'ColorPointer'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	221	Active
Error	CS0117	'Gl' does not contain a definition for 'EnableClientState'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	223	Active
Error	CS0117	'EnableCap' does not contain a definition for 'ColorArray'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	223	Active
Error	CS0117	'Matrix4x4f' does not contain a definition for 'Ortho2D'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	442	Active
Error	CS0117	'Matrix4x4f' does not contain a definition for 'Translated'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	443	Active
Error	CS0117	'Matrix4x4f' does not contain a definition for 'RotatedZ'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	443	Active
Error	CS0019	Operator '*' cannot be applied to operands of type 'Matrix4x4f' and 'Matrix4x4f'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	448	Active
Error	CS0117	'Matrix4x4f' does not contain a definition for 'Ortho2D'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	488	Active
Error	CS0117	'Matrix4x4f' does not contain a definition for 'RotatedZ'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	489	Active
Error	CS0019	Operator '*' cannot be applied to operands of type 'Matrix4x4f' and 'Matrix4x4f'	HelloTriangle	E:\Others\OpenGL.Net\Samples\HelloTriangle\SampleForm.cs	502	Active
Warning	CS0169	The field 'SampleForm._Angle' is never used	HelloTriangle.ANGLE	E:\Others\OpenGL.Net\Samples\HelloTriangle.ANGLE\SampleForm.cs	127	Active
Warning	CS0414	The field 'Program._FrameNo' is assigned but its value is never used	HelloTriangle.CoreUI	E:\Others\OpenGL.Net\Samples\HelloTriangle.CoreUI\Program.cs	132	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35, OpenGL.Net.Test_net461	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	214	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35, OpenGL.Net.Test_net461	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	240	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35, OpenGL.Net.Test_net461	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	266	Active
Warning	CS1718	Comparison made to same variable; did you mean to compare something else?	OpenGL.Net.Test_net35, OpenGL.Net.Test_net461	E:\Others\OpenGL.Net\OpenGL.Net.Test\KhronosVersion.cs	292	Active
Warning		The referenced component 'System.Numerics.Vectors' could not be found.	OpenGL.Net_net461			
Warning		The referenced component 'OpenGL.Net-CoreProfile' could not be found.	HelloTriangle			
Warning		The referenced component 'OpenGL.Net' could not be found.	HelloTriangle			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "10.0.0.0" than the version "8.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the assembly "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4" which was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".	OpenGL.Net.Test_net35			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.Win32.Registry, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.5.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The referenced component 'Microsoft.Win32.Registry' could not be found.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "3.5.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.DotNet.PlatformAbstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "10.0.0.0" than the version "8.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the framework assembly "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" or retarget your application to a framework version which contains "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The referenced component 'Microsoft.DotNet.PlatformAbstractions' could not be found.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.6" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Toolchains.Roslyn, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The primary reference "BenchmarkDotNet.Core, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.	OpenGL.Net.Test_net35			
Warning		The referenced component 'System.Text.Encoding.CodePages' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'Microsoft.DotNet.PlatformAbstractions' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Security.Cryptography.Algorithms' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Xml.ReaderWriter' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Security.Cryptography.X509Certificates' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Threading.Tasks.Extensions' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'BenchmarkDotNet' could not be found.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.Reflection.Metadata' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Reflection.Metadata, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "Microsoft.DotNet.PlatformAbstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Text.Encoding.CodePages, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		The referenced component 'System.ValueTuple' could not be found.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "BenchmarkDotNet, Version=0.10.13.0, Culture=neutral, PublicKeyToken=aa0ca2f9092cefc4, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461			
Warning		Could not resolve this reference. Could not locate the assembly "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.	OpenGL.Net.Test_net461		

I've fixed few issues in the HelloTriangle project (And pull the last commit), but all those errors should be there, it just like there's no available binary there, and all methods are unresolved. I suggest to clean up and rebuild.