We’ve just released a new version of our helper library JamSoft.Helpers.
You can get this using NuGet package manager using this command:
Install-Package JamSoft.Helpers -Version 0.4.2
dotnet add package JamSoft.Helpers --version 0.4.2
<PackageReference Include="JamSoft.Helpers" Version="0.4.2" />
paket add JamSoft.Helpers --version 0.4.2
The package includes various classes for helping with basic application tasks. It has the skeletons of various patterns included and some base implementations of things like a base MVVM view model.