Overview
This release is a bug maintenance release. It addresses that you could not use interfaces in ReactiveUI binding, and also now in .NET Native applications when first adding the NuGet reference we add a configuration file to allow for compiling.
What's Changed
- fix: .NET Native Support (#1937) @worldbeater
- housekeeping: Make ReactiveUI compile on VisualStudio for Mac (#1932) @glennawatson
- housekeeping: Prefer WireUpControls over manual lookup (#1934) @worldbeater
- Fix: class generic constraint prevents interface use on WhenAny (#1940) @ajpinedam