Shiny.Xunit.Runners.Maui 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Shiny.Xunit.Runners.Maui --version 1.0.0
NuGet\Install-Package Shiny.Xunit.Runners.Maui -Version 1.0.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="Shiny.Xunit.Runners.Maui" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Shiny.Xunit.Runners.Maui --version 1.0.0
#r "nuget: Shiny.Xunit.Runners.Maui, 1.0.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.
// Install Shiny.Xunit.Runners.Maui as a Cake Addin
#addin nuget:?package=Shiny.Xunit.Runners.Maui&version=1.0.0

// Install Shiny.Xunit.Runners.Maui as a Cake Tool
#tool nuget:?package=Shiny.Xunit.Runners.Maui&version=1.0.0

Xunit.Runners.Maui

Ported From

Setup

  1. Create a new MAUI application.
  2. Delete the standard App.xaml & App.xaml.cs
  3. Install Xunit.Runners.Maui nuget
  4. Create tests in this project or reference another project containing your tests.
  5. Create a MauiProgram like shown below - NOTE: It is not recommended you put any dependencies here
using Xunit.Runners.Maui;

namespace Sample
{
	public static class MauiProgram
	{
		public static MauiApp CreateMauiApp() => MauiApp
			.CreateBuilder()
			.ConfigureTests(new TestOptions
			{
				Assemblies =
				{
					typeof(MauiProgram).Assembly
				}
			})
			.UseVisualRunner()
			.Build();
	}
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios15.4 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst15.4 is compatible.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.19041 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Shiny.Xunit.Runners.Maui:

Package Downloads
xunit.runner.testSuiteInstrumentation

Test suite instrumentation for running xUnit integration tests on emulator or device. In addition, this instrumentation allows run tests in pipelines.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Shiny.Xunit.Runners.Maui:

Repository Stars
shinyorg/shiny
.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
TobiasBuchholz/Plugin.Firebase
Wrapper around the native Android and iOS Firebase Xamarin SDKs
Respawnsive/Apizr
Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority, etc...)
Version Downloads Last updated
1.0.0 12,478 8/3/2022
1.0.0-alpha-0008 231 6/8/2022