Caliburn.Light is a fork of Caliburn.Micro that
- is modular/magic-free (does not include conventions)
- does not switch to UI thread automatically for everything
- integrates some ideas of Prism and MVVMLight
- uses weak events (see Weakly)
- supports
ICommand
out-of-the-box
Caliburn.Light is available through NuGet:
PM> Install-Package Caliburn.Light.WPF
PM> Install-Package Caliburn.Light.WinUI
All Caliburn.Light documentation is included.
Caliburn.Light is licensed under the MIT license.