Info
Version: | 2.0.2 |
Author(s): | Michal Motyčka |
Last Update: | Monday, November 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Melchy/Ridge |
NuGet Url: | https://www.nuget.org/packages/RidgeDotNet |
Install
Install-Package RidgeDotNet
dotnet add package RidgeDotNet
paket add RidgeDotNet
RidgeDotNet Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.2.1)
- Castle.Core.AsyncInterceptor(>= 1.7.0)
- CommonExtensionMethods(>= 1.1.1)
- FluentReflections(>= 1.3.3)
- JetBrains.Annotations(>= 2020.3.0)
- JsonNet.ContractResolvers(>= 1.1.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.RazorPages(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
- System.Text.Json(>= 4.7.2)
Tags
HTTP clients generated by Ridge require WebApplicationFactory.
The use of `WebApplicationFactory` allows Ridge to access internal components of ASP.NET
and analyze them.
This significantly improves route generation and allows implicit support of areas, routing without
attributes, and so on.