Releases: Baseflow/GuardedActions
v1.1.1
V1.1.0
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
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.