Overlay.NET icon indicating copy to clipboard operation
Overlay.NET copied to clipboard

Nuget package is not up to date with current Demo

Open TylerBurnett opened this issue 6 years ago • 5 comments

Love this idea, and i understand the api. Shame the Nuget Package is out of date

TylerBurnett avatar Jan 23 '19 01:01 TylerBurnett

I'm not sure what you are referencing to but I tried using the demo with the nuget package and what I'm missing is the OverlayWindow.Update() @lolp1 what is the fix?

doivosevic avatar Sep 22 '19 05:09 doivosevic

same .Update() is missing somehow

slauko avatar Sep 25 '19 09:09 slauko

Anyone manage to get it working?

ProBun avatar May 30 '20 00:05 ProBun

I hope this helps someone. I had to build the Overlay.NET source code and create a nuget package from the code in this repo. I think for some reason the latest nuget package doesn't contain the Update() method, but it's in the source.

I followed these instructions on creating the nuget: https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework

I also have a local nuget server running under Docker on my machine: https://github.com/loic-sharma/BaGet

I even got it working in a .net5 console app.

You also have to make sure you have the following dependencies installed:

Process.NET SharpDX SharpDX.Direct2D1 SharpDX.DXGI SharpDX.Mathematics

tcomben avatar Jul 09 '21 18:07 tcomben

@tcomben This looks really cool and intend to look at it tonight, and let you know what I think!

lolp1 avatar Jul 10 '21 00:07 lolp1