NExpect.Matchers.NSubstitute 2.0.116

Prefix Reserved
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.116
                    
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.116
                    
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="NExpect.Matchers.NSubstitute" Version="2.0.116" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NExpect.Matchers.NSubstitute" Version="2.0.116" />
                    
Directory.Packages.props
<PackageReference Include="NExpect.Matchers.NSubstitute" />
                    
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 NExpect.Matchers.NSubstitute --version 2.0.116
                    
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.116"
                    
#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.
#addin nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.116
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.116
                    
Install as a Cake Tool

NExpect.Matchers.NSubstitute

This library offers NSubistitute-specific extensions so you can have Expect-style syntax for your NSubstitute assertions. For example, one may previously have done:

Expect(result)
    .To.Equal(expected);
someService.Received(1).SomeMethodCall();

and now you can keep it consistent:

Expect(result)
    .To.Equal(expected);
Expect(someService)
    .To.Have.Received(1)
    .SomeMethodCall();

also, there's a handy way to assert against no calls at all against a substitute:

Expect(someService)
    .Not.To.Have.Been.Called();
Product 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 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 NExpect.Matchers.NSubstitute:

Package Downloads
Codeo.CQRS.Testability

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NExpect.Matchers.NSubstitute:

Repository Stars
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
Version Downloads Last Updated
2.0.116 2,643 3/24/2025
2.0.115 491 2/25/2025
2.0.114 177 2/13/2025
2.0.113 119 2/12/2025
2.0.112 107 2/12/2025
2.0.111 484 12/17/2024
2.0.110 1,931 11/13/2024
2.0.109 152 11/1/2024
2.0.108 269 10/23/2024
2.0.107 115 10/23/2024
2.0.106 128 10/22/2024
2.0.105 1,628 9/11/2024
2.0.104 583 8/30/2024
2.0.103 112 8/30/2024
2.0.102 1,573 6/19/2024
2.0.101 151 6/11/2024
2.0.100 215 6/10/2024
2.0.99 179 6/5/2024
2.0.98 109 6/3/2024
2.0.97 104 6/3/2024
2.0.96 100 6/3/2024
2.0.95 270 5/17/2024
2.0.94 511 5/17/2024
2.0.93 145 5/17/2024
2.0.92 341 4/29/2024
2.0.91 271 4/17/2024
2.0.90 157 4/15/2024
2.0.89 160 4/8/2024
2.0.88 154 4/5/2024
2.0.87 109 4/5/2024
2.0.86 136 4/5/2024
2.0.85 115 4/5/2024
2.0.84 111 4/4/2024
2.0.83 450 4/3/2024
2.0.82 725 4/2/2024
2.0.81 268 3/13/2024
2.0.80 133 3/13/2024
2.0.79 197 3/11/2024
2.0.78 196 3/5/2024
2.0.77 262 2/27/2024
2.0.76 127 2/26/2024
2.0.75 216 2/22/2024
2.0.74 147 2/22/2024
2.0.73 173 2/19/2024
2.0.72 156 2/15/2024
2.0.71 282 2/13/2024
2.0.70 293 2/13/2024
2.0.69 611 2/7/2024
2.0.68 177 2/6/2024
2.0.67 189 2/5/2024
2.0.66 169 2/2/2024
2.0.65 189 1/30/2024
2.0.64 302 1/18/2024
2.0.63 390 1/15/2024
2.0.62 175 1/12/2024
2.0.61 126 1/12/2024
2.0.60 181 1/10/2024
2.0.59 188 1/9/2024
2.0.58 641 12/13/2023
2.0.57 658 11/28/2023
2.0.56 160 11/28/2023
2.0.55 488 11/17/2023
2.0.54 221 11/17/2023
2.0.53 147 11/17/2023
2.0.52 461 10/30/2023
2.0.51 242 10/26/2023
2.0.50 427 10/12/2023
2.0.49 366 9/28/2023
2.0.48 220 9/22/2023
2.0.47 134 9/21/2023
2.0.46 182 9/20/2023
2.0.45 360 9/14/2023
2.0.44 178 9/14/2023
2.0.43 710 8/25/2023
2.0.42 173 8/25/2023
2.0.42-2308241227.f6c25ee 95 8/24/2023
2.0.42-2308161448.98b76da 98 8/16/2023
2.0.42-2308161446.ec7a107 88 8/16/2023
2.0.42-2308161429.74c00e2 98 8/16/2023
2.0.41 364 8/14/2023
2.0.40 293 8/4/2023
2.0.39 196 8/4/2023
2.0.38 170 8/4/2023
2.0.37 185 8/4/2023
2.0.36 197 8/4/2023
2.0.35 174 8/4/2023
2.0.34 841 6/22/2023
2.0.33 173 6/22/2023
2.0.32 195 6/22/2023
2.0.32-2306151149.332886a 109 6/15/2023
2.0.32-2306151140.93d85dc 103 6/15/2023
2.0.32-2306150947.3b80752 108 6/15/2023
2.0.31 301 6/12/2023
2.0.30 404 6/9/2023
2.0.30-2306091428.6fc0bd3 111 6/9/2023
2.0.30-2306091304.51d4d0b 110 6/9/2023
2.0.30-2306091204.1fe4d76 111 6/9/2023
2.0.30-2306090857.5be3155 110 6/9/2023
2.0.30-2306081701.3a525ef 109 6/8/2023
2.0.30-2306081646.5a15be2 107 6/8/2023
2.0.30-2306081628.68f2d91 110 6/8/2023
2.0.30-2306081611.3c4f19f 110 6/8/2023
2.0.30-2306081557.4fa2105 110 6/8/2023
2.0.30-2306081119.fdddf3b 108 6/8/2023
2.0.30-2306081053.68ba9f2 112 6/8/2023
2.0.30-2306080900.1b126b1 113 6/8/2023
2.0.29 412 5/23/2023
2.0.28 262 5/18/2023
2.0.27 217 5/12/2023
2.0.26 218 5/12/2023
2.0.25 304 4/26/2023
2.0.24 1,219 2/1/2023
2.0.23 338 1/30/2023
2.0.22 563 1/26/2023
2.0.21 337 1/25/2023
2.0.20 353 1/25/2023
2.0.19 886 11/30/2022
2.0.18 734 11/14/2022
2.0.17 1,151 10/19/2022
2.0.16 483 10/17/2022
2.0.15 434 10/17/2022
2.0.14 531 10/3/2022
2.0.13 440 10/3/2022
2.0.12 487 10/3/2022
2.0.11 533 9/27/2022
2.0.10 566 9/20/2022
2.0.9 498 9/19/2022
2.0.8 555 9/15/2022
2.0.7 580 9/14/2022
2.0.6 492 9/13/2022
2.0.5 453 9/13/2022
2.0.4 448 9/13/2022
2.0.3 520 9/9/2022
2.0.2 462 9/9/2022
2.0.1 468 9/9/2022
1.0.276 2,504 8/17/2022
1.0.275 464 8/17/2022
1.0.274 1,118 7/28/2022
1.0.273 822 7/14/2022
1.0.272 522 7/14/2022
1.0.271 503 7/13/2022
1.0.270 739 7/7/2022
1.0.269 491 7/7/2022
1.0.268 1,015 6/20/2022
1.0.267 632 6/14/2022
1.0.266 747 6/9/2022
1.0.265 972 5/27/2022
1.0.264 596 5/24/2022
1.0.263 520 5/23/2022
1.0.262 570 5/17/2022
1.0.261 520 5/16/2022
1.0.260 520 5/16/2022
1.0.259 977 5/6/2022
1.0.258 538 5/5/2022
1.0.257 505 5/5/2022
1.0.256 540 5/4/2022
1.0.255 511 5/4/2022
1.0.254 937 4/5/2022
1.0.253 537 4/5/2022
1.0.252 553 4/4/2022
1.0.251 581 3/22/2022
1.0.250 1,575 2/3/2022
1.0.249 580 1/28/2022
1.0.248 548 1/27/2022
1.0.247 560 1/26/2022
1.0.246 577 1/25/2022
1.0.245 567 1/18/2022
1.0.244 538 1/18/2022
1.0.243 555 1/12/2022
1.0.242 598 12/10/2021
1.0.241 396 12/10/2021
1.0.240 403 12/10/2021
1.0.239 444 12/6/2021
1.0.238 403 12/6/2021
1.0.237 389 12/2/2021
1.0.236 363 12/2/2021
1.0.235 379 12/2/2021
1.0.234 385 12/2/2021
1.0.233 581 11/18/2021
1.0.232 391 11/18/2021
1.0.231 610 11/9/2021
1.0.228 434 11/9/2021
1.0.227 640 10/14/2021
1.0.226 878 9/2/2021
1.0.225 450 8/31/2021
1.0.224 487 8/30/2021
1.0.223 633 8/6/2021
1.0.222 476 8/6/2021
1.0.221 473 8/6/2021
1.0.220 490 8/3/2021
1.0.219 527 7/30/2021
1.0.218 692 7/7/2021
1.0.217 442 7/7/2021
1.0.216 477 7/7/2021
1.0.215 501 7/6/2021
1.0.214 458 7/6/2021
1.0.213 457 7/6/2021
1.0.212 659 5/14/2021
1.0.211 450 5/11/2021
1.0.210 420 5/11/2021
1.0.209 428 5/11/2021
1.0.208 425 5/11/2021
1.0.207 435 5/3/2021
1.0.206 512 5/3/2021
1.0.205 449 5/3/2021
1.0.204 462 5/3/2021
1.0.203 458 4/15/2021
1.0.202 439 4/15/2021
1.0.201 431 4/15/2021
1.0.200 445 4/15/2021
1.0.199 428 4/14/2021
1.0.198 541 3/19/2021
1.0.197 459 3/9/2021
1.0.196 449 3/9/2021
1.0.195 429 3/9/2021
1.0.194 480 3/9/2021
1.0.193 483 3/9/2021
1.0.192 485 3/9/2021
1.0.191 471 2/12/2021
1.0.190 559 1/21/2021
1.0.189 514 1/21/2021
1.0.188 474 1/21/2021
1.0.187 467 1/21/2021
1.0.186 536 1/8/2021
1.0.185 480 1/8/2021
1.0.184 522 11/13/2020
1.0.183 494 11/13/2020
1.0.182 497 11/13/2020
1.0.181 579 10/13/2020
1.0.180 611 10/12/2020
1.0.179 596 8/31/2020
1.0.178 570 8/4/2020
1.0.177 566 7/21/2020
1.0.176 541 7/10/2020
1.0.175 563 7/10/2020
1.0.174 617 5/20/2020
1.0.173 590 5/20/2020
1.0.172 605 5/20/2020
1.0.171 617 5/8/2020
1.0.170 593 4/9/2020
1.0.169 589 4/3/2020
1.0.168 580 3/25/2020
1.0.167 654 3/23/2020
1.0.166 641 2/6/2020
1.0.165 640 12/30/2019
1.0.164 643 12/28/2019
1.0.163 596 12/28/2019
1.0.162 636 12/5/2019
1.0.161 623 12/5/2019
1.0.160 612 11/20/2019
1.0.159 649 10/14/2019
1.0.158 618 10/13/2019
1.0.157 628 10/3/2019
1.0.156 642 9/17/2019
1.0.155 652 9/15/2019
1.0.154 694 6/20/2019
1.0.153 653 6/20/2019
1.0.152 721 6/6/2019
1.0.151 667 6/4/2019
1.0.150 689 5/25/2019
1.0.149 683 5/23/2019
1.0.148 687 5/16/2019
1.0.147 687 5/16/2019
1.0.146 675 5/16/2019
1.0.145 668 5/16/2019