Skip to content
apobekiaris edited this page Oct 17, 2020 · 70 revisions

GitHub issues GitHub close issues

About

The Reactive.Win module is the platform specific version of the Reactive module.

Details

This is a WinForms module. Refer to the Reactive module](https://github.com/eXpandFramework/DevExpress.XAF/tree/lab/src/Modules/Reactive).

Versioning

The module is not bound to DevExpress versioning, which means you can use the latest version with your old DevExpress projects Read more.

The module follows the Nuget Version Basics.

Dependencies

.NetFramework: net461

DevExpress.ExpressApp.Win Any
Fasterflect.Xpand 2.0.7
JetBrains.Annotations 2020.1.0
System.Interactive 4.1.1
System.Reactive 4.4.1
System.ValueTuple 4.5.0
Xpand.Extensions.XAF 2.202.58
Xpand.Patcher 2.0.24
Xpand.XAF.Modules.Reactive 2.202.58
Xpand.VersionConverter 2.202.10

Issues-Debugging-Troubleshooting

To Step in the source code you need to enable Source Server support in your Visual Studio/Tools/Options/Debugging/Enable Source Server Support. See also How to boost your DevExpress Debugging Experience.

If the package is installed in a way that you do not have access to uninstall it, then you can unload it with the next call at the constructor of your module.

Xpand.XAF.Modules.Reactive.ReactiveModuleBase.Unload(typeof(Xpand.XAF.Modules.Reactive.Win.WinModule))

Tests

The module is tested on Azure for each build with these tests. All Tests run as per our Compatibility Matrix

image

image


Custom badge

Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally