Replies: 2 comments 4 replies
|
This is an issue with System.Reactive see dotnet/reactive#2038 and https://endjin.com/what-we-think/talks/modernizing-reactive-extensions-for-dotnet for an indepth discussion on how platform packaging needs to be reimagined. you might be able to use the workaround below which comes from: AvaloniaUI/Avalonia#9549 (comment) |
|
We (the current maintainers of Rx.NET) recently released RC-1 of Rx.NET v7, which is intended to fix this. (The big change is that Could you try adding a reference to version |

This is an issue with System.Reactive see dotnet/reactive#2038 and https://endjin.com/what-we-think/talks/modernizing-reactive-extensions-for-dotnet for an indepth discussion on how platform packaging needs to be reimagined.
you might be able to use the workaround below which comes from: AvaloniaUI/Avalonia#9549 (comment)