NExpect.Matchers.NSubstitute 2.0.121

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.121
                    
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.121
                    
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.121" />
                    
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.121" />
                    
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.121
                    
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.121"
                    
#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 NExpect.Matchers.NSubstitute@2.0.121
                    
#: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=NExpect.Matchers.NSubstitute&version=2.0.121
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.121
                    
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.123 93 9/17/2025
2.0.122 112 9/16/2025
2.0.121 179 9/11/2025
2.0.120 187 9/9/2025
2.0.119 207 8/12/2025
2.0.118 252 8/6/2025
2.0.117 155 7/15/2025
2.0.116 3,968 3/24/2025
2.0.115 559 2/25/2025
2.0.114 189 2/13/2025
2.0.113 132 2/12/2025
2.0.112 119 2/12/2025
2.0.111 497 12/17/2024
2.0.110 2,111 11/13/2024
2.0.109 164 11/1/2024
2.0.108 280 10/23/2024
2.0.107 127 10/23/2024
2.0.106 140 10/22/2024
2.0.105 1,646 9/11/2024
2.0.104 594 8/30/2024
2.0.103 122 8/30/2024
2.0.102 1,585 6/19/2024
2.0.101 161 6/11/2024
2.0.100 226 6/10/2024
2.0.99 190 6/5/2024
2.0.98 119 6/3/2024
2.0.97 115 6/3/2024
2.0.96 111 6/3/2024
2.0.95 282 5/17/2024
2.0.94 522 5/17/2024
2.0.93 156 5/17/2024
2.0.92 352 4/29/2024
2.0.91 284 4/17/2024
2.0.90 168 4/15/2024
2.0.89 170 4/8/2024
2.0.88 166 4/5/2024
2.0.87 118 4/5/2024
2.0.86 146 4/5/2024
2.0.85 124 4/5/2024
2.0.84 122 4/4/2024
2.0.83 463 4/3/2024
2.0.82 736 4/2/2024
2.0.81 278 3/13/2024
2.0.80 141 3/13/2024
2.0.79 207 3/11/2024
2.0.78 209 3/5/2024
2.0.77 271 2/27/2024
2.0.76 135 2/26/2024
2.0.75 228 2/22/2024
2.0.74 156 2/22/2024
2.0.73 183 2/19/2024
2.0.72 166 2/15/2024
2.0.71 290 2/13/2024
2.0.70 303 2/13/2024
2.0.69 647 2/7/2024
2.0.68 190 2/6/2024
2.0.67 197 2/5/2024
2.0.66 177 2/2/2024
2.0.65 198 1/30/2024
2.0.64 310 1/18/2024
2.0.63 397 1/15/2024
2.0.62 185 1/12/2024
2.0.61 134 1/12/2024
2.0.60 190 1/10/2024
2.0.59 196 1/9/2024
2.0.58 651 12/13/2023
2.0.57 669 11/28/2023
2.0.56 168 11/28/2023
2.0.55 496 11/17/2023
2.0.54 230 11/17/2023
2.0.53 156 11/17/2023
2.0.52 471 10/30/2023
2.0.51 251 10/26/2023
2.0.50 436 10/12/2023
2.0.49 375 9/28/2023
2.0.48 228 9/22/2023
2.0.47 143 9/21/2023
2.0.46 193 9/20/2023
2.0.45 370 9/14/2023
2.0.44 187 9/14/2023
2.0.43 733 8/25/2023
2.0.42 193 8/25/2023
2.0.42-2308241227.f6c25ee 116 8/24/2023
2.0.42-2308161448.98b76da 119 8/16/2023
2.0.42-2308161446.ec7a107 109 8/16/2023
2.0.42-2308161429.74c00e2 118 8/16/2023
2.0.41 387 8/14/2023
2.0.40 317 8/4/2023
2.0.39 219 8/4/2023
2.0.38 193 8/4/2023
2.0.37 208 8/4/2023
2.0.36 219 8/4/2023
2.0.35 197 8/4/2023
2.0.34 865 6/22/2023
2.0.33 197 6/22/2023
2.0.32 218 6/22/2023
2.0.32-2306151149.332886a 133 6/15/2023
2.0.32-2306151140.93d85dc 127 6/15/2023
2.0.32-2306150947.3b80752 132 6/15/2023
2.0.31 326 6/12/2023
2.0.30 429 6/9/2023
2.0.30-2306091428.6fc0bd3 139 6/9/2023
2.0.30-2306091304.51d4d0b 134 6/9/2023
2.0.30-2306091204.1fe4d76 135 6/9/2023
2.0.30-2306090857.5be3155 135 6/9/2023
2.0.30-2306081701.3a525ef 133 6/8/2023
2.0.30-2306081646.5a15be2 132 6/8/2023
2.0.30-2306081628.68f2d91 135 6/8/2023
2.0.30-2306081611.3c4f19f 135 6/8/2023
2.0.30-2306081557.4fa2105 135 6/8/2023
2.0.30-2306081119.fdddf3b 131 6/8/2023
2.0.30-2306081053.68ba9f2 137 6/8/2023
2.0.30-2306080900.1b126b1 137 6/8/2023
2.0.29 438 5/23/2023
2.0.28 287 5/18/2023
2.0.27 242 5/12/2023
2.0.26 243 5/12/2023
2.0.25 329 4/26/2023
2.0.24 1,246 2/1/2023
2.0.23 365 1/30/2023
2.0.22 591 1/26/2023
2.0.21 365 1/25/2023
2.0.20 382 1/25/2023
2.0.19 913 11/30/2022
2.0.18 763 11/14/2022
2.0.17 1,186 10/19/2022
2.0.16 514 10/17/2022
2.0.15 466 10/17/2022
2.0.14 561 10/3/2022
2.0.13 471 10/3/2022
2.0.12 517 10/3/2022
2.0.11 564 9/27/2022
2.0.10 596 9/20/2022
2.0.9 528 9/19/2022
2.0.8 586 9/15/2022
2.0.7 609 9/14/2022
2.0.6 523 9/13/2022
2.0.5 484 9/13/2022
2.0.4 478 9/13/2022
2.0.3 551 9/9/2022
2.0.2 492 9/9/2022
2.0.1 498 9/9/2022
1.0.276 2,543 8/17/2022
1.0.275 494 8/17/2022
1.0.274 1,149 7/28/2022
1.0.273 854 7/14/2022
1.0.272 552 7/14/2022
1.0.271 533 7/13/2022
1.0.270 773 7/7/2022
1.0.269 523 7/7/2022
1.0.268 1,046 6/20/2022
1.0.267 664 6/14/2022
1.0.266 779 6/9/2022
1.0.265 1,005 5/27/2022
1.0.264 629 5/24/2022
1.0.263 552 5/23/2022
1.0.262 604 5/17/2022
1.0.261 553 5/16/2022
1.0.260 554 5/16/2022
1.0.259 1,009 5/6/2022
1.0.258 570 5/5/2022
1.0.257 537 5/5/2022
1.0.256 572 5/4/2022
1.0.255 544 5/4/2022
1.0.254 970 4/5/2022
1.0.253 569 4/5/2022
1.0.252 585 4/4/2022
1.0.251 613 3/22/2022
1.0.250 1,629 2/3/2022
1.0.249 611 1/28/2022
1.0.248 580 1/27/2022
1.0.247 598 1/26/2022
1.0.246 611 1/25/2022
1.0.245 600 1/18/2022
1.0.244 572 1/18/2022
1.0.243 589 1/12/2022
1.0.242 630 12/10/2021
1.0.241 428 12/10/2021
1.0.240 435 12/10/2021
1.0.239 477 12/6/2021
1.0.238 435 12/6/2021
1.0.237 421 12/2/2021
1.0.236 397 12/2/2021
1.0.235 412 12/2/2021
1.0.234 417 12/2/2021
1.0.233 613 11/18/2021
1.0.232 424 11/18/2021
1.0.231 642 11/9/2021
1.0.228 468 11/9/2021
1.0.227 673 10/14/2021
1.0.226 913 9/2/2021
1.0.225 484 8/31/2021
1.0.224 520 8/30/2021
1.0.223 667 8/6/2021
1.0.222 508 8/6/2021
1.0.221 505 8/6/2021
1.0.220 523 8/3/2021
1.0.219 560 7/30/2021
1.0.218 726 7/7/2021
1.0.217 474 7/7/2021
1.0.216 511 7/7/2021
1.0.215 534 7/6/2021
1.0.214 489 7/6/2021
1.0.213 489 7/6/2021
1.0.212 691 5/14/2021
1.0.211 483 5/11/2021
1.0.210 452 5/11/2021
1.0.209 461 5/11/2021
1.0.208 457 5/11/2021
1.0.207 468 5/3/2021
1.0.206 544 5/3/2021
1.0.205 481 5/3/2021
1.0.204 495 5/3/2021
1.0.203 490 4/15/2021
1.0.202 471 4/15/2021
1.0.201 463 4/15/2021
1.0.200 477 4/15/2021
1.0.199 460 4/14/2021
1.0.198 575 3/19/2021
1.0.197 492 3/9/2021
1.0.196 481 3/9/2021
1.0.195 462 3/9/2021
1.0.194 513 3/9/2021
1.0.193 516 3/9/2021
1.0.192 518 3/9/2021
1.0.191 506 2/12/2021
1.0.190 593 1/21/2021
1.0.189 550 1/21/2021
1.0.188 510 1/21/2021
1.0.187 503 1/21/2021
1.0.186 571 1/8/2021
1.0.185 515 1/8/2021
1.0.184 557 11/13/2020
1.0.183 530 11/13/2020
1.0.182 534 11/13/2020
1.0.181 614 10/13/2020
1.0.180 646 10/12/2020
1.0.179 630 8/31/2020
1.0.178 607 8/4/2020
1.0.177 602 7/21/2020
1.0.176 577 7/10/2020
1.0.175 598 7/10/2020
1.0.174 653 5/20/2020
1.0.173 626 5/20/2020
1.0.172 639 5/20/2020
1.0.171 653 5/8/2020
1.0.170 630 4/9/2020
1.0.169 625 4/3/2020
1.0.168 616 3/25/2020
1.0.167 691 3/23/2020
1.0.166 679 2/6/2020
1.0.165 677 12/30/2019
1.0.164 681 12/28/2019
1.0.163 632 12/28/2019
1.0.162 671 12/5/2019
1.0.161 660 12/5/2019
1.0.160 649 11/20/2019
1.0.159 685 10/14/2019
1.0.158 656 10/13/2019
1.0.157 665 10/3/2019
1.0.156 679 9/17/2019
1.0.155 688 9/15/2019
1.0.154 732 6/20/2019
1.0.153 690 6/20/2019
1.0.152 758 6/6/2019
1.0.151 705 6/4/2019
1.0.150 725 5/25/2019
1.0.149 720 5/23/2019
1.0.148 723 5/16/2019
1.0.147 722 5/16/2019
1.0.146 711 5/16/2019
1.0.145 706 5/16/2019