fm.Extensions.Testing
6.2.0
See the version list below for details.
dotnet add package fm.Extensions.Testing --version 6.2.0
NuGet\Install-Package fm.Extensions.Testing -Version 6.2.0
<PackageReference Include="fm.Extensions.Testing" Version="6.2.0" />
<PackageVersion Include="fm.Extensions.Testing" Version="6.2.0" />
<PackageReference Include="fm.Extensions.Testing" />
paket add fm.Extensions.Testing --version 6.2.0
#r "nuget: fm.Extensions.Testing, 6.2.0"
#:package fm.Extensions.Testing@6.2.0
#addin nuget:?package=fm.Extensions.Testing&version=6.2.0
#tool nuget:?package=fm.Extensions.Testing&version=6.2.0
A library containing some helpers which greatly simplify the code needed for assertions.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. 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. 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. |
-
net7.0
- MSTest.TestFramework (>= 3.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on fm.Extensions.Testing:
| Package | Downloads |
|---|---|
|
fm.Extensions.Testing.DependencyInjection
Provides a MSTest base class for tests based on IServiceProvider. Use common Startup.cs patterns like ConfigureServices(...), ConfigureConfiguration(...) and ConfigureLogging(...) to setup your tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0 | 232 | 11/26/2025 |
| 10.0.0 | 364 | 11/13/2025 |
| 9.0.0 | 253 | 10/8/2025 |
| 8.2.1 | 315 | 4/22/2025 |
| 8.2.0 | 189 | 4/19/2025 |
| 8.1.0 | 241 | 4/19/2025 |
| 8.0.0 | 231 | 11/15/2024 |
| 7.0.2 | 245 | 7/19/2024 |
| 7.0.1 | 258 | 4/5/2024 |
| 7.0.0 | 236 | 3/27/2024 |
| 6.2.0 | 366 | 11/5/2023 |
| 6.1.0 | 333 | 6/20/2023 |
| 6.0.0 | 416 | 3/4/2023 |
* Added [NotNull] annotation to indicate that possible null values for actual are no longer null after assertion.
* Added two non-breaking spaces after actual in the assertion message, to align with expected (Actual:<> -> Actual :<>).