Spryer 0.9.5

dotnet add package Spryer --version 0.9.5
NuGet\Install-Package Spryer -Version 0.9.5
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="Spryer" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spryer --version 0.9.5
#r "nuget: Spryer, 0.9.5"
#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.
// Install Spryer as a Cake Addin
#addin nuget:?package=Spryer&version=0.9.5

// Install Spryer as a Cake Tool
#tool nuget:?package=Spryer&version=0.9.5

Spryer

Enum mapping for Dapper and more

Downloads NuGet MIT

The project provides a set of utility classes and extension methods, including the DbEnum<T> and DapperExtensions classes.

DbEnum

The DbEnum<T> class is a generic wrapper around C# enumerations that provides support for storing enum values in a database. It includes methods for converting between enum values and database values, and for serializing and deserializing enum values.

Before using the DbEnum<T> class, you must enable its support in Dapper by calling a DbEnum<T>.Initialize() method, usually during your application startup.

DapperExtensions

The DapperExtensions class provides a set of extension methods for converting strings to different types of database strings, and for converting enum values to DbEnum<T> instances.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Spryer:

Package Downloads
Spryer.AspNetCore.Identity

ASP.NET Core Identity storage provider with non-IQueryable stores

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.5 107 4/2/2024
0.9.4 96 2/22/2024
0.9.4-beta 113 7/11/2023
0.9.3-beta 88 5/17/2023
0.9.2-beta 116 4/2/2023
0.9.1-beta 100 3/23/2023
0.9.0-beta 108 3/20/2023