When I try and instantiate a screencapture service
IScreenCaptureService screenCaptureService = new DX11ScreenCaptureService();
I get the following error.
Method 'get_ColorFormat' in type 'ScreenCapture.NET.IColor' from assembly 'ScreenCapture.NET, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' cannot be a static and a virtual.
Using .Net 6.0. The issue occurs on both ScreenCapture.NET v2.0.0 and v2.0.1
When I try and instantiate a screencapture service
IScreenCaptureService screenCaptureService = new DX11ScreenCaptureService();I get the following error.
Method 'get_ColorFormat' in type 'ScreenCapture.NET.IColor' from assembly 'ScreenCapture.NET, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' cannot be a static and a virtual.Using .Net 6.0. The issue occurs on both ScreenCapture.NET v2.0.0 and v2.0.1