Volo.Abp.TestBase 9.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Volo.Abp.TestBase --version 9.0.1                
NuGet\Install-Package Volo.Abp.TestBase -Version 9.0.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="Volo.Abp.TestBase" Version="9.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Volo.Abp.TestBase --version 9.0.1                
#r "nuget: Volo.Abp.TestBase, 9.0.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.
// Install Volo.Abp.TestBase as a Cake Addin
#addin nuget:?package=Volo.Abp.TestBase&version=9.0.1

// Install Volo.Abp.TestBase as a Cake Tool
#tool nuget:?package=Volo.Abp.TestBase&version=9.0.1                

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Volo.Abp.TestBase:

Package Downloads
Volo.Abp.AspNetCore.TestBase

Package Description

AElf.ContractTestKit

Contract testing kit.

AElf.ContractTestBase

Contract test base.

AElf.Contracts.TestKit

Contract testing kit.

NNlric.Pceas.Test

Test

GitHub repositories (23)

Showing the top 5 popular GitHub repositories that depend on Volo.Abp.TestBase:

Repository Stars
AElfProject/AElf
An AI-enhanced cloud-native layer-1 blockchain network. 
abpframework/abp-samples
Sample solutions built with the ABP Framework
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
EasyAbp/AbpHelper.GUI
Providing code generation and more features to help you develop applications and modules with the ABP framework.
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
Version Downloads Last updated
9.0.3 500 1/6/2025
9.0.2 4,574 12/11/2024
9.0.1 2,503 12/3/2024
9.0.0 4,129 11/19/2024
9.0.0-rc.3 132 11/14/2024
9.0.0-rc.2 116 11/11/2024
9.0.0-rc.1 138 10/22/2024
8.3.4 7,494 11/18/2024
8.3.3 9,767 11/5/2024
8.3.2 11,725 10/17/2024
8.3.1 14,952 9/25/2024
8.3.0 22,812 9/5/2024
8.3.0-rc.3 113 8/28/2024
8.3.0-rc.2 145 8/15/2024
8.3.0-rc.1 140 7/31/2024
8.2.3 2,305 9/4/2024
8.2.2 17,380 8/14/2024
8.2.1 15,675 7/30/2024
8.2.0 46,899 6/26/2024
8.2.0-rc.5 507 6/14/2024
8.2.0-rc.4 172 6/7/2024
8.2.0-rc.3 430 5/23/2024
8.2.0-rc.2 101 5/21/2024
8.2.0-rc.1 86 5/20/2024
8.1.5 740 7/29/2024
8.1.4 14,069 6/13/2024
8.1.3 34,770 5/15/2024
8.1.2 3,664 5/13/2024
8.1.1 19,792 4/16/2024
8.1.0 12,327 4/4/2024
8.1.0-rc.4 156 4/1/2024
8.1.0-rc.3 436 3/19/2024
8.1.0-rc.2 309 2/29/2024
8.1.0-rc.1 319 2/14/2024
8.0.6 2,486 5/14/2024
8.0.5 24,473 3/14/2024
8.0.4 21,356 2/20/2024
8.0.3 15,150 2/7/2024
8.0.2 37,664 1/17/2024
8.0.1 9,216 1/3/2024
8.0.0 25,087 12/19/2023
8.0.0-rc.3 817 12/7/2023
8.0.0-rc.2 692 11/28/2023
8.0.0-rc.1 512 11/21/2023
7.4.5 37,643 12/27/2023
7.4.4 7,824 12/13/2023
7.4.3 3,179 12/6/2023
7.4.2 20,866 11/13/2023
7.4.1 10,618 10/30/2023
7.4.0 22,132 10/9/2023
7.4.0-rc.5 216 10/2/2023
7.4.0-rc.4 436 9/22/2023
7.4.0-rc.3 783 9/13/2023
7.4.0-rc.2 1,911 8/24/2023
7.4.0-rc.1 744 8/16/2023
7.3.3 75,047 9/14/2023
7.3.2 36,994 8/7/2023
7.3.1 14,909 7/27/2023
7.3.0 61,855 7/12/2023
7.3.0-rc.3 276 7/5/2023
7.3.0-rc.2 696 6/20/2023
7.3.0-rc.1 632 6/6/2023
7.2.3 16,242 7/3/2023
7.2.2 60,111 5/16/2023
7.2.1 13,139 5/2/2023
7.2.0-rc.2 181 4/25/2023
7.2.0-rc.1 279 4/11/2023
7.1.1 28,567 4/3/2023
7.1.0 21,987 3/22/2023
7.1.0-rc.3 213 3/14/2023
7.1.0-rc.2 444 2/23/2023
7.1.0-rc.1 381 2/7/2023
7.0.3 13,176 3/7/2023
7.0.2 19,507 2/21/2023
7.0.1 31,065 1/19/2023
7.0.0 49,577 1/4/2023
7.0.0-rc.6 621 12/28/2022
7.0.0-rc.5 2,353 12/20/2022
7.0.0-rc.4 707 12/12/2022
7.0.0-rc.3 501 12/8/2022
7.0.0-rc.2 972 11/21/2022
7.0.0-rc.1 437 11/14/2022
6.0.3 67,948 1/18/2023
6.0.2 33,039 12/6/2022
6.0.1 129,034 10/28/2022
6.0.0 95,466 10/5/2022
6.0.0-rc.5 657 9/27/2022
6.0.0-rc.4 2,542 9/8/2022
6.0.0-rc.3 2,671 8/23/2022
6.0.0-rc.2 4,021 8/8/2022
6.0.0-rc.1 9,969 7/26/2022
5.3.5 7,969 10/20/2022
5.3.4 41,926 8/22/2022
5.3.3 97,017 7/22/2022
5.3.2 18,091 7/7/2022
5.3.1 11,806 6/29/2022
5.3.0 35,380 6/14/2022
5.3.0-rc.3 1,109 6/1/2022
5.3.0-rc.2 429 5/24/2022
5.3.0-rc.1 670 5/5/2022
5.2.2 72,064 5/16/2022
5.2.1 25,226 4/18/2022
5.2.0 19,797 4/5/2022
5.2.0-rc.2 592 3/18/2022
5.2.0-rc.1 764 3/8/2022
5.1.4 33,062 2/28/2022
5.1.3 32,034 1/26/2022
5.1.2 7,143 1/19/2022
5.1.1 7,884 1/12/2022
5.0.2 3,318 1/17/2022
5.0.1 13,414 12/28/2021
5.0.0 14,496 12/14/2021
5.0.0-rc.2 1,382 12/8/2021
5.0.0-rc.1 2,058 11/16/2021
5.0.0-beta.3 1,266 11/3/2021
5.0.0-beta.2 847 10/21/2021
5.0.0-beta.1 884 10/5/2021
4.4.4 38,326 11/9/2021
4.4.3 30,430 9/29/2021
4.4.2 26,057 9/2/2021
4.4.1 4,282 9/1/2021
4.4.0 32,909 8/2/2021
4.4.0-rc.2 1,878 7/6/2021
4.4.0-rc.1 558 6/28/2021
4.3.3 70,158 6/17/2021
4.3.2 24,363 5/27/2021
4.3.1 11,836 5/20/2021
4.3.0 37,143 4/22/2021
4.3.0-rc.2 940 4/8/2021
4.3.0-rc.1 814 3/31/2021
4.2.2 34,151 3/4/2021
4.2.1 65,797 2/9/2021
4.2.0 58,401 1/28/2021
4.2.0-rc.2 1,021 1/18/2021
4.2.0-rc.1 431 1/14/2021
4.1.2 7,052 1/19/2021
4.1.1 3,347 1/13/2021
4.1.0 8,005 1/6/2021
4.1.0-rc.2 918 12/18/2020
4.1.0-rc.1 299 12/17/2020
4.0.2 10,362 12/18/2020
4.0.1 3,481 12/14/2020
4.0.0 46,563 12/3/2020
4.0.0-rc.5 453 12/1/2020
4.0.0-rc.4 707 11/24/2020
4.0.0-rc.3 950 11/16/2020
4.0.0-rc.2 2,240 11/13/2020
4.0.0-rc.1 295 11/12/2020
3.3.2 11,033 12/2/2020
3.3.1 30,067 11/3/2020
3.3.0 7,666 10/27/2020
3.3.0-rc.2 363 10/23/2020
3.3.0-rc.1 404 10/15/2020
3.2.1 40,719 10/8/2020
3.2.0 17,356 10/1/2020
3.2.0-rc.2 1,432 9/21/2020
3.2.0-rc.1 568 9/17/2020
3.1.2 19,552 9/11/2020
3.1.1 1,928 9/10/2020
3.1.0 14,828 9/3/2020
3.1.0-rc.4 594 9/1/2020
3.1.0-rc.3 312 8/28/2020
3.1.0-rc.2 444 8/26/2020
3.1.0-rc.1 367 8/24/2020
3.0.5 16,168 7/29/2020
3.0.4 11,409 7/14/2020
3.0.3 3,420 7/7/2020
3.0.2 6,176 7/3/2020
3.0.1 1,864 7/2/2020
3.0.0 2,229 7/1/2020
2.9.0 21,356 6/4/2020
2.8.0 5,649 5/21/2020
2.7.0 11,487 5/7/2020
2.6.2 6,351 4/24/2020
2.6.1 1,579 4/23/2020
2.6.0 18,704 4/20/2020
2.5.0 4,795 4/9/2020
2.4.1 1,581 4/9/2020
2.4.0 26,289 4/6/2020
2.3.0 6,606 3/19/2020
2.2.1 4,014 3/7/2020
2.2.0 1,740 3/5/2020
2.1.1 5,204 2/20/2020
2.1.0 1,488 2/20/2020
2.0.1 5,394 1/24/2020
2.0.0 4,189 1/13/2020
1.1.2 36,082 12/12/2019
1.1.1 1,641 12/11/2019
1.1.0 2,731 12/6/2019
1.0.2 22,293 10/22/2019
1.0.0 1,744 10/21/2019
0.22.0 2,072 10/14/2019
0.21.0 2,893 9/23/2019
0.20.1 1,206 9/23/2019
0.20.0 1,215 9/23/2019
0.19.0 30,454 8/16/2019
0.18.1 11,443 6/26/2019
0.18.0 2,086 6/21/2019
0.17.0 17,027 5/3/2019
0.16.0 3,270 4/14/2019
0.15.0 22,982 3/22/2019
0.14.0 5,577 2/23/2019
0.13.0 3,536 1/27/2019
0.12.0 2,098 1/11/2019
0.11.0 4,787 1/7/2019
0.10.0 2,184 12/21/2018
0.9.0 1,923 12/7/2018
0.8.0 2,048 11/19/2018
0.7.1 2,341 10/31/2018
0.7.0 1,774 10/26/2018
0.6.0 1,972 10/12/2018
0.5.0 2,045 9/25/2018
0.4.1 2,158 8/4/2018
0.4.0 1,905 7/15/2018
0.3.7 1,925 7/6/2018
0.3.6 1,983 7/4/2018
0.3.5 1,918 7/3/2018
0.3.4 1,791 7/2/2018
0.3.3 1,855 6/28/2018
0.3.2 1,904 6/27/2018
0.3.1 1,800 6/27/2018
0.3.0 3,523 6/27/2018