NExpect.Matchers.AspNetMvc 2.0.11

Prefix Reserved
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.11
                    
NuGet\Install-Package NExpect.Matchers.AspNetMvc -Version 2.0.11
                    
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.11" />
                    
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.11" />
                    
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.11
                    
#r "nuget: NExpect.Matchers.AspNetMvc, 2.0.11"
                    
#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.11
                    
#: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.11
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetMvc&version=2.0.11
                    
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.125 258 12/4/2025
2.0.124 267 10/28/2025
2.0.123 382 9/17/2025
2.0.122 374 9/16/2025
2.0.121 263 9/11/2025
2.0.120 242 9/9/2025
2.0.119 261 8/12/2025
2.0.118 337 8/6/2025
2.0.117 257 7/15/2025
2.0.116 554 3/24/2025
2.0.115 253 2/25/2025
2.0.114 279 2/13/2025
2.0.113 256 2/12/2025
2.0.112 252 2/12/2025
2.0.111 258 12/17/2024
2.0.110 253 11/13/2024
2.0.109 239 11/1/2024
2.0.108 254 10/23/2024
2.0.107 255 10/23/2024
2.0.11 652 9/27/2022
Loading failed