Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Some additions to Caliburn.Micro framework.

License

Notifications You must be signed in to change notification settings

tibel/Caliburn.Micro.Extras

Repository files navigation

Caliburn.Micro.Extras [Discontinued]

Caliburn.Micro is a powerful framework for building WPF, Silverlight, Windows Phone and Windows 8 Store apps. These additions make it easier to to get the most out of the framework.

Install

The extras are available through NuGet:

Install-Package Caliburn.Micro.Extras

Content

  • ActionCommand to use Caliburn.Micro Actions with ICommand
  • [Win8] IWindowManager for displaying normal dialogs all around the screen

Dialogs

  • IMessageService to show a MessageBox
  • IOpenFileService to show an OpenFileDialog
  • ISaveFileService to show an SaveFileDialog
  • MessengerResult wraps IMessageService with fluent configuration
  • OpenFileResult wraps IOpenFileService with fluent configuration
  • SaveFileResult wraps ISaveFileService with fluent configuration

Weak Events

powered by Weakly

Conventions

Integrated in CM 2.0

  • DebugLogger to see Caliburn.Micro logging output in Visual Studio
  • EventAggregatorExtensions to publish messages on different Threads

IResult Implementations

  • CancelResult always returns WasCancelled=true
  • DelegateResult wraps an arbitrary Action or Func

IResult Extensions

  • Rescue<TException>() decorates the result with an error handler which is executed when an error occurs
  • WhenChancelled() decorates the result with an handler which is executed when the result was cancelled
  • OverrideCancel() decorates the result and overrides WasCancelled=false

About

Some additions to Caliburn.Micro framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published