Senparc.Ncf.UnitTestExtension
0.2.5-preview1
Prefix Reserved
This is a prerelease version of Senparc.Ncf.UnitTestExtension.
dotnet add package Senparc.Ncf.UnitTestExtension --version 0.2.5-preview1
NuGet\Install-Package Senparc.Ncf.UnitTestExtension -Version 0.2.5-preview1
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="Senparc.Ncf.UnitTestExtension" Version="0.2.5-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Senparc.Ncf.UnitTestExtension --version 0.2.5-preview1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Senparc.Ncf.UnitTestExtension, 0.2.5-preview1"
#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 Senparc.Ncf.UnitTestExtension as a Cake Addin #addin nuget:?package=Senparc.Ncf.UnitTestExtension&version=0.2.5-preview1&prerelease // Install Senparc.Ncf.UnitTestExtension as a Cake Tool #tool nuget:?package=Senparc.Ncf.UnitTestExtension&version=0.2.5-preview1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Senparc.Ncf.UnitTestExtension 单元测试扩展
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.EntityFrameworkCore.InMemory (>= 8.0.10)
- Moq (>= 4.20.72)
- MSTest.TestFramework (>= 3.6.1)
- Senparc.Ncf.Core (>= 0.21.3.2-preview1)
- Senparc.Ncf.DatabasePlant (>= 0.19.6-preview1)
- Senparc.Ncf.Repository (>= 0.18.6-preview1)
- Senparc.Ncf.Service (>= 0.21.1-preview1)
- Senparc.Ncf.XncfBase (>= 0.21.12-preview1)
- Senparc.Xncf.AreasBase (>= 0.9.10-preview1)
- Senparc.Xncf.SystemCore (>= 0.10.9-preview1)
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 |
---|---|---|
0.2.5-preview1 | 36 | 11/10/2024 |
0.2.4-preview1 | 83 | 10/16/2024 |
0.2.2-preview1 | 113 | 9/10/2024 |
0.2.1-preview1 | 129 | 8/11/2024 |
0.2.0-preview1 | 65 | 8/1/2024 |
0.1.3-preview1 | 89 | 7/21/2024 |
0.1.2.4-preview1 | 54 | 7/13/2024 |
0.1.2.3-preview1 | 60 | 7/13/2024 |
0.1.1.2-preview1 | 63 | 7/8/2024 |
0.1.1-preview1 | 48 | 7/8/2024 |
0.1.0-preview1 | 55 | 7/8/2024 |
v0.1.0 创世
v0.1.3 提供 DataList 的 Add() 方法
v0.2.0 提供 UnitTestSeedDataBuilder 类,用于创建种子数据
[2024-08-12] v0.2.1-preview1 添加 TableData 的数据插入方法,通过单元测试
[2024-09-10] v0.2.2-preview1 升级缓存基础库
[2024-10-09] v0.2.3-preview1 升级基础库
[2024-10-16] v0.2.4-preview1 添加 Service 对 PagedList 对象快速 Mapping 到 DTO 对象的方法
[2024-11-08] v0.2.5-preview1 升级 Senparc.AI