saskathex
saskathex
Sure. The current "send" method implementation of the synchronization context is in fact equal to the "post" method. It does enqueue/dispatch the action in the idle handler of the main...
Imo making the blocking optional is not way to go. The synchronization context Post/Send methods are generic over all ui frameworks and should be used the correct way. The current...
I will try to add some unit tests.
Hi, I had the same issue with Win10 and .NetCore 3.0 today. ---> System.InvalidOperationException: Cannot find support PLplot support files in System.String[]. at PLplot.Native..cctor() in C:\projects\plplotnet\PLplotNet\NativeHelpers.cs:line 200 My solution was...
I need the exact same thing: attributes on datasets. Thanks for your work.
@LiorBanai doing a test with the new release still inserts the attributes to the group What I like to achieve is actually add the attributes to the data. Something like...