NExpect.Matchers.AspNetMvc 2.0.124

Prefix Reserved
dotnet add package NExpect.Matchers.AspNetMvc --version 2.0.124
                    
NuGet\Install-Package NExpect.Matchers.AspNetMvc -Version 2.0.124
                    
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.124" />
                    
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.124" />
                    
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.124
                    
#r "nuget: NExpect.Matchers.AspNetMvc, 2.0.124"
                    
#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.124
                    
#: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.124
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetMvc&version=2.0.124
                    
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.124 179 10/28/2025
2.0.123 309 9/17/2025
2.0.122 307 9/16/2025
2.0.121 193 9/11/2025
2.0.120 176 9/9/2025
2.0.119 198 8/12/2025
2.0.118 272 8/6/2025
2.0.117 195 7/15/2025
2.0.116 486 3/24/2025
2.0.115 183 2/25/2025
2.0.114 204 2/13/2025
2.0.113 186 2/12/2025
2.0.112 179 2/12/2025
2.0.111 186 12/17/2024
2.0.110 185 11/13/2024
2.0.109 172 11/1/2024
2.0.108 187 10/23/2024
2.0.107 188 10/23/2024
2.0.106 173 10/22/2024
2.0.105 206 9/11/2024
2.0.104 196 8/30/2024
2.0.103 194 8/30/2024
2.0.102 208 6/19/2024
2.0.101 182 6/11/2024
2.0.100 179 6/10/2024
2.0.99 195 6/5/2024
2.0.98 188 6/3/2024
2.0.97 168 6/3/2024
2.0.96 168 6/3/2024
2.0.95 188 5/17/2024
2.0.94 195 5/17/2024
2.0.93 211 5/17/2024
2.0.92 188 4/29/2024
2.0.91 209 4/17/2024
2.0.90 202 4/15/2024
2.0.89 210 4/8/2024
2.0.88 189 4/5/2024
2.0.87 194 4/5/2024
2.0.86 203 4/5/2024
2.0.85 202 4/5/2024
2.0.84 197 4/4/2024
2.0.83 197 4/3/2024
2.0.82 189 4/2/2024
2.0.81 209 3/13/2024
2.0.80 210 3/13/2024
2.0.79 217 3/11/2024
2.0.78 205 3/5/2024
2.0.77 214 2/27/2024
2.0.76 199 2/26/2024
2.0.75 199 2/22/2024
2.0.74 202 2/22/2024
2.0.73 193 2/19/2024
2.0.72 202 2/15/2024
2.0.71 198 2/13/2024
2.0.70 185 2/13/2024
2.0.69 211 2/7/2024
2.0.68 199 2/6/2024
2.0.67 198 2/5/2024
2.0.66 196 2/2/2024
2.0.65 190 1/30/2024
2.0.64 205 1/18/2024
2.0.63 206 1/15/2024
2.0.62 192 1/12/2024
2.0.61 181 1/12/2024
2.0.60 185 1/10/2024
2.0.59 204 1/9/2024
2.0.58 248 12/13/2023
2.0.57 188 11/28/2023
2.0.56 165 11/28/2023
2.0.55 179 11/17/2023
2.0.54 177 11/17/2023
2.0.53 163 11/17/2023
2.0.52 194 10/30/2023
2.0.51 196 10/26/2023
2.0.50 226 10/12/2023
2.0.49 181 9/28/2023
2.0.48 189 9/22/2023
2.0.47 171 9/21/2023
2.0.46 192 9/20/2023
2.0.45 212 9/14/2023
2.0.44 190 9/14/2023
2.0.43 240 8/25/2023
2.0.42 210 8/25/2023
2.0.42-2308241227.f6c25ee 117 8/24/2023
2.0.42-2308161448.98b76da 119 8/16/2023
2.0.42-2308161446.ec7a107 119 8/16/2023
2.0.42-2308161429.74c00e2 120 8/16/2023
2.0.41 262 8/14/2023
2.0.40 235 8/4/2023
2.0.39 235 8/4/2023
2.0.38 252 8/4/2023
2.0.37 239 8/4/2023
2.0.36 252 8/4/2023
2.0.35 230 8/4/2023
2.0.34 289 6/22/2023
2.0.33 263 6/22/2023
2.0.32 237 6/22/2023
2.0.32-2306151149.332886a 144 6/15/2023
2.0.32-2306151140.93d85dc 142 6/15/2023
2.0.32-2306150947.3b80752 153 6/15/2023
2.0.31 287 6/12/2023
2.0.30 251 6/9/2023
2.0.30-2306091428.6fc0bd3 151 6/9/2023
2.0.30-2306091304.51d4d0b 145 6/9/2023
2.0.30-2306091204.1fe4d76 150 6/9/2023
2.0.30-2306090857.5be3155 148 6/9/2023
2.0.30-2306081701.3a525ef 149 6/8/2023
2.0.30-2306081646.5a15be2 149 6/8/2023
2.0.30-2306081628.68f2d91 143 6/8/2023
2.0.30-2306081611.3c4f19f 144 6/8/2023
2.0.30-2306081557.4fa2105 149 6/8/2023
2.0.30-2306081119.fdddf3b 144 6/8/2023
2.0.30-2306081053.68ba9f2 156 6/8/2023
2.0.30-2306080900.1b126b1 147 6/8/2023
2.0.29 257 5/23/2023
2.0.28 292 5/18/2023
2.0.27 279 5/12/2023
2.0.26 267 5/12/2023
2.0.25 326 4/26/2023
2.0.24 477 2/1/2023
2.0.23 439 1/30/2023
2.0.22 400 1/26/2023
2.0.21 409 1/25/2023
2.0.20 402 1/25/2023
2.0.19 450 11/30/2022
2.0.18 616 11/14/2022
2.0.17 746 10/19/2022
2.0.16 545 10/17/2022
2.0.15 509 10/17/2022
2.0.14 620 10/3/2022
2.0.13 538 10/3/2022
2.0.12 576 10/3/2022
2.0.11 616 9/27/2022
2.0.10 579 9/20/2022
2.0.9 571 9/19/2022
2.0.8 635 9/15/2022
2.0.7 645 9/14/2022
2.0.6 572 9/13/2022
2.0.5 554 9/13/2022
2.0.4 571 9/13/2022
2.0.3 602 9/9/2022
2.0.2 557 9/9/2022
2.0.1 579 9/9/2022
1.0.276 687 8/17/2022
1.0.275 546 8/17/2022
1.0.274 842 7/28/2022
1.0.273 676 7/14/2022
1.0.272 592 7/14/2022
1.0.271 571 7/13/2022
1.0.270 626 7/7/2022
1.0.269 587 7/7/2022
1.0.268 729 6/20/2022
1.0.267 615 6/14/2022
1.0.266 636 6/9/2022
1.0.265 664 5/27/2022
1.0.264 636 5/24/2022
1.0.263 627 5/23/2022
1.0.262 654 5/17/2022
1.0.261 605 5/16/2022
1.0.260 606 5/16/2022
1.0.259 656 5/6/2022
1.0.258 585 5/5/2022
1.0.257 570 5/5/2022
1.0.256 608 5/4/2022
1.0.255 629 5/4/2022
1.0.254 651 4/5/2022
1.0.253 626 4/5/2022
1.0.252 631 4/4/2022
1.0.251 633 3/22/2022
1.0.250 665 2/3/2022
1.0.249 665 1/28/2022
1.0.248 620 1/27/2022
1.0.247 636 1/26/2022
1.0.246 639 1/25/2022
1.0.245 661 1/18/2022
1.0.244 602 1/18/2022
1.0.243 647 1/12/2022
1.0.242 487 12/10/2021
1.0.241 472 12/10/2021