CrestronHomeNUnit.TestAdapter
1.2.0
See the version list below for details.
dotnet add package CrestronHomeNUnit.TestAdapter --version 1.2.0
NuGet\Install-Package CrestronHomeNUnit.TestAdapter -Version 1.2.0
<PackageReference Include="CrestronHomeNUnit.TestAdapter" Version="1.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="CrestronHomeNUnit.TestAdapter" Version="1.2.0" />
<PackageReference Include="CrestronHomeNUnit.TestAdapter"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CrestronHomeNUnit.TestAdapter --version 1.2.0
#r "nuget: CrestronHomeNUnit.TestAdapter, 1.2.0"
#:package CrestronHomeNUnit.TestAdapter@1.2.0
#addin nuget:?package=CrestronHomeNUnit.TestAdapter&version=1.2.0
#tool nuget:?package=CrestronHomeNUnit.TestAdapter&version=1.2.0
Crestron Home workflow test adapter
Run a complete gated processor workflow from Visual Studio Test Explorer or VSTest-based dotnet test: local tests, processor test package deployment and activation, remote tests, optional live tests, optional production driver update and health checks, and configured cleanup.
Use a separate .NET 10 test project with Microsoft.NET.Test.Sdk and this package, both marked PrivateAssets="all". Driver and processor test projects can continue to target net472. This adapter does not replace the NUnit adapter used by ordinary local unit tests.
Add a Workflows.xml file to the workflow project:
<Workflows>
<Workflow id="development" name="Development processor workflow"
settingsEnvironment="CRESTRON_HOME_WORKFLOW_SETTINGS" />
</Workflows>
The package copies this file beside the test assembly automatically. Set CrestronWorkflowManifest to use a different manifest filename. Discovery reads only this public manifest and never contacts the processor.
Before starting Visual Studio, set the named environment variable to a private settings file containing planPath, userName and password. The referenced plan defines processor identity and certificate pins, source projects, package targets, suites, live inputs and cleanup. Keep credentials, plans and test results outside published source and packages.
Select the workflow in Test Explorer to run it. Individual test outcomes are reported as child results; the workflow passes only if all required stages pass. Do not include the workflow project in its own local test stage. Stop is cooperative: uncertain remote execution retains the processor lock for inspection.
See the Visual Studio guide and workflow configuration guide for setup and limitations.
Copyright (c) 2026 Neil Colvin. MIT licensed. Independent developer tooling; not affiliated with or endorsed by Crestron or the NUnit project.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- CrestronHomeDevTools (>= 1.1.0)
- Makaretu.Dns.Multicast (>= 0.27.0)
- SSH.NET (>= 2026.0.0)
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 |
|---|---|---|
| 1.12.2 | 0 | 9/25/2026 |
| 1.12.1 | 267 | 9/19/2026 |
| 1.12.0 | 82 | 9/18/2026 |
| 1.11.1 | 84 | 9/18/2026 |
| 1.11.0 | 141 | 9/17/2026 |
| 1.10.0 | 93 | 9/17/2026 |
| 1.9.0 | 103 | 9/17/2026 |
| 1.8.2 | 87 | 9/17/2026 |
| 1.8.1 | 103 | 9/16/2026 |
| 1.8.0 | 95 | 9/16/2026 |
| 1.7.1 | 89 | 9/16/2026 |
| 1.7.0 | 95 | 9/16/2026 |
| 1.6.0 | 81 | 9/16/2026 |
| 1.5.0 | 83 | 9/15/2026 |
| 1.4.0 | 93 | 9/15/2026 |
| 1.3.0 | 192 | 9/15/2026 |
| 1.2.2 | 81 | 9/15/2026 |
| 1.2.1 | 218 | 9/15/2026 |
| 1.2.0 | 90 | 9/14/2026 |