EDennis.NetCoreTestingUtilities
2.3.1-alpha
This is a prerelease version of EDennis.NetCoreTestingUtilities.
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 EDennis.NetCoreTestingUtilities --version 2.3.1-alpha
NuGet\Install-Package EDennis.NetCoreTestingUtilities -Version 2.3.1-alpha
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="EDennis.NetCoreTestingUtilities" Version="2.3.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EDennis.NetCoreTestingUtilities" Version="2.3.1-alpha" />
<PackageReference Include="EDennis.NetCoreTestingUtilities" />
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 EDennis.NetCoreTestingUtilities --version 2.3.1-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EDennis.NetCoreTestingUtilities, 2.3.1-alpha"
#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 EDennis.NetCoreTestingUtilities@2.3.1-alpha
#: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=EDennis.NetCoreTestingUtilities&version=2.3.1-alpha&prerelease
#tool nuget:?package=EDennis.NetCoreTestingUtilities&version=2.3.1-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The NetCoreTestingUtilities package provides supplementary tools for .NET Core 2 unit testing. The package is divided into four main classes:
- ObjectExtensions -- which provides methods for loading objects from JSON and SQL, generating JSON from objects, and performing deep comparisons of objects.
- Json -- which provides methods similar to ObjectExtensions, but which targets a Json.NET JToken, rather than objects of specific classes.
- Jxml-- which provides methods for translating between JSON and JXML -- a flavor of XML that includes special processing instructions, as well as generic elements and attributes, for ensuring the full recovery of a JSON document from XML.
- JsonAssert -- which provides a highly structured, file-driven testing framework, in which test cases are specified in JSON files.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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. 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. |
| .NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- EDennis.JsonUtils (>= 0.0.4-alpha)
- JsonDiffPatch (>= 2.0.45)
- Microsoft.EntityFrameworkCore.SqlServer (>= 2.0.1)
- xunit.abstractions (>= 2.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EDennis.NetCoreTestingUtilities:
| Package | Downloads |
|---|---|
|
EDennis.AspNetCore.Base
Alpha version that still requires (a) updated code comments, (b) updated wiki documentation, and (c) completed sample solution |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.8.6 | 1,564 | 2/4/2020 |
| 3.8.5 | 902 | 2/3/2020 |
| 3.8.4 | 958 | 2/3/2020 |
| 3.8.3 | 1,167 | 2/3/2020 |
| 3.8.2 | 1,044 | 1/28/2020 |
| 3.8.1 | 896 | 1/22/2020 |
| 3.8.0 | 901 | 1/22/2020 |
| 3.7.9 | 1,052 | 1/11/2020 |
| 3.7.8 | 1,013 | 1/11/2020 |
| 3.7.7 | 927 | 1/9/2020 |
| 3.7.6 | 1,016 | 1/9/2020 |
| 3.7.5 | 995 | 1/9/2020 |
| 3.7.4 | 964 | 1/9/2020 |
| 3.7.3 | 930 | 1/9/2020 |
| 3.7.2 | 969 | 1/4/2020 |
| 3.7.1 | 907 | 1/2/2020 |
| 3.7.0 | 856 | 1/2/2020 |
| 3.6.7 | 983 | 12/19/2019 |
| 3.6.6 | 901 | 12/19/2019 |
| 2.3.1-alpha | 1,675 | 3/6/2018 |
Loading failed
Upgraded EDennis.JsonUtils to 0.0.4-alpha, which provides MaxDepth and PropertiesToIgnore support in SafeJsonSerializerSettings