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
<PackageReference Include="TestCentric.Extensibility" Version="3.2.0" />
<PackageVersion Include="TestCentric.Extensibility" Version="3.2.0" />
<PackageReference Include="TestCentric.Extensibility" />
paket add TestCentric.Extensibility --version 3.2.0
#r "nuget: TestCentric.Extensibility, 3.2.0"
#:package TestCentric.Extensibility@3.2.0
#addin nuget:?package=TestCentric.Extensibility&version=3.2.0
#tool nuget:?package=TestCentric.Extensibility&version=3.2.0
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 | Versions 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. |
-
- TestCentric.InternalTrace (>= 1.2.1)
- TestCentric.Metadata (>= 3.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.