Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ispysoftware

ispysoftware created a comment on an issue on dotnet/aspnetcore
@eerhardt This doesn't seem to be working on net 9.0.100-rc.24474.11 I've uploaded a test app to demonstrate the issue https://github.com/ispysoftware/sigrtest9/tree/main

View on GitHub

ispysoftware pushed 1 commit to main ispysoftware/sigrtest9

View on GitHub

ispysoftware pushed 1 commit to main ispysoftware/sigrtest9

View on GitHub

ispysoftware pushed 1 commit to main ispysoftware/sigrtest9

View on GitHub

ispysoftware created a branch on ispysoftware/sigrtest9

main

ispysoftware created a comment on an issue on dotnet/aspnetcore
Thanks @BrennanConroy . Spent the last 3 days updating our codebase to be compatible with net9.0 and having exactly the same issue with SignalR. Just says "SignalR connection established" and not...

View on GitHub

ispysoftware reopened an issue on dotnet/aspnetcore
SignalR callbacks working on net7.0, not on net8.0
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Updating from net7.0 to net8.0 breaks all callbacks from signalr. When running this code ...
ispysoftware starred haliconfr/mush-pit
ispysoftware closed an issue on dotnet/aspnetcore
SignalR callbacks working on net7.0, not on net8.0
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Updating from net7.0 to net8.0 breaks all callbacks from signalr. When running this code ...
ispysoftware created a comment on an issue on dotnet/aspnetcore
@BrennanConroy - yes i've spent 3 days finding that out. Do you know if it's supported in .NET 9? The reason I ask is that with trimming our client facing app is 50mb and without it it's 140mb.

View on GitHub

ispysoftware created a comment on an issue on dotnet/aspnetcore
It's due to trimming - working in net7.0 with trimming enabled. Broken in net8.0 with trimming enabled <PublishTrimmed>true</PublishTrimmed> https://github.com/dotnet/aspnetcore/issues/41704

View on GitHub

ispysoftware opened an issue on dotnet/aspnetcore
SignalR callbacks working on net7.0, not on net8.0
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Updating from net7.0 to net8.0 breaks all callbacks from signalr. When running this code ...