-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Constant crash when using ReactiveCommand #3124
Comments
Do you have the ReactiveUI.Wpf nuget package. Also we support net462 and net6 now. netcoreapp3.1 is not supported and there's a easy upgrade path to net6. Net6 is also long term support replacement of netcoreapp3.1 |
https://github.com/ChrisPulman/reactive_ui_bug_1
|
if you would have looked in the repo that reproduces it you would have seen that I have ReactiveUI.Wpf, yes
Interesting decision, given that VS 2019 doesn't even seem to work with 6.
You are pointing to a modified version of the repo with different packages. Anyway, enjoy your time! I can work without this framework too, was just trying to help by reporting bugs.
|
Thanks! I appreciate you trying. |
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core NetCoreApp3.1 is ending at the end of next year. Net 5 in the middle of next year. Net 6 until end of 2024. We decided to end the support early due to NuGet packages being released by Microsoft did not contain netcoreapp3.1 targets nor net5.0 targets.
|
Also net461 and earlier versions are being dropped April 2022 https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
See title.
I'm using 13.3.2 bcuz 17.1.9 is also broken (but with a different err). See here #3123
Steps To Reproduce
(might be removed if u read this in the future)
https://github.com/ccornici/reactive_ui_bug_1/tree/master
Read the README
Expected behaviour
Not crash
Screenshots
Environment
OS: Win 10
Version 10.0.19043 Build 19043
Device:
ReactiveUI Version: 13.3.9, Fody & WPF
Additional context
I've used the same code in other apps, idk how come now it keeps crashing .....
The text was updated successfully, but these errors were encountered: