NuvTools.Security.Identity.EntityFrameworkCore
9.5.0
dotnet add package NuvTools.Security.Identity.EntityFrameworkCore --version 9.5.0
NuGet\Install-Package NuvTools.Security.Identity.EntityFrameworkCore -Version 9.5.0
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="NuvTools.Security.Identity.EntityFrameworkCore" Version="9.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuvTools.Security.Identity.EntityFrameworkCore" Version="9.5.0" />
<PackageReference Include="NuvTools.Security.Identity.EntityFrameworkCore" />
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 NuvTools.Security.Identity.EntityFrameworkCore --version 9.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NuvTools.Security.Identity.EntityFrameworkCore, 9.5.0"
#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.
#:package NuvTools.Security.Identity.EntityFrameworkCore@9.5.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NuvTools.Security.Identity.EntityFrameworkCore&version=9.5.0
#tool nuget:?package=NuvTools.Security.Identity.EntityFrameworkCore&version=9.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nuv Tools Security - ASP.NET Identity Libraries
Nuv Tools Security provides a modular set of libraries designed to simplify and enhance ASP.NET Identity integration for modern .NET applications. These libraries target .NET 8 and .NET 9, offering solutions for identity models, helper utilities, ASP.NET Core integration, and Entity Framework Core support.
Overview
Nuv Tools Security is organized into four main libraries:
- NuvTools.Security.Identity.Models: Contains reusable models for ASP.NET Identity.
- NuvTools.Security.Identity: Offers helper methods and utilities to streamline identity management.
- NuvTools.Security.Identity.AspNetCore: Integrates ASP.NET Identity modules into server-side ASP.NET Core projects.
- NuvTools.Security.Identity.EntityFrameworkCore: Provides Entity Framework Core extensions for identity persistence.
Each library is designed for modular use, allowing you to include only the components relevant to your project.
Libraries
1. NuvTools.Security.Identity.Models
- Purpose: Provides models for use with ASP.NET Identity modules.
- Target Frameworks: .NET 8, .NET 9
- NuGet Package: NuvTools.Security.Identity.Models
- Usage Example:
using NuvTools.Security.Identity.Models; // Use identity models in your authentication logic
2. NuvTools.Security.Identity
- Purpose: Helper library for ASP.NET Identity, offering utilities and extensions.
- Target Frameworks: .NET 8, .NET 9
- NuGet Package: NuvTools.Security.Identity
- Usage Example:
using NuvTools.Security.Identity; // Use helper methods to simplify identity management
3. NuvTools.Security.Identity.AspNetCore
- Purpose: Server-side library for ASP.NET Core projects using Identity modules.
- Target Frameworks: .NET 8, .NET 9
- NuGet Package: NuvTools.Security.Identity.AspNetCore
- Usage Example:
using NuvTools.Security.Identity.AspNetCore; // Integrate with ASP.NET Core Identity in your web application
4. NuvTools.Security.Identity.EntityFrameworkCore
- Purpose: Entity Framework Core helpers for ASP.NET Identity modules.
- Target Frameworks: .NET 8, .NET 9
- NuGet Package: NuvTools.Security.Identity.EntityFrameworkCore
- Usage Example:
using NuvTools.Security.Identity.EntityFrameworkCore; // Use EF Core extensions for identity persistence
| Product | Versions 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 8.0.21)
- NuvTools.Data.EntityFrameworkCore (>= 9.5.0)
-
net9.0
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 9.0.10)
- NuvTools.Data.EntityFrameworkCore (>= 9.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.