Menu

Post image 1
Post image 2
Post image 3
Post image 4
1 / 4
0

Scalar Setup ASP.NET Core Web API

DEV Community·Sharad Aade·about 1 month ago
#1vzH0lnB
Reading 0:00
15s threshold

Step - 1 Install NuGet Package Step - 2 Add Code in - Properties/launchSettings.json "launchBrowser": true, "launchUrl": "scalar", Step - 3 Add Code in Program.cs file if (app.Environment.IsDevelopment()) { app.MapOpenApi(); app.MapScalarApiReference(); }…

Anonymous readers can preview up to 1024 characters here. Log in to unlock the full article once ingest succeeds.
Read More