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"
#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 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 | 175 | 4/22/2025 |
8.2.0 | 101 | 4/19/2025 |
8.1.0 | 102 | 4/19/2025 |
8.0.0 | 141 | 11/15/2024 |
7.0.2 | 150 | 7/19/2024 |
7.0.1 | 177 | 4/5/2024 |
7.0.0 | 142 | 3/27/2024 |
6.2.0 | 286 | 11/5/2023 |
6.1.0 | 228 | 6/20/2023 |
6.0.0 | 305 | 3/4/2023 |
5.6.0 | 479 | 9/27/2022 |
5.5.0 | 515 | 8/5/2022 |
5.4.0 | 800 | 8/12/2021 |
5.2.0 | 569 | 3/16/2021 |
5.0.1 | 1,067 | 1/9/2020 |
5.0.0 | 743 | 9/4/2019 |
4.0.0 | 1,324 | 6/28/2018 |
3.1.1 | 1,395 | 5/7/2018 |
3.1.0 | 1,141 | 1/3/2018 |
3.0.0 | 1,112 | 10/9/2017 |
2.0.0 | 1,630 | 3/2/2017 |
1.1.0 | 1,870 | 6/29/2016 |
1.0.0 | 2,235 | 11/27/2015 |
* 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 :<>).