Sparkdo.Users.EntityFrameworkCore 1.0.2-preview.1

This is a prerelease version of Sparkdo.Users.EntityFrameworkCore.
dotnet add package Sparkdo.Users.EntityFrameworkCore --version 1.0.2-preview.1
                    
NuGet\Install-Package Sparkdo.Users.EntityFrameworkCore -Version 1.0.2-preview.1
                    
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="Sparkdo.Users.EntityFrameworkCore" Version="1.0.2-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sparkdo.Users.EntityFrameworkCore" Version="1.0.2-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Sparkdo.Users.EntityFrameworkCore" />
                    
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 Sparkdo.Users.EntityFrameworkCore --version 1.0.2-preview.1
                    
#r "nuget: Sparkdo.Users.EntityFrameworkCore, 1.0.2-preview.1"
                    
#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 Sparkdo.Users.EntityFrameworkCore@1.0.2-preview.1
                    
#: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=Sparkdo.Users.EntityFrameworkCore&version=1.0.2-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sparkdo.Users.EntityFrameworkCore&version=1.0.2-preview.1&prerelease
                    
Install as a Cake Tool

Sparkdo.Users.EntityFrameworkCore

Sparkdo 用户管理EntityFrameworkCore实现,提供基于EF Core的用户管理数据访问实现。

功能特性

  • 用户管理Entity Framework Core仓储实现
  • 用户管理数据库上下文配置
  • 用户管理实体映射配置
  • 与 Sparkdo EntityFrameworkCore 框架无缝集成

安装

<PackageReference Include="Sparkdo.Users.EntityFrameworkCore" Version="x.x.x" />

核心组件

该库提供了基于 EF Core 的用户管理数据访问实现,包括:

  • 用户管理数据库上下文
  • 用户管理实体映射配置
  • 用户管理仓储实现
  • 用户管理数据访问服务

扩展性

该库提供了基于 EF Core 的用户管理数据访问实现,可以通过以下方式扩展:

  1. 自定义数据库上下文来扩展数据访问功能
  2. 添加自定义的实体映射配置
  3. 实现自定义的仓储来替换默认实现

所有公共接口和类都添加了详细的 XML 文档注释,便于开发者理解和使用。

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

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.2-preview.1 134 12/4/2025
1.0.1 170 11/27/2025
1.0.0 174 11/25/2025