Michael Brown
Michael Brown
bump, I believe this is fixed in Cecil now. Would be great to have an update for this as it's blocking .net 5 support for several of my packages.
actually, I rolled back my .Net 5 support and am still seeing the error in ILRepack 2.0.13. `netstandard2.0;net48` ``` error : Specified method is not supported. error : at Mono.Cecil.ModuleParameters.GetCurrentRuntime()...
I failed to RTFM and didn't have the configuration wired correctly. Now that it seems to be configured correctly SignalR works fine but all of my tests have failed to...
So the ASP.Net middleware doesn't pass websocket messages through. It seems that only WebSocket connections (ASP.Net Websockets not SignalR) are being passed, and even so it might only be the...
Looks like dumping the queue folders fixed it. I wish there was logging on this, but something in the queue folders is causing it. Either sheer size or corrupt data
I should note, the instructions for running the node server are also incorrect. ```sh cd server/node # There's a README in this folder with instructions to run the server and...
I moved to use react-md instead, as it works perfect.
oh boy. Same alignment issues in react-md. When using a small toggle icon, alignments don't really take effect and overflows off screen.
that's a really good question, I'll take a look and see if I can reproduce this
if you are using .Net Core 3, it's possible this is due to changes in that particular runtime. The last AnyDiff update included some changes to address breaking changes the...