Shiny.Xunit.Runners.Maui
1.0.0
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.
<PackageVersion Include="Shiny.Xunit.Runners.Maui" Version="1.0.0" />
<PackageReference Include="Shiny.Xunit.Runners.Maui" />
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 Shiny.Xunit.Runners.Maui --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#addin nuget:?package=Shiny.Xunit.Runners.Maui&version=1.0.0
#tool nuget:?package=Shiny.Xunit.Runners.Maui&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Xunit.Runners.Maui
Ported From
Setup
- Create a new MAUI application.
- Delete the standard App.xaml & App.xaml.cs
- Install Xunit.Runners.Maui nuget
- Create tests in this project or reference another project containing your tests.
- 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 | Versions 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. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- xunit (>= 2.4.1)
- xunit.runner.utility (>= 2.4.1)
-
net6.0-android31.0
- xunit (>= 2.4.1)
- xunit.runner.utility (>= 2.4.1)
-
net6.0-ios15.4
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- xunit (>= 2.4.1)
- xunit.runner.utility (>= 2.4.1)
-
net6.0-maccatalyst15.4
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- xunit (>= 2.4.1)
- xunit.runner.utility (>= 2.4.1)
-
net6.0-windows10.0.19041
- xunit (>= 2.4.1)
- xunit.runner.utility (>= 2.4.1)
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 (6)
Showing the top 5 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
|
|
novotnyllc/Zeroconf
Bonjour support for .NET Core, .NET 4.6, Xamarin, and UWP
|
|
akgulebubekir/Maui.DataGrid
DataGrid component for Maui
|
|
TobiasBuchholz/Plugin.Firebase
Wrapper around the native Android and iOS Firebase Xamarin SDKs
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 32,943 | 8/3/2022 |
1.0.0-alpha-0008 | 290 | 6/8/2022 |