Skip to content

Releases: Baseflow/GuardedActions

v1.1.1

01 Jul 19:21

Choose a tag to compare

This release contains:

  • A bug fix some thread access issues.

V1.1.0

29 Jun 23:10

Choose a tag to compare

This v1.1.0 release contains ✅ support for MvvmCross and has been extended with an extra detailed 🚀 samples repository!

To be able to support both MvvmCross and .NET Core there has been a change in the architecture of the GuardedActions library.

.NET Core

Beforehand GuardedActions could be configured on a .NET Core app by installing the GuardedActions package. This is not possible anymore in this release. Now you've got to install and configure the GuardedActions.NetCore NuGet package. For more information please check the .NET Core installation instructions.

MvvmCross

To configure and install the GuardedActions library in your MvvmCross app you've got to install and configure the GuardedActions.MvvmCross NuGet package. For more information please check the MvvmCross installation instructions.

Samples repository

Also I've added the GuardedActions.Samples repo in case someone still needs more information or prefers a live example on how to implement the GuardedActions library for both .NET Core and MvvmCross implementations are documented in the

v1.0.0

24 Jun 20:26

Choose a tag to compare

This release contains everything you need to 🚀 increase the ❌ error handling, 🧪 testability and ♻️ reusability for all your MVVM driven .NET Core apps! 🔥

Features:

  • Exception guard;
  • Command & Actions;
  • General exception handling;
  • Command & Actions specific exception handling;
  • Custom exception handling;
  • Support for .NET Core.