Skip to content

The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.

License

Notifications You must be signed in to change notification settings

tibel/Caliburn.Light

Repository files navigation

Logo

NuGet Badge

Caliburn.Light

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

Install

Caliburn.Light is available through NuGet:

PM> Install-Package Caliburn.Light.WPF

PM> Install-Package Caliburn.Light.WinUI

Learn

All Caliburn.Light documentation is included.

License

Caliburn.Light is licensed under the MIT license.