NExpect.Matchers.AspNetMvc 2.0.32-2306150947.3b80752

Prefix Reserved
This is a prerelease version of NExpect.Matchers.AspNetMvc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.AspNetMvc --version 2.0.32-2306150947.3b80752
                    
NuGet\Install-Package NExpect.Matchers.AspNetMvc -Version 2.0.32-2306150947.3b80752
                    
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.AspNetMvc" Version="2.0.32-2306150947.3b80752" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NExpect.Matchers.AspNetMvc" Version="2.0.32-2306150947.3b80752" />
                    
Directory.Packages.props
<PackageReference Include="NExpect.Matchers.AspNetMvc" />
                    
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.AspNetMvc --version 2.0.32-2306150947.3b80752
                    
#r "nuget: NExpect.Matchers.AspNetMvc, 2.0.32-2306150947.3b80752"
                    
#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.AspNetMvc@2.0.32-2306150947.3b80752
                    
#: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.AspNetMvc&version=2.0.32-2306150947.3b80752&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetMvc&version=2.0.32-2306150947.3b80752&prerelease
                    
Install as a Cake Tool

NExpect.Matchers.AspNetMvc

Use this matcher library if you're doing route and supported verb tests for controllers in a legacy ASP.NET MVC application.

This library adds ASP.Net MVC extensions for NExpect so you can test your [Route] and [Http*] annotations like so:

Expect(typeof(SomeController)
    .To.Have.Method(nameof(SomeController.MethodName))
    .Supporting(HttpMethod.Delete)
    .And(HttpMethod.Post)
    .With.Route("first-route")
    .And.Route("second-route");
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.122 0 9/16/2025
2.0.121 124 9/11/2025
2.0.120 124 9/9/2025
2.0.119 138 8/12/2025
2.0.118 219 8/6/2025
2.0.117 150 7/15/2025
2.0.116 442 3/24/2025
2.0.115 140 2/25/2025
2.0.114 163 2/13/2025
2.0.113 143 2/12/2025
2.0.112 140 2/12/2025
2.0.111 145 12/17/2024
2.0.110 140 11/13/2024
2.0.109 137 11/1/2024
2.0.108 147 10/23/2024
2.0.107 147 10/23/2024
2.0.106 132 10/22/2024
2.0.105 165 9/11/2024
2.0.104 157 8/30/2024
2.0.103 154 8/30/2024
2.0.102 165 6/19/2024
2.0.101 152 6/11/2024
2.0.100 149 6/10/2024
2.0.99 163 6/5/2024
2.0.98 146 6/3/2024
2.0.97 138 6/3/2024
2.0.96 137 6/3/2024
2.0.95 156 5/17/2024
2.0.94 163 5/17/2024
2.0.93 171 5/17/2024
2.0.92 156 4/29/2024
2.0.91 179 4/17/2024
2.0.90 163 4/15/2024
2.0.89 171 4/8/2024
2.0.88 151 4/5/2024
2.0.87 154 4/5/2024
2.0.86 158 4/5/2024
2.0.85 163 4/5/2024
2.0.84 155 4/4/2024
2.0.83 165 4/3/2024
2.0.82 161 4/2/2024
2.0.81 176 3/13/2024
2.0.80 166 3/13/2024
2.0.79 170 3/11/2024
2.0.78 173 3/5/2024
2.0.77 171 2/27/2024
2.0.76 160 2/26/2024
2.0.75 168 2/22/2024
2.0.74 160 2/22/2024
2.0.73 161 2/19/2024
2.0.72 162 2/15/2024
2.0.71 159 2/13/2024
2.0.70 144 2/13/2024
2.0.69 181 2/7/2024
2.0.68 168 2/6/2024
2.0.67 158 2/5/2024
2.0.66 153 2/2/2024
2.0.65 161 1/30/2024
2.0.64 166 1/18/2024
2.0.63 173 1/15/2024
2.0.62 152 1/12/2024
2.0.61 149 1/12/2024
2.0.60 156 1/10/2024
2.0.59 164 1/9/2024
2.0.58 217 12/13/2023
2.0.57 162 11/28/2023
2.0.56 138 11/28/2023
2.0.55 152 11/17/2023
2.0.54 150 11/17/2023
2.0.53 137 11/17/2023
2.0.52 167 10/30/2023
2.0.51 168 10/26/2023
2.0.50 198 10/12/2023
2.0.49 152 9/28/2023
2.0.48 173 9/22/2023
2.0.47 146 9/21/2023
2.0.46 164 9/20/2023
2.0.45 186 9/14/2023
2.0.44 174 9/14/2023
2.0.43 212 8/25/2023
2.0.42 191 8/25/2023
2.0.42-2308241227.f6c25ee 109 8/24/2023
2.0.42-2308161448.98b76da 110 8/16/2023
2.0.42-2308161446.ec7a107 109 8/16/2023
2.0.42-2308161429.74c00e2 111 8/16/2023
2.0.41 231 8/14/2023
2.0.40 216 8/4/2023
2.0.39 206 8/4/2023
2.0.38 222 8/4/2023
2.0.37 212 8/4/2023
2.0.36 222 8/4/2023
2.0.35 199 8/4/2023
2.0.34 252 6/22/2023
2.0.33 236 6/22/2023
2.0.32 211 6/22/2023
2.0.32-2306151149.332886a 128 6/15/2023
2.0.32-2306151140.93d85dc 123 6/15/2023
2.0.32-2306150947.3b80752 135 6/15/2023
2.0.31 250 6/12/2023
2.0.30 214 6/9/2023
2.0.30-2306091428.6fc0bd3 136 6/9/2023
2.0.30-2306091304.51d4d0b 129 6/9/2023
2.0.30-2306091204.1fe4d76 132 6/9/2023
2.0.30-2306090857.5be3155 130 6/9/2023
2.0.30-2306081701.3a525ef 132 6/8/2023
2.0.30-2306081646.5a15be2 130 6/8/2023
2.0.30-2306081628.68f2d91 128 6/8/2023
2.0.30-2306081611.3c4f19f 128 6/8/2023
2.0.30-2306081557.4fa2105 131 6/8/2023
2.0.30-2306081119.fdddf3b 128 6/8/2023
2.0.30-2306081053.68ba9f2 137 6/8/2023
2.0.30-2306080900.1b126b1 129 6/8/2023
2.0.29 227 5/23/2023
2.0.28 253 5/18/2023
2.0.27 249 5/12/2023
2.0.26 240 5/12/2023
2.0.25 285 4/26/2023
2.0.24 433 2/1/2023
2.0.23 399 1/30/2023
2.0.22 361 1/26/2023
2.0.21 368 1/25/2023
2.0.20 363 1/25/2023
2.0.19 420 11/30/2022
2.0.18 574 11/14/2022
2.0.17 701 10/19/2022
2.0.16 502 10/17/2022
2.0.15 462 10/17/2022
2.0.14 584 10/3/2022
2.0.13 489 10/3/2022
2.0.12 532 10/3/2022
2.0.11 575 9/27/2022
2.0.10 548 9/20/2022
2.0.9 526 9/19/2022
2.0.8 586 9/15/2022
2.0.7 598 9/14/2022
2.0.6 528 9/13/2022
2.0.5 517 9/13/2022
2.0.4 526 9/13/2022
2.0.3 559 9/9/2022
2.0.2 525 9/9/2022
2.0.1 536 9/9/2022
1.0.276 652 8/17/2022
1.0.275 501 8/17/2022
1.0.274 808 7/28/2022
1.0.273 641 7/14/2022
1.0.272 545 7/14/2022
1.0.271 539 7/13/2022
1.0.270 580 7/7/2022
1.0.269 541 7/7/2022
1.0.268 690 6/20/2022
1.0.267 576 6/14/2022
1.0.266 591 6/9/2022
1.0.265 629 5/27/2022
1.0.264 602 5/24/2022
1.0.263 580 5/23/2022
1.0.262 618 5/17/2022
1.0.261 560 5/16/2022
1.0.260 561 5/16/2022
1.0.259 623 5/6/2022
1.0.258 541 5/5/2022
1.0.257 537 5/5/2022
1.0.256 575 5/4/2022
1.0.255 583 5/4/2022
1.0.254 607 4/5/2022
1.0.253 575 4/5/2022
1.0.252 581 4/4/2022
1.0.251 586 3/22/2022
1.0.250 627 2/3/2022
1.0.249 615 1/28/2022
1.0.248 584 1/27/2022
1.0.247 588 1/26/2022
1.0.246 588 1/25/2022
1.0.245 612 1/18/2022
1.0.244 564 1/18/2022
1.0.243 596 1/12/2022
1.0.242 436 12/10/2021
1.0.241 429 12/10/2021