Mocks.Maui
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Mocks.Maui --version 1.0.0
NuGet\Install-Package Mocks.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="Mocks.Maui" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mocks.Maui --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mocks.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 Mocks.Maui as a Cake Addin #addin nuget:?package=Mocks.Maui&version=1.0.0 // Install Mocks.Maui as a Cake Tool #tool nuget:?package=Mocks.Maui&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MauiMocks
MauiMocks helps mocking services in unit tests of .NET MAUI test projects.
Download and Install MauiMocks
This library is available on NuGet: https://www.nuget.org/packages/Mocks.Maui Use the following command to install MauiMocks using NuGet package manager console:
PM> Install-Package Mocks.Maui
You can use this library in any .NET MAUI test project from .NET 8 and later.
API Usage
tbd
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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.
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
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.1.19-pre | 76 | 1/1/2025 |
1.1.18-pre | 71 | 12/1/2024 |
1.1.17-pre | 260 | 11/1/2024 |
1.1.15-pre | 86 | 10/1/2024 |
1.1.14-pre | 103 | 9/1/2024 |
1.1.13-pre | 109 | 8/17/2024 |
1.1.12-pre | 152 | 8/1/2024 |
1.1.11-pre | 141 | 7/1/2024 |
1.1.10-pre | 106 | 6/21/2024 |
1.1.9-pre | 91 | 6/1/2024 |
1.1.8 | 5,353 | 5/20/2024 |
1.1.6-pre | 64 | 5/15/2024 |
1.1.5-pre | 104 | 5/1/2024 |
1.1.4 | 259 | 4/22/2024 |
1.1.2-pre | 101 | 4/22/2024 |
1.1.1-pre | 86 | 4/22/2024 |
1.1.0-pre | 98 | 4/22/2024 |
1.0.9-pre | 93 | 4/22/2024 |
1.0.8 | 121 | 4/21/2024 |
1.0.6-pre | 100 | 4/21/2024 |
1.0.5 | 115 | 4/20/2024 |
1.0.4-pre | 93 | 4/20/2024 |
1.0.0 | 112 | 4/20/2024 |
1.0.0
- MauiMocks class with Init and Reset methods