reactiveui / ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://www.reactiveui.net
MIT License
8.06k stars 1.12k forks source link

Fix for WireUpControls throws exception #3795

Closed ChrisPulman closed 5 months ago

ChrisPulman commented 5 months ago

What kind of change does this PR introduce?

Fix for #3714

What is the current behavior?

WireUpControls throws exception with .Net 8.0 Android

What is the new behavior?

WireUpControls works with .Net 8.0 Android

What might this PR break?

none expected

Please check if the PR fulfills these requirements

Other information:

github-actions[bot] commented 4 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.