NExpect.Matchers.AspNetCore 2.0.128

Prefix Reserved
dotnet add package NExpect.Matchers.AspNetCore --version 2.0.128
                    
NuGet\Install-Package NExpect.Matchers.AspNetCore -Version 2.0.128
                    
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.128" />
                    
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.128" />
                    
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.128
                    
#r "nuget: NExpect.Matchers.AspNetCore, 2.0.128"
                    
#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.128
                    
#: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.128
                    
Install as a Cake Addin
#tool nuget:?package=NExpect.Matchers.AspNetCore&version=2.0.128
                    
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.128 120 7/30/2026
2.0.127 110 7/28/2026
2.0.126 240 6/11/2026
2.0.125 2,031 12/4/2025
2.0.124 1,119 10/28/2025
2.0.123 445 9/17/2025
2.0.122 357 9/16/2025
2.0.121 459 9/11/2025
2.0.120 259 9/9/2025
2.0.119 249 8/12/2025
2.0.118 326 8/6/2025
2.0.117 232 7/15/2025
2.0.116 2,573 3/24/2025
2.0.115 1,194 2/25/2025
2.0.114 252 2/13/2025
2.0.113 215 2/12/2025
2.0.112 209 2/12/2025
2.0.111 502 12/17/2024
2.0.110 318 11/13/2024
2.0.109 225 11/1/2024
Loading failed