Spryer 0.9.9

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Spryer --version 0.9.9                
NuGet\Install-Package Spryer -Version 0.9.9                
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.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spryer --version 0.9.9                
#r "nuget: Spryer, 0.9.9"                
#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.9

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

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.10 39 11/23/2024
0.9.8 131 10/24/2024
0.9.7 136 9/28/2024
0.9.6 125 5/19/2024
0.9.5 159 4/2/2024
0.9.4 125 2/22/2024
0.9.4-beta 164 7/11/2023
0.9.3-beta 113 5/17/2023
0.9.2-beta 142 4/2/2023
0.9.1-beta 133 3/23/2023
0.9.0-beta 146 3/20/2023