fm.Extensions.Testing
8.1.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 fm.Extensions.Testing --version 8.1.0
NuGet\Install-Package fm.Extensions.Testing -Version 8.1.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="fm.Extensions.Testing" Version="8.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fm.Extensions.Testing" Version="8.1.0" />
<PackageReference Include="fm.Extensions.Testing" />
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 fm.Extensions.Testing --version 8.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fm.Extensions.Testing, 8.1.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.
#:package fm.Extensions.Testing@8.1.0
#: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=fm.Extensions.Testing&version=8.1.0
#tool nuget:?package=fm.Extensions.Testing&version=8.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides a MSTest base class for tests.
Commonly used types
TestsBase
Example
[TestClass]
public sealed class ExampleTests : TestsBase
{
[TestMethod]
public void ExampleTest()
{
// Your test logic here.
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. net10.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- MSTest.TestFramework (>= 3.8.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on fm.Extensions.Testing:
Package | Downloads |
---|---|
fm.Extensions.Testing.DependencyInjection
Provides a base class for tests based on Microsoft.Extensions.DependencyInjection. Use common Startup.cs patterns like ConfigureConfiguration(...), ConfigureServices(...) and Configure(...) to setup your tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
8.2.1 | 198 | 4/22/2025 |
8.2.0 | 109 | 4/19/2025 |
8.1.0 | 112 | 4/19/2025 |
8.0.0 | 149 | 11/15/2024 |
7.0.2 | 156 | 7/19/2024 |
7.0.1 | 183 | 4/5/2024 |
7.0.0 | 148 | 3/27/2024 |
6.2.0 | 293 | 11/5/2023 |
6.1.0 | 249 | 6/20/2023 |
6.0.0 | 325 | 3/4/2023 |
5.6.0 | 501 | 9/27/2022 |
5.5.0 | 536 | 8/5/2022 |
5.4.0 | 824 | 8/12/2021 |
5.2.0 | 594 | 3/16/2021 |
5.0.1 | 1,095 | 1/9/2020 |
5.0.0 | 768 | 9/4/2019 |
4.0.0 | 1,400 | 6/28/2018 |
3.1.1 | 1,473 | 5/7/2018 |
3.1.0 | 1,194 | 1/3/2018 |
3.0.0 | 1,164 | 10/9/2017 |
2.0.0 | 1,711 | 3/2/2017 |
1.1.0 | 1,976 | 6/29/2016 |
1.0.0 | 2,344 | 11/27/2015 |
Added TestsBase