NExpect.Matchers.AspNetCore 2.0.125

Prefix Reserved
dotnet add package NExpect.Matchers.AspNetCore --version 2.0.125
                    
NuGet\Install-Package NExpect.Matchers.AspNetCore -Version 2.0.125
                    
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.AspNetCore" Version="2.0.125" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NExpect.Matchers.AspNetCore" Version="2.0.125" />
                    
Directory.Packages.props
<PackageReference Include="NExpect.Matchers.AspNetCore" />
                    
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.AspNetCore --version 2.0.125
                    
#r "nuget: NExpect.Matchers.AspNetCore, 2.0.125"
                    
#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.AspNetCore@2.0.125
                    
#: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.AspNetCore&version=2.0.125
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetCore&version=2.0.125
                    
Install as a Cake Tool

NExpect.Matchers.AspNetCore

This library adds ASP.Net core 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 net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on NExpect.Matchers.AspNetCore:

Repository Stars
fluffynuts/PeanutButter
Tasty, versatile, nutritious; goes with many things in .net.
Version Downloads Last Updated
2.0.125 725 12/4/2025
2.0.124 1,086 10/28/2025
2.0.123 414 9/17/2025
2.0.122 335 9/16/2025
2.0.121 428 9/11/2025
2.0.120 229 9/9/2025
2.0.119 218 8/12/2025
2.0.118 296 8/6/2025
2.0.117 206 7/15/2025
2.0.116 2,544 3/24/2025
2.0.115 838 2/25/2025
2.0.114 223 2/13/2025
2.0.113 183 2/12/2025
2.0.112 178 2/12/2025
2.0.111 474 12/17/2024
2.0.110 291 11/13/2024
2.0.109 198 11/1/2024
2.0.108 304 10/23/2024
2.0.107 190 10/23/2024
2.0.106 199 10/22/2024
Loading failed