DSoft.System.Helpers.Maui 1.0.2502.261

dotnet add package DSoft.System.Helpers.Maui --version 1.0.2502.261
                    
NuGet\Install-Package DSoft.System.Helpers.Maui -Version 1.0.2502.261
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DSoft.System.Helpers.Maui" Version="1.0.2502.261" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DSoft.System.Helpers.Maui" Version="1.0.2502.261" />
                    
Directory.Packages.props
<PackageReference Include="DSoft.System.Helpers.Maui" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DSoft.System.Helpers.Maui --version 1.0.2502.261
                    
#r "nuget: DSoft.System.Helpers.Maui, 1.0.2502.261"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DSoft.System.Helpers.Maui&version=1.0.2502.261
                    
Install DSoft.System.Helpers.Maui as a Cake Addin
#tool nuget:?package=DSoft.System.Helpers.Maui&version=1.0.2502.261
                    
Install DSoft.System.Helpers.Maui as a Cake Tool

DSoft.System.Helpers

General helpers for C# and Modern .NET as well as OG .NET Framework 4.8(through .NET Standard 2.1).

This is a compilation of some of the the code I've created and used over the years and some public contributions on public forums and web sites across the internet(detailed below).

Features:

  • Object mapper
  • Embedded Resource Helper
  • Exception to JSON extension
  • Base64 encode/decode string extensions
  • MAUI
    • Global exception handler with MAUI awareness.

This library uses public contributions from the following people and places.

Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst18.0 is compatible.  net9.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2502.261 107 2 months ago
1.0.2502.253 92 2 months ago
1.0.2502.252 90 2 months ago

Updates to iOS error handling