Closed Dzoukr closed 11 months ago
You'll need to pin Microsoft.IO.RecyclableMemoryStream ~> 2
@Zaid-Ajaj, which way forward would you prefer? Constraining Remoting to v2, but then consumers are not able to upgrade, or requiring v3?
@kerams I think the easiest is to update remoting to latest v3 of Microsoft.IO.RecyclableMemoryStream and constraining it to >= 3.0 && < 4.0 so that this doesn't happen the next time around when a new major version of Microsoft.IO.RecyclableMemoryStream is available
@Dzoukr Should be fixed if you update everything to latest 😄 please re-open the issue if the problem persists
Thanks a lot, friend! All the best in 2024! 🙏 ❤️
Hello friend, after upgrading to the newer version, I got this exception when calling Remoting methods:
Steps to reproduce
dotnet new install SAFEr.Template
dotnet new SAFEr
dotnet run
dotnet paket update Fable.Remoting
dotnet run
Thanks for any kind of hint here 🙏