TestCentric.Extensibility 3.2.0

Prefix Reserved
dotnet add package TestCentric.Extensibility --version 3.2.0
                    
NuGet\Install-Package TestCentric.Extensibility -Version 3.2.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="TestCentric.Extensibility" Version="3.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestCentric.Extensibility" Version="3.2.0" />
                    
Directory.Packages.props
<PackageReference Include="TestCentric.Extensibility" />
                    
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 TestCentric.Extensibility --version 3.2.0
                    
#r "nuget: TestCentric.Extensibility, 3.2.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 TestCentric.Extensibility@3.2.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=TestCentric.Extensibility&version=3.2.0
                    
Install as a Cake Addin
#tool nuget:?package=TestCentric.Extensibility&version=3.2.0
                    
Install as a Cake Tool

TestCentric Extensibility

The TestCentric.Extensibility library is used to manage extensions supported by TestCentric. Although it was designed specifically for our use, it can be used in other applications as well.

Currently, the library is built for .NET Framework 2.0 and 4.6.2 and .NET Standard 2.0. It is available as package TestCentric.Extensibility on nuget.org. The package adds a reference to the library to any project in which it is installed.

History

The design of TestCentric.Extensibility originated in NUnit where it was a part of the engine's ExtensionService. I ported that service to the TestCentric engine, where it was then split, with most of the implementation moving into a separate ExtensibilityManager, used by the engine service itself. The code for ExtensibilityManager, along with other classes that form the core of the engine's extensibility features, became a separate assembly and package. Some of the changes made were eventually ported back to to the NUnit engine itself.

The TestCentric.Extensibility package is now fully independent of it's use by the TestCentric Engine. At this time, it is also used by TestCentric's pluggable agents and may also be used in the future by other components, such as the TestCentric GUI.

Usage

A client wanting to use the package normally refers to it using a PackageReference in the project file. After creating an instance of ExtensionManager, the client is responsible for initializing it to locate all available ExtensionPoints and the Extensions that work with them.

Typical initialization code may be as follows...

var extensionManager = new ExtensionManager("/APPLICATION/DEFAULT/PATH")
	.FindExtensionPoints(ASSEMBLY1, ASSEMBLY2, ASSEMBLY3)
	.FindExtensions("/DIRECTORY/SEARCH/PATH");

See the definition of the IExtensionManager interface for further details.

Versioning

TestCentric.Extensibility follows semantic versioning. The current release is version 3.0.2.

Dependencies

The package is dependent on

  • TestCentric.MetaData
  • TestCentric.InternalTrace
  • NUnit.Engine.Api

Licensing

TestCentric.Extensibility is Open Source software, released under the MIT / X11 license. See LICENSE.txt in the root of the distribution for a copy of the license.

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 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.  net9.0 was computed.  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. 
.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 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 is compatible.  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

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
3.2.0 95 8/2/2025
3.1.0 241 7/17/2025
3.0.2 886 10/14/2024
3.0.1 142 10/12/2024
3.0.0 2,117 2/25/2024
2.0.0 902 10/21/2023