Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 764 Bytes

Logo

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

Learn

All Caliburn.Light documentation is included.

License

Caliburn.Light is licensed under the MIT license.