NExpect.Matchers.NSubstitute 2.0.30-2306081628.68f2d91

Prefix Reserved
This is a prerelease version of NExpect.Matchers.NSubstitute.
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.30-2306081628.68f2d91
                    
NuGet\Install-Package NExpect.Matchers.NSubstitute -Version 2.0.30-2306081628.68f2d91
                    
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.30-2306081628.68f2d91" />
                    
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.30-2306081628.68f2d91" />
                    
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.30-2306081628.68f2d91
                    
#r "nuget: NExpect.Matchers.NSubstitute, 2.0.30-2306081628.68f2d91"
                    
#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.30-2306081628.68f2d91&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.NSubstitute&version=2.0.30-2306081628.68f2d91&prerelease
                    
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,373 3/24/2025
2.0.115 485 2/25/2025
2.0.114 174 2/13/2025
2.0.113 116 2/12/2025
2.0.112 104 2/12/2025
2.0.111 481 12/17/2024
2.0.110 1,905 11/13/2024
2.0.109 149 11/1/2024
2.0.108 266 10/23/2024
2.0.107 112 10/23/2024
2.0.106 125 10/22/2024
2.0.105 1,620 9/11/2024
2.0.104 579 8/30/2024
2.0.103 109 8/30/2024
2.0.102 1,570 6/19/2024
2.0.101 147 6/11/2024
2.0.100 213 6/10/2024
2.0.99 176 6/5/2024
2.0.98 106 6/3/2024
2.0.97 100 6/3/2024
2.0.96 95 6/3/2024
2.0.95 267 5/17/2024
2.0.94 508 5/17/2024
2.0.93 142 5/17/2024
2.0.92 338 4/29/2024
2.0.91 268 4/17/2024
2.0.90 154 4/15/2024
2.0.89 157 4/8/2024
2.0.88 150 4/5/2024
2.0.87 106 4/5/2024
2.0.86 133 4/5/2024
2.0.85 112 4/5/2024
2.0.84 108 4/4/2024
2.0.83 446 4/3/2024
2.0.82 722 4/2/2024
2.0.81 265 3/13/2024
2.0.80 130 3/13/2024
2.0.79 193 3/11/2024
2.0.78 188 3/5/2024
2.0.77 259 2/27/2024
2.0.76 123 2/26/2024
2.0.75 213 2/22/2024
2.0.74 144 2/22/2024
2.0.73 170 2/19/2024
2.0.72 152 2/15/2024
2.0.71 278 2/13/2024
2.0.70 290 2/13/2024
2.0.69 605 2/7/2024
2.0.68 174 2/6/2024
2.0.67 185 2/5/2024
2.0.66 166 2/2/2024
2.0.65 185 1/30/2024
2.0.64 299 1/18/2024
2.0.63 387 1/15/2024
2.0.62 172 1/12/2024
2.0.61 123 1/12/2024
2.0.60 177 1/10/2024
2.0.59 185 1/9/2024
2.0.58 638 12/13/2023
2.0.57 656 11/28/2023
2.0.56 158 11/28/2023
2.0.55 486 11/17/2023
2.0.54 218 11/17/2023
2.0.53 145 11/17/2023
2.0.52 457 10/30/2023
2.0.51 238 10/26/2023
2.0.50 421 10/12/2023
2.0.49 360 9/28/2023
2.0.48 212 9/22/2023
2.0.47 128 9/21/2023
2.0.46 176 9/20/2023
2.0.45 354 9/14/2023
2.0.44 171 9/14/2023
2.0.43 704 8/25/2023
2.0.42 167 8/25/2023
2.0.42-2308241227.f6c25ee 89 8/24/2023
2.0.42-2308161448.98b76da 91 8/16/2023
2.0.42-2308161446.ec7a107 82 8/16/2023
2.0.42-2308161429.74c00e2 92 8/16/2023
2.0.41 356 8/14/2023
2.0.40 284 8/4/2023
2.0.39 188 8/4/2023
2.0.38 162 8/4/2023
2.0.37 177 8/4/2023
2.0.36 189 8/4/2023
2.0.35 166 8/4/2023
2.0.34 834 6/22/2023
2.0.33 165 6/22/2023
2.0.32 188 6/22/2023
2.0.32-2306151149.332886a 101 6/15/2023
2.0.32-2306151140.93d85dc 96 6/15/2023
2.0.32-2306150947.3b80752 100 6/15/2023
2.0.31 292 6/12/2023
2.0.30 396 6/9/2023
2.0.30-2306091428.6fc0bd3 103 6/9/2023
2.0.30-2306091304.51d4d0b 103 6/9/2023
2.0.30-2306091204.1fe4d76 104 6/9/2023
2.0.30-2306090857.5be3155 102 6/9/2023
2.0.30-2306081701.3a525ef 102 6/8/2023
2.0.30-2306081646.5a15be2 100 6/8/2023
2.0.30-2306081628.68f2d91 102 6/8/2023
2.0.30-2306081611.3c4f19f 103 6/8/2023
2.0.30-2306081557.4fa2105 103 6/8/2023
2.0.30-2306081119.fdddf3b 101 6/8/2023
2.0.30-2306081053.68ba9f2 105 6/8/2023
2.0.30-2306080900.1b126b1 106 6/8/2023
2.0.29 405 5/23/2023
2.0.28 254 5/18/2023
2.0.27 209 5/12/2023
2.0.26 210 5/12/2023
2.0.25 296 4/26/2023
2.0.24 1,211 2/1/2023
2.0.23 329 1/30/2023
2.0.22 554 1/26/2023
2.0.21 328 1/25/2023
2.0.20 343 1/25/2023
2.0.19 878 11/30/2022
2.0.18 726 11/14/2022
2.0.17 1,143 10/19/2022
2.0.16 475 10/17/2022
2.0.15 426 10/17/2022
2.0.14 523 10/3/2022
2.0.13 432 10/3/2022
2.0.12 479 10/3/2022
2.0.11 525 9/27/2022
2.0.10 558 9/20/2022
2.0.9 490 9/19/2022
2.0.8 547 9/15/2022
2.0.7 572 9/14/2022
2.0.6 483 9/13/2022
2.0.5 445 9/13/2022
2.0.4 440 9/13/2022
2.0.3 511 9/9/2022
2.0.2 454 9/9/2022
2.0.1 460 9/9/2022
1.0.276 2,496 8/17/2022
1.0.275 456 8/17/2022
1.0.274 1,110 7/28/2022
1.0.273 814 7/14/2022
1.0.272 514 7/14/2022
1.0.271 495 7/13/2022
1.0.270 731 7/7/2022
1.0.269 483 7/7/2022
1.0.268 1,006 6/20/2022
1.0.267 624 6/14/2022
1.0.266 739 6/9/2022
1.0.265 964 5/27/2022
1.0.264 588 5/24/2022
1.0.263 512 5/23/2022
1.0.262 562 5/17/2022
1.0.261 512 5/16/2022
1.0.260 512 5/16/2022
1.0.259 969 5/6/2022
1.0.258 530 5/5/2022
1.0.257 497 5/5/2022
1.0.256 532 5/4/2022
1.0.255 503 5/4/2022
1.0.254 929 4/5/2022
1.0.253 529 4/5/2022
1.0.252 545 4/4/2022
1.0.251 574 3/22/2022
1.0.250 1,565 2/3/2022
1.0.249 574 1/28/2022
1.0.248 541 1/27/2022
1.0.247 554 1/26/2022
1.0.246 571 1/25/2022
1.0.245 561 1/18/2022
1.0.244 532 1/18/2022
1.0.243 549 1/12/2022
1.0.242 592 12/10/2021
1.0.241 390 12/10/2021
1.0.240 397 12/10/2021
1.0.239 438 12/6/2021
1.0.238 397 12/6/2021
1.0.237 383 12/2/2021
1.0.236 357 12/2/2021
1.0.235 372 12/2/2021
1.0.234 378 12/2/2021
1.0.233 575 11/18/2021
1.0.232 385 11/18/2021
1.0.231 604 11/9/2021
1.0.228 427 11/9/2021
1.0.227 634 10/14/2021
1.0.226 871 9/2/2021
1.0.225 444 8/31/2021
1.0.224 481 8/30/2021
1.0.223 627 8/6/2021
1.0.222 470 8/6/2021
1.0.221 467 8/6/2021
1.0.220 484 8/3/2021
1.0.219 521 7/30/2021
1.0.218 686 7/7/2021
1.0.217 436 7/7/2021
1.0.216 471 7/7/2021
1.0.215 495 7/6/2021
1.0.214 452 7/6/2021
1.0.213 451 7/6/2021
1.0.212 653 5/14/2021
1.0.211 444 5/11/2021
1.0.210 414 5/11/2021
1.0.209 422 5/11/2021
1.0.208 419 5/11/2021
1.0.207 429 5/3/2021
1.0.206 506 5/3/2021
1.0.205 443 5/3/2021
1.0.204 456 5/3/2021
1.0.203 452 4/15/2021
1.0.202 433 4/15/2021
1.0.201 425 4/15/2021
1.0.200 439 4/15/2021
1.0.199 422 4/14/2021
1.0.198 533 3/19/2021
1.0.197 453 3/9/2021
1.0.196 443 3/9/2021
1.0.195 423 3/9/2021
1.0.194 474 3/9/2021
1.0.193 477 3/9/2021
1.0.192 479 3/9/2021
1.0.191 465 2/12/2021
1.0.190 553 1/21/2021
1.0.189 508 1/21/2021
1.0.188 468 1/21/2021
1.0.187 461 1/21/2021
1.0.186 530 1/8/2021
1.0.185 474 1/8/2021
1.0.184 516 11/13/2020
1.0.183 488 11/13/2020
1.0.182 491 11/13/2020
1.0.181 573 10/13/2020
1.0.180 605 10/12/2020
1.0.179 590 8/31/2020
1.0.178 564 8/4/2020
1.0.177 560 7/21/2020
1.0.176 535 7/10/2020
1.0.175 556 7/10/2020
1.0.174 611 5/20/2020
1.0.173 584 5/20/2020
1.0.172 599 5/20/2020
1.0.171 611 5/8/2020
1.0.170 587 4/9/2020
1.0.169 583 4/3/2020
1.0.168 573 3/25/2020
1.0.167 648 3/23/2020
1.0.166 635 2/6/2020
1.0.165 634 12/30/2019
1.0.164 637 12/28/2019
1.0.163 590 12/28/2019
1.0.162 630 12/5/2019
1.0.161 617 12/5/2019
1.0.160 606 11/20/2019
1.0.159 643 10/14/2019
1.0.158 612 10/13/2019
1.0.157 622 10/3/2019
1.0.156 636 9/17/2019
1.0.155 646 9/15/2019
1.0.154 688 6/20/2019
1.0.153 647 6/20/2019
1.0.152 715 6/6/2019
1.0.151 661 6/4/2019
1.0.150 683 5/25/2019
1.0.149 677 5/23/2019
1.0.148 681 5/16/2019
1.0.147 681 5/16/2019
1.0.146 668 5/16/2019
1.0.145 662 5/16/2019