You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just for documentation.
nuget version 0.3.1 does not work with gamma 5.2, as the hidlibrary nuget it is based on has not been updated yet to support .net6, see here. however, in the code a fix exists already, it's just not in the nuget yet :(
in gamma 5.2, running the help patch of this lib throws this exception:
http://vvvv.org
PlatformNotSupportedException: "Operation is not supported on this platform."
StackTrace:
System.Action { public virtual System.IAsyncResult BeginInvoke(System.AsyncCallback callback, object object) { ... } }
HidLibrary.HidDeviceEventMonitor { public void Init() { ... } } in "HidDeviceEventMonitor.cs" Ln 25
_VL_Devices_SpaceMouseHID_.Devices.HID.SpaceMouse._Operations_+<>c__DisplayClass0_0 { internal HidLibrary.HidDevice <GetDevice>b__0() { ... } }
VL.Lib.Basics.Resources.ResourceProvider+<>c__DisplayClass1_0`1 { internal VL.Lib.Basics.Resources.IResourceHandle<> <New>b__0() { ... } }
VL.Lib.Reactive.ObservableNodes+<>c__DisplayClass12_0`2 { internal VL.Lib.Basics.Resources.IResourceHandle<> <Using>b__0() { ... } }
System.Reactive.Linq.ObservableImpl.Using`2+_ { public void Run(System.Reactive.Linq.ObservableImpl.Using<, > parent) { ... } } in "Using.cs" Ln 40
System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } }
VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } }
The text was updated successfully, but these errors were encountered:
just for documentation.
nuget version 0.3.1 does not work with gamma 5.2, as the hidlibrary nuget it is based on has not been updated yet to support .net6, see here. however, in the code a fix exists already, it's just not in the nuget yet :(
in gamma 5.2, running the help patch of this lib throws this exception:
The text was updated successfully, but these errors were encountered: