NExpect.Matchers.NSubstitute 2.0.119

Prefix Reserved
dotnet add package NExpect.Matchers.NSubstitute --version 2.0.119
                    
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.119
                    
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.119" />
                    
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.119" />
                    
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.119
                    
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.119"
                    
#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.119
                    
#: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.119
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.119
                    
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.119 143 8/12/2025
2.0.118 243 8/6/2025
2.0.117 150 7/15/2025
2.0.116 3,099 3/24/2025
2.0.115 520 2/25/2025
2.0.114 186 2/13/2025
2.0.113 128 2/12/2025
2.0.112 116 2/12/2025
2.0.111 491 12/17/2024
2.0.110 1,976 11/13/2024
2.0.109 161 11/1/2024
2.0.108 276 10/23/2024
2.0.107 124 10/23/2024
2.0.106 136 10/22/2024
2.0.105 1,637 9/11/2024
2.0.104 590 8/30/2024
2.0.103 119 8/30/2024
2.0.102 1,580 6/19/2024
2.0.101 157 6/11/2024
2.0.100 222 6/10/2024
2.0.99 185 6/5/2024
2.0.98 116 6/3/2024
2.0.97 111 6/3/2024
2.0.96 108 6/3/2024
2.0.95 279 5/17/2024
2.0.94 519 5/17/2024
2.0.93 152 5/17/2024
2.0.92 348 4/29/2024
2.0.91 278 4/17/2024
2.0.90 165 4/15/2024
2.0.89 167 4/8/2024
2.0.88 163 4/5/2024
2.0.87 115 4/5/2024
2.0.86 143 4/5/2024
2.0.85 121 4/5/2024
2.0.84 119 4/4/2024
2.0.83 459 4/3/2024
2.0.82 731 4/2/2024
2.0.81 274 3/13/2024
2.0.80 138 3/13/2024
2.0.79 204 3/11/2024
2.0.78 201 3/5/2024
2.0.77 267 2/27/2024
2.0.76 132 2/26/2024
2.0.75 224 2/22/2024
2.0.74 153 2/22/2024
2.0.73 179 2/19/2024
2.0.72 163 2/15/2024
2.0.71 287 2/13/2024
2.0.70 300 2/13/2024
2.0.69 619 2/7/2024
2.0.68 187 2/6/2024
2.0.67 194 2/5/2024
2.0.66 175 2/2/2024
2.0.65 195 1/30/2024
2.0.64 308 1/18/2024
2.0.63 395 1/15/2024
2.0.62 182 1/12/2024
2.0.61 132 1/12/2024
2.0.60 187 1/10/2024
2.0.59 194 1/9/2024
2.0.58 648 12/13/2023
2.0.57 666 11/28/2023
2.0.56 166 11/28/2023
2.0.55 494 11/17/2023
2.0.54 228 11/17/2023
2.0.53 153 11/17/2023
2.0.52 470 10/30/2023
2.0.51 250 10/26/2023
2.0.50 436 10/12/2023
2.0.49 374 9/28/2023
2.0.48 228 9/22/2023
2.0.47 142 9/21/2023
2.0.46 192 9/20/2023
2.0.45 370 9/14/2023
2.0.44 187 9/14/2023
2.0.43 727 8/25/2023
2.0.42 187 8/25/2023
2.0.42-2308241227.f6c25ee 110 8/24/2023
2.0.42-2308161448.98b76da 113 8/16/2023
2.0.42-2308161446.ec7a107 102 8/16/2023
2.0.42-2308161429.74c00e2 112 8/16/2023
2.0.41 380 8/14/2023
2.0.40 309 8/4/2023
2.0.39 212 8/4/2023
2.0.38 185 8/4/2023
2.0.37 200 8/4/2023
2.0.36 212 8/4/2023
2.0.35 190 8/4/2023
2.0.34 857 6/22/2023
2.0.33 189 6/22/2023
2.0.32 211 6/22/2023
2.0.32-2306151149.332886a 125 6/15/2023
2.0.32-2306151140.93d85dc 120 6/15/2023
2.0.32-2306150947.3b80752 125 6/15/2023
2.0.31 318 6/12/2023
2.0.30 422 6/9/2023
2.0.30-2306091428.6fc0bd3 130 6/9/2023
2.0.30-2306091304.51d4d0b 127 6/9/2023
2.0.30-2306091204.1fe4d76 128 6/9/2023
2.0.30-2306090857.5be3155 127 6/9/2023
2.0.30-2306081701.3a525ef 126 6/8/2023
2.0.30-2306081646.5a15be2 124 6/8/2023
2.0.30-2306081628.68f2d91 127 6/8/2023
2.0.30-2306081611.3c4f19f 127 6/8/2023
2.0.30-2306081557.4fa2105 127 6/8/2023
2.0.30-2306081119.fdddf3b 124 6/8/2023
2.0.30-2306081053.68ba9f2 129 6/8/2023
2.0.30-2306080900.1b126b1 129 6/8/2023
2.0.29 430 5/23/2023
2.0.28 279 5/18/2023
2.0.27 234 5/12/2023
2.0.26 234 5/12/2023
2.0.25 321 4/26/2023
2.0.24 1,236 2/1/2023
2.0.23 355 1/30/2023
2.0.22 579 1/26/2023
2.0.21 355 1/25/2023
2.0.20 370 1/25/2023
2.0.19 902 11/30/2022
2.0.18 751 11/14/2022
2.0.17 1,174 10/19/2022
2.0.16 501 10/17/2022
2.0.15 454 10/17/2022
2.0.14 548 10/3/2022
2.0.13 459 10/3/2022
2.0.12 505 10/3/2022
2.0.11 551 9/27/2022
2.0.10 584 9/20/2022
2.0.9 516 9/19/2022
2.0.8 573 9/15/2022
2.0.7 597 9/14/2022
2.0.6 509 9/13/2022
2.0.5 471 9/13/2022
2.0.4 466 9/13/2022
2.0.3 538 9/9/2022
2.0.2 480 9/9/2022
2.0.1 485 9/9/2022
1.0.276 2,531 8/17/2022
1.0.275 484 8/17/2022
1.0.274 1,139 7/28/2022
1.0.273 844 7/14/2022
1.0.272 542 7/14/2022
1.0.271 522 7/13/2022
1.0.270 762 7/7/2022
1.0.269 513 7/7/2022
1.0.268 1,035 6/20/2022
1.0.267 653 6/14/2022
1.0.266 769 6/9/2022
1.0.265 994 5/27/2022
1.0.264 618 5/24/2022
1.0.263 542 5/23/2022
1.0.262 594 5/17/2022
1.0.261 543 5/16/2022
1.0.260 543 5/16/2022
1.0.259 998 5/6/2022
1.0.258 560 5/5/2022
1.0.257 526 5/5/2022
1.0.256 561 5/4/2022
1.0.255 533 5/4/2022
1.0.254 959 4/5/2022
1.0.253 559 4/5/2022
1.0.252 574 4/4/2022
1.0.251 602 3/22/2022
1.0.250 1,601 2/3/2022
1.0.249 601 1/28/2022
1.0.248 570 1/27/2022
1.0.247 588 1/26/2022
1.0.246 599 1/25/2022
1.0.245 589 1/18/2022
1.0.244 562 1/18/2022
1.0.243 578 1/12/2022
1.0.242 620 12/10/2021
1.0.241 417 12/10/2021
1.0.240 425 12/10/2021
1.0.239 465 12/6/2021
1.0.238 424 12/6/2021
1.0.237 410 12/2/2021
1.0.236 387 12/2/2021
1.0.235 401 12/2/2021
1.0.234 407 12/2/2021
1.0.233 603 11/18/2021
1.0.232 414 11/18/2021
1.0.231 632 11/9/2021
1.0.228 458 11/9/2021
1.0.227 662 10/14/2021
1.0.226 903 9/2/2021
1.0.225 473 8/31/2021
1.0.224 509 8/30/2021
1.0.223 657 8/6/2021
1.0.222 498 8/6/2021
1.0.221 495 8/6/2021
1.0.220 512 8/3/2021
1.0.219 549 7/30/2021
1.0.218 714 7/7/2021
1.0.217 463 7/7/2021
1.0.216 500 7/7/2021
1.0.215 524 7/6/2021
1.0.214 479 7/6/2021
1.0.213 479 7/6/2021
1.0.212 680 5/14/2021
1.0.211 472 5/11/2021
1.0.210 442 5/11/2021
1.0.209 450 5/11/2021
1.0.208 446 5/11/2021
1.0.207 457 5/3/2021
1.0.206 534 5/3/2021
1.0.205 470 5/3/2021
1.0.204 484 5/3/2021
1.0.203 479 4/15/2021
1.0.202 461 4/15/2021
1.0.201 453 4/15/2021
1.0.200 466 4/15/2021
1.0.199 450 4/14/2021
1.0.198 565 3/19/2021
1.0.197 481 3/9/2021
1.0.196 471 3/9/2021
1.0.195 451 3/9/2021
1.0.194 503 3/9/2021
1.0.193 506 3/9/2021
1.0.192 508 3/9/2021
1.0.191 495 2/12/2021
1.0.190 583 1/21/2021
1.0.189 540 1/21/2021
1.0.188 499 1/21/2021
1.0.187 493 1/21/2021
1.0.186 561 1/8/2021
1.0.185 504 1/8/2021
1.0.184 546 11/13/2020
1.0.183 519 11/13/2020
1.0.182 524 11/13/2020
1.0.181 603 10/13/2020
1.0.180 636 10/12/2020
1.0.179 620 8/31/2020
1.0.178 597 8/4/2020
1.0.177 592 7/21/2020
1.0.176 567 7/10/2020
1.0.175 588 7/10/2020
1.0.174 642 5/20/2020
1.0.173 615 5/20/2020
1.0.172 629 5/20/2020
1.0.171 643 5/8/2020
1.0.170 619 4/9/2020
1.0.169 614 4/3/2020
1.0.168 605 3/25/2020
1.0.167 680 3/23/2020
1.0.166 668 2/6/2020
1.0.165 666 12/30/2019
1.0.164 670 12/28/2019
1.0.163 622 12/28/2019
1.0.162 661 12/5/2019
1.0.161 650 12/5/2019
1.0.160 639 11/20/2019
1.0.159 675 10/14/2019
1.0.158 645 10/13/2019
1.0.157 655 10/3/2019
1.0.156 668 9/17/2019
1.0.155 678 9/15/2019
1.0.154 720 6/20/2019
1.0.153 680 6/20/2019
1.0.152 748 6/6/2019
1.0.151 694 6/4/2019
1.0.150 714 5/25/2019
1.0.149 709 5/23/2019
1.0.148 713 5/16/2019
1.0.147 712 5/16/2019
1.0.146 700 5/16/2019
1.0.145 696 5/16/2019