MercuryTech.Test.Utility 0.8.1.45

There is a newer version of this package available.
See the version list below for details.
dotnet add package MercuryTech.Test.Utility --version 0.8.1.45
                    
NuGet\Install-Package MercuryTech.Test.Utility -Version 0.8.1.45
                    
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="MercuryTech.Test.Utility" Version="0.8.1.45" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MercuryTech.Test.Utility" Version="0.8.1.45" />
                    
Directory.Packages.props
<PackageReference Include="MercuryTech.Test.Utility" />
                    
Project file
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 MercuryTech.Test.Utility --version 0.8.1.45
                    
#r "nuget: MercuryTech.Test.Utility, 0.8.1.45"
                    
#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 MercuryTech.Test.Utility@0.8.1.45
                    
#: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=MercuryTech.Test.Utility&version=0.8.1.45
                    
Install as a Cake Addin
#tool nuget:?package=MercuryTech.Test.Utility&version=0.8.1.45
                    
Install as a Cake Tool

Mercury-Test-Utility

This is an extended testing utility package that implements compatibility methods for traditional NUnit test methods, as well as a test method that evaluates whether two objects have identical values ​​based on the values ​​of the objects' properties.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MercuryTech.Test.Utility:

Package Downloads
FudgeMessage

Fudge Messaging Stand-alone messaging system that has been designed for message-passing, such as in Remote Procedure Calls (RPC) or Message Oriented Middleware (MOM). It is less suited for streaming data. Because it simply specifies the message content, it can be used with HTTP, JMS, AMQP and many other underlying transports.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.1.46 156 4/30/2025
0.8.1.45 145 4/30/2025
0.8.1.44 123 12/7/2024
0.8.1.43 108 11/28/2024
0.8.1.42 102 10/17/2024
0.8.1.41 110 10/16/2024
0.8.1.40 102 10/16/2024
0.8.1.39 108 10/14/2024

[0.8.0.1]
- Updated error messages as localized resource, and added AreObjectsNotEqual() method.

[0.8.0.5]
- Updated check logic of the objects are equal.

[0.8.0.11]
- Bug fix for string type compare

[0.8.0.12]
- Updated NUnit version.

[0.8.0.21]
- Bug fix for Comparing logic that support NotImplementedException

[0.8.0.27]
- Added support for Nullable<T> Array assertion
- Separated Object comparing method to indipendent utility package.

[0.8.0.34]
- Updated referenced package

[0.8.1.1]
- Updated the Target framework to .NET 7.0

[0.8.1.4]
- Added Nullable values to assert

[0.8.1.14]
- Added AreObjectsEqual() method for double values assert with delta

[0.8.1.17]
- Renamed AreObjectsEqual() method to AreEqual()

[0.8.1.21]
- Added AreEqual() method for Type

[0.8.1.23]
- Added Wrapper Methods for Assert class

[0.8.1.24 ~ current]
- Update reference packages