NExpect.Matchers.AspNetCore 2.0.30-2306080900.1b126b1

Prefix Reserved
This is a prerelease version of NExpect.Matchers.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NExpect.Matchers.AspNetCore --version 2.0.30-2306080900.1b126b1                
NuGet\Install-Package NExpect.Matchers.AspNetCore -Version 2.0.30-2306080900.1b126b1                
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.30-2306080900.1b126b1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NExpect.Matchers.AspNetCore --version 2.0.30-2306080900.1b126b1                
#r "nuget: NExpect.Matchers.AspNetCore, 2.0.30-2306080900.1b126b1"                
#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.
// Install NExpect.Matchers.AspNetCore as a Cake Addin
#addin nuget:?package=NExpect.Matchers.AspNetCore&version=2.0.30-2306080900.1b126b1&prerelease

// Install NExpect.Matchers.AspNetCore as a Cake Tool
#tool nuget:?package=NExpect.Matchers.AspNetCore&version=2.0.30-2306080900.1b126b1&prerelease                

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 is compatible.  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 was computed.  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 was computed.  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. 
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.115 246 2/25/2025
2.0.114 136 2/13/2025
2.0.113 96 2/12/2025
2.0.112 85 2/12/2025
2.0.111 380 12/17/2024
2.0.110 202 11/13/2024
2.0.109 109 11/1/2024
2.0.108 217 10/23/2024
2.0.107 116 10/23/2024
2.0.106 111 10/22/2024
2.0.105 1,186 9/11/2024
2.0.104 544 8/30/2024
2.0.103 96 8/30/2024
2.0.102 920 6/19/2024
2.0.101 119 6/11/2024
2.0.100 102 6/10/2024
2.0.99 163 6/5/2024
2.0.98 100 6/3/2024
2.0.97 95 6/3/2024
2.0.96 83 6/3/2024
2.0.95 137 5/17/2024
2.0.94 518 5/17/2024
2.0.93 124 5/17/2024
2.0.92 146 4/29/2024
2.0.91 140 4/17/2024
2.0.90 118 4/15/2024
2.0.89 125 4/8/2024
2.0.88 158 4/5/2024
2.0.87 132 4/5/2024
2.0.86 132 4/5/2024
2.0.85 118 4/5/2024
2.0.84 121 4/4/2024
2.0.83 432 4/3/2024
2.0.82 708 4/2/2024
2.0.81 176 3/13/2024
2.0.80 144 3/13/2024 2.0.80 is deprecated.
2.0.79 159 3/11/2024
2.0.78 134 3/5/2024
2.0.77 146 2/27/2024
2.0.76 109 2/26/2024
2.0.75 173 2/22/2024
2.0.74 112 2/22/2024
2.0.73 131 2/19/2024
2.0.72 125 2/15/2024
2.0.71 234 2/13/2024
2.0.70 261 2/13/2024
2.0.69 168 2/7/2024
2.0.68 116 2/6/2024
2.0.67 135 2/5/2024
2.0.66 111 2/2/2024
2.0.65 120 1/30/2024
2.0.64 153 1/18/2024
2.0.63 337 1/15/2024
2.0.62 141 1/12/2024
2.0.61 118 1/12/2024
2.0.60 115 1/10/2024
2.0.59 140 1/9/2024
2.0.58 325 12/13/2023
2.0.57 318 11/28/2023
2.0.56 137 11/28/2023
2.0.55 162 11/17/2023
2.0.54 224 11/17/2023
2.0.53 151 11/17/2023
2.0.52 174 10/30/2023
2.0.51 233 10/26/2023
2.0.50 334 10/12/2023
2.0.49 232 9/28/2023
2.0.48 177 9/22/2023
2.0.47 132 9/21/2023
2.0.46 158 9/20/2023
2.0.45 187 9/14/2023
2.0.44 153 9/14/2023
2.0.43 279 8/25/2023
2.0.42 153 8/25/2023
2.0.42-2308241227.f6c25ee 85 8/24/2023
2.0.42-2308161448.98b76da 82 8/16/2023
2.0.42-2308161446.ec7a107 79 8/16/2023
2.0.42-2308161429.74c00e2 80 8/16/2023
2.0.41 168 8/14/2023
2.0.40 174 8/4/2023
2.0.39 173 8/4/2023
2.0.38 158 8/4/2023
2.0.37 159 8/4/2023
2.0.36 167 8/4/2023
2.0.35 163 8/4/2023
2.0.34 594 6/22/2023
2.0.33 166 6/22/2023
2.0.32 166 6/22/2023
2.0.32-2306151149.332886a 89 6/15/2023
2.0.32-2306151140.93d85dc 93 6/15/2023
2.0.32-2306150947.3b80752 90 6/15/2023
2.0.31 173 6/12/2023
2.0.30 174 6/9/2023
2.0.30-2306091428.6fc0bd3 92 6/9/2023
2.0.30-2306091304.51d4d0b 92 6/9/2023
2.0.30-2306091204.1fe4d76 94 6/9/2023
2.0.30-2306090857.5be3155 91 6/9/2023
2.0.30-2306081701.3a525ef 92 6/8/2023
2.0.30-2306081646.5a15be2 93 6/8/2023
2.0.30-2306081628.68f2d91 93 6/8/2023
2.0.30-2306081611.3c4f19f 90 6/8/2023
2.0.30-2306081557.4fa2105 93 6/8/2023
2.0.30-2306081119.fdddf3b 91 6/8/2023
2.0.30-2306081053.68ba9f2 91 6/8/2023
2.0.30-2306080900.1b126b1 91 6/8/2023
2.0.29 249 5/23/2023
2.0.28 199 5/18/2023
2.0.27 189 5/12/2023
2.0.26 185 5/12/2023
2.0.25 224 4/26/2023
2.0.24 326 2/1/2023
2.0.23 312 1/30/2023
2.0.22 518 1/26/2023
2.0.21 295 1/25/2023
2.0.20 435 1/25/2023
2.0.19 424 11/30/2022
2.0.18 546 11/14/2022
2.0.17 798 10/19/2022
2.0.16 465 10/17/2022
2.0.15 447 10/17/2022
2.0.14 583 10/3/2022
2.0.13 463 10/3/2022
2.0.12 474 10/3/2022
2.0.11 561 9/27/2022
2.0.10 549 9/20/2022
2.0.9 531 9/19/2022
2.0.8 544 9/15/2022
2.0.7 567 9/14/2022
2.0.6 459 9/13/2022
2.0.5 467 9/13/2022
2.0.4 455 9/13/2022
2.0.3 479 9/9/2022
2.0.2 462 9/9/2022
2.0.1 451 9/9/2022
1.0.276 582 8/17/2022
1.0.275 465 8/17/2022
1.0.274 798 7/28/2022
1.0.273 560 7/14/2022
1.0.272 468 7/14/2022
1.0.271 484 7/13/2022
1.0.270 528 7/7/2022
1.0.269 488 7/7/2022
1.0.268 617 6/20/2022
1.0.267 544 6/14/2022
1.0.266 517 6/9/2022
1.0.265 566 5/27/2022
1.0.264 535 5/24/2022
1.0.263 487 5/23/2022
1.0.262 555 5/17/2022
1.0.261 488 5/16/2022
1.0.260 506 5/16/2022
1.0.259 568 5/6/2022
1.0.258 510 5/5/2022
1.0.257 528 5/5/2022
1.0.256 502 5/4/2022
1.0.255 500 5/4/2022
1.0.254 541 4/5/2022
1.0.253 483 4/5/2022
1.0.252 511 4/4/2022
1.0.251 491 3/22/2022
1.0.250 1,457 2/3/2022
1.0.249 528 1/28/2022
1.0.248 555 1/27/2022
1.0.247 534 1/26/2022
1.0.246 532 1/25/2022
1.0.245 541 1/18/2022
1.0.244 517 1/18/2022
1.0.243 539 1/12/2022
1.0.242 380 12/10/2021
1.0.241 378 12/10/2021
1.0.240 369 12/10/2021
1.0.239 373 12/6/2021
1.0.238 361 12/6/2021
1.0.237 350 12/2/2021
1.0.236 366 12/2/2021
1.0.235 331 12/2/2021
1.0.234 346 12/2/2021
1.0.233 401 11/18/2021
1.0.232 355 11/18/2021
1.0.231 388 11/9/2021
1.0.228 410 11/9/2021
1.0.227 405 10/14/2021
1.0.226 431 9/2/2021
1.0.225 427 8/31/2021
1.0.224 401 8/30/2021
1.0.223 434 8/6/2021
1.0.222 439 8/6/2021
1.0.221 458 8/6/2021
1.0.220 447 8/3/2021
1.0.219 495 7/30/2021
1.0.218 425 7/7/2021
1.0.217 382 7/7/2021
1.0.216 448 7/7/2021
1.0.215 441 7/6/2021
1.0.214 509 7/6/2021
1.0.213 458 7/6/2021
1.0.212 404 5/14/2021
1.0.211 422 5/11/2021
1.0.210 435 5/11/2021
1.0.209 390 5/11/2021
1.0.208 395 5/11/2021
1.0.207 428 5/3/2021
1.0.206 443 5/3/2021
1.0.205 441 5/3/2021
1.0.204 437 5/3/2021
1.0.203 406 4/15/2021
1.0.202 436 4/15/2021
1.0.201 432 4/15/2021
1.0.200 426 4/15/2021
1.0.199 410 4/14/2021
1.0.198 450 3/19/2021
1.0.197 442 3/9/2021
1.0.196 442 3/9/2021
1.0.195 431 3/9/2021
1.0.194 459 3/9/2021
1.0.193 464 3/9/2021
1.0.192 486 3/9/2021
1.0.191 458 2/12/2021
1.0.190 518 1/21/2021
1.0.189 491 1/21/2021
1.0.188 466 1/21/2021
1.0.187 460 1/21/2021
1.0.186 528 1/8/2021
1.0.185 485 1/8/2021
1.0.184 471 11/13/2020
1.0.183 477 11/13/2020
1.0.182 517 11/13/2020
1.0.181 566 10/13/2020
1.0.180 585 10/12/2020
1.0.179 570 8/31/2020
1.0.178 551 8/4/2020
1.0.177 539 7/21/2020
1.0.176 551 7/10/2020
1.0.175 549 7/10/2020
1.0.174 576 5/20/2020
1.0.173 554 5/20/2020
1.0.172 563 5/20/2020
1.0.171 612 5/8/2020
1.0.170 594 4/9/2020
1.0.169 592 4/3/2020
1.0.168 560 3/25/2020
1.0.167 620 3/23/2020
1.0.166 594 2/6/2020
1.0.165 638 12/30/2019
1.0.164 642 12/28/2019
1.0.163 551 12/28/2019
1.0.162 633 12/5/2019
1.0.161 590 12/5/2019
1.0.160 611 11/20/2019
1.0.159 658 10/14/2019
1.0.158 598 10/13/2019
1.0.157 623 10/3/2019
1.0.156 624 9/17/2019
1.0.155 624 9/15/2019
1.0.154 646 6/20/2019
1.0.153 639 6/20/2019
1.0.152 701 6/6/2019
1.0.151 688 6/4/2019
1.0.150 666 5/25/2019
1.0.149 681 5/23/2019
1.0.148 688 5/16/2019
1.0.147 682 5/16/2019