Kieran Devlin
Kieran Devlin
When sending a message of 126 bytes or more to `System.Net.WebSockets.ClientWebSocket`, the connection forcibly closes. Any messages with 125 bytes or less are received as expected. I have tested `System.Net.WebSockets.ClientWebSocket`...
VS2019 suggests that `private readonly Type _typeInstance = new ();` is incorrect and should be `private readonly Type _typeInstance = new();` StyleCop suggests that `private readonly Type _typeInstance = new();`...
Currently, consumers of the client API's have to store and track the client state themselves when the client already contains this data. This pull request exposes these properties on the...
**Describe the bug** After a certain distance, the ground items overlay doesn't render even though I can see the item. Im cannoning Ice Trolls and some of the trolls run...
**Describe the bug** When publishing a link trimmed self contained, single file executable, the application crashes upon startup. The error in Event Viewer seems to indicate that it can't find...
This pull request adds the concept of hidden destinations. If a destination is hidden then the type is still loaded into the DI container (to be able to manage and...
**Describe the bug** Re-opening an already reported issue that has been closed as more information has been found and the issue is not fixed: https://github.com/roslynpad/roslynpad/issues/507 When starting the app, the...