Gallio.V4 4.0.1

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

Gallio Test Automation Platform v4.0

Test automation platform for .NET, now with .NET 8-windows support.

?? Installation

dotnet add package Gallio

Or via Package Manager Console:

Install-Package Gallio

?? Quick Start

Initialize the Runtime

using Gallio.Runtime;
using Gallio.Runtime.Logging;

// Initialize the Gallio runtime
var setup = new RuntimeSetup();
RuntimeBootstrap.Initialize(setup, new ConsoleLogger());

// Access runtime services
var testRunner = RuntimeAccessor.ServiceLocator.Resolve<ITestRunnerManager>();

Run Tests Programmatically

using Gallio.Runner;
using Gallio.Model;

var testPackage = new TestPackage();
testPackage.AddFile("MyTests.dll");

var testRunner = TestRunnerUtils.CreateTestRunner();
testRunner.Initialize(testPackage, null, null);

var result = testRunner.Run(null, null, null, null);

? Features

  • ? Multi-Framework Support - .NET Framework 3.5+, .NET 4.8, and .NET 8
  • ? Extensible Plugin Architecture - Build custom test frameworks and extensions
  • ? Advanced Test Reporting - HTML, XML, and custom report formats
  • ? Test Isolation Options - Local, AppDomain, and Process isolation
  • ? Cross-Platform Compatible - Runs on Windows, Linux, and macOS (.NET 8)
  • ? Modern RPC Layer - Async/await support for .NET 8

??? Architecture

Gallio provides the foundation for test automation:

  • Test Framework Infrastructure - Host and run tests from any framework
  • Plugin System - Extensible architecture for custom components
  • Test Runners - Execute tests locally or in isolation
  • Report Generation - Create comprehensive test reports
  • Service Locator - Dependency injection and service resolution

?? Extensions

Gallio supports various extensions:

  • MbUnit - Full-featured unit testing framework
  • NUnit - NUnit test framework adapter
  • xUnit - xUnit.net test framework adapter
  • AutoCAD - Run tests in AutoCAD environment
  • Custom Frameworks - Build your own test framework

??? Framework Support

Framework Support
.NET Framework 3.5 ? Full support
.NET Framework 4.0 ? Full support
.NET Framework 4.5+ ? Full support
.NET Framework 4.8 ? Full support
.NET 8 windows support
.NET 9+ ?? Planned

?? Documentation

?? Migration from v3.x

Gallio v4.0 includes several breaking changes:

  • .NET 8 support replaces .NET Remoting with custom RPC layer
  • Async/await patterns throughout the API
  • Updated package structure (Gallio.Core for .NET 8)

See the Migration Guide for details.

?? Contributing

Contributions are welcome! Please see our Contributing Guide.

?? License

Apache License 2.0 - see LICENSE for details.

?? Credits

  • Original Gallio Project (2005-2010)
  • Community contributors and maintainers
  • .NET 8 port by Bart Suelze (2025)

?? Support


Copyright � 2005-2025 Gallio Project

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
4.0.1 89 4/6/2026
4.0.0 99 2/22/2026

4.0.1