Ridge is a source generator that creates strongly typed HTTP clients for integration tests. 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.
$ dotnet add package RidgeDotNetNo README available.