kekyo / FlashCap

Independent video frame capture library on .NET/.NET Core and .NET Framework.
Apache License 2.0
203 stars 29 forks source link

run wpf sample app #108

Closed flat-eric147 closed 1 year ago

flat-eric147 commented 1 year ago

When compiling and running the FlashCap.Wpf application I get a runtime error:

System.IO.FileLoadException: 'Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0

The only way to solve it was to add the package reference (latest version 6.0.0) System.Runtime.CompilerServices.Unsafe and update Epoxy.Wpf to the latest version 1.11.0

Happy to push the change if needed.

kekyo commented 1 year ago

Thanks for getting back to me!

Just to be sure, I made a diff with updated various package references at feature/109, could you please try it?

flat-eric147 commented 1 year ago

I just tried and it compiles and runs without issues. Thank you!

kekyo commented 1 year ago

Merged, thanks!