Kyselgov E.N.
Kyselgov E.N.
Current implementation of `AsyncManualResetEvent` event contains cancellable `WaitAsync()` while wiki says it is not implemented due to design reasons. P.S.: By the way, Great Thank you for this library.
Do the library have classes for solving Linear Programming Problem ? ([MathLab linprog function](https://www.mathworks.com/help/optim/ug/linprog.html)). Thanks.
Hi @doghappy Customer sent screenshot with unhandled exception.  and brief exception text part: > ************** Exception Text ************** SocketIOClient.Exceptions.InvalidSocketStateException: Connection is not open. at SocketIOClient.WebSocketClient.ClientWebSocket.\d__18.MoveNext() --- End of stack...
@doghappy Would it be useful to isolate event reading task in separate long-time task? I mean update code in method `ConnectAsync(Uri uri)` from: ``` _ = ListenAsync(_listenToken.Token); ``` to ```...
**Describe the bug** Application code has been updated to use new recourse `GrantedToV2` instead of deprecated `GrantedTo`. But behavior of this recourse was changed. For personal account (Ms Live Account)...
### Is your feature request related to a problem? Please describe Have a placeholder text in controls with edit field is good hint to user about what's need to be...
### Is your feature request related to a problem? Please describe. Redundant resources consuming. Dependency from whole .Net Framework (System.Web is not part of the .NET Framework Client Profile). ###...
How about adding nullable TimeStamp (type DateTimeOffset) to all hit classes (or theirs common base class) so as to request builder can automatically calculate QueueTime parameter as difference between current...
### Describe the bug Any attempt to use `$select` query parameter to limit amount of Todo task data ends with HTTP 400 "Invalid request" exception. I tried to use `$select`...
### Describe the bug The file was shared from one Personal account to other Personal account with "edit" right (Role is `writer`). If MsGraph is signed in as delegated by...