Spryer 0.9.4-beta
See the version list below for details.
dotnet add package Spryer --version 0.9.4-beta
NuGet\Install-Package Spryer -Version 0.9.4-beta
<PackageReference Include="Spryer" Version="0.9.4-beta" />
paket add Spryer --version 0.9.4-beta
#r "nuget: Spryer, 0.9.4-beta"
// Install Spryer as a Cake Addin #addin nuget:?package=Spryer&version=0.9.4-beta&prerelease // Install Spryer as a Cake Tool #tool nuget:?package=Spryer&version=0.9.4-beta&prerelease
Spryer
Enum mapping for Dapper
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 ORM by calling a DbEnum<T>.Initialize()
method, usually during your application startup.
DapperExtensions
The DapperExtensions
class provides a set of extension methods for working with the Dapper ORM, including methods for converting strings to different types of database strings, and for converting enum values to DbEnum<T>
instances.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- Dapper (>= 2.0.123)
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.9 | 69 | 11/15/2024 |
0.9.8 | 129 | 10/24/2024 |
0.9.7 | 134 | 9/28/2024 |
0.9.6 | 123 | 5/19/2024 |
0.9.5 | 157 | 4/2/2024 |
0.9.4 | 123 | 2/22/2024 |
0.9.4-beta | 161 | 7/11/2023 |
0.9.3-beta | 111 | 5/17/2023 |
0.9.2-beta | 140 | 4/2/2023 |
0.9.1-beta | 131 | 3/23/2023 |
0.9.0-beta | 144 | 3/20/2023 |