MrKWatkins.Assertions 0.0.17

Prefix Reserved
dotnet add package MrKWatkins.Assertions --version 0.0.17                
NuGet\Install-Package MrKWatkins.Assertions -Version 0.0.17                
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="MrKWatkins.Assertions" Version="0.0.17" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MrKWatkins.Assertions --version 0.0.17                
#r "nuget: MrKWatkins.Assertions, 0.0.17"                
#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.
// Install MrKWatkins.Assertions as a Cake Addin
#addin nuget:?package=MrKWatkins.Assertions&version=0.0.17

// Install MrKWatkins.Assertions as a Cake Tool
#tool nuget:?package=MrKWatkins.Assertions&version=0.0.17                

MrKWatkins.Assertions

Build Status NuGet Version NuGet Downloads

Assertion library for unit testing.

Why?

FluentAssertions recently moved to a paid licence model with version 8.0. Whilst I don't have a particular problem with that I am slightly annoyed by how they did it. Instead of making a new repository they simply upgraded the version number and changed licence. Which means any processes you might have in place to automatically upgrade packages would then upgrade them, and potentially leave you open to licencing costs. And yes, of course you should check your upgrades, blah blah, but I would counter that with you shouldn't change licences on projects like that! Start a new repo. Or something else. Whatever. Be better.

Anyway, it annoyed me enough that I thought I'd have a crack at my own version for a challenge, and see if I can fix a few irritations I have with FluentAssertions on the way, such as:

  • No Span support.
  • Default ordering is not strict.
  • Various other little things.

As such this is purely designed for use in my other projects. If you want to use it, go for it, but don't expect me to fix bugs or add features anytime soon.

Contributing, PRs, etc.

Not accepting contributions or PRs at the current time, as it's just a project for my own amusement and to support my other projects. Feel free to submit issues, just don't expect me to look at them with any sense of urgency.

Licence

MIT. And I won't change it. Honest.

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

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.17 36 1/26/2025
0.0.16 33 1/25/2025
0.0.15 32 1/23/2025
0.0.14 64 1/21/2025
0.0.13 65 1/20/2025
0.0.12 73 1/20/2025
0.0.11 57 1/20/2025
0.0.10 56 1/20/2025
0.0.9 66 1/20/2025
0.0.8 65 1/20/2025
0.0.7 69 1/20/2025
0.0.6 71 1/19/2025
0.0.5 66 1/19/2025
0.0.4 67 1/18/2025
0.0.3 78 1/16/2025
0.0.2 66 1/15/2025
0.0.1 69 1/15/2025