dotnet add package NSwag.AspNetCore --version 12.0.20
Current working directory: DatingApp.Api
| { | |
| "env": { | |
| "browser": true, | |
| "es6": true | |
| }, | |
| "extends": ["plugin:react/recommended", "airbnb"], | |
| "globals": { | |
| "Atomics": "readonly", | |
| "SharedArrayBuffer": "readonly" | |
| }, |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using Hangfire.Annotations; | |
| using Hangfire.Dashboard; | |
| using Microsoft.AspNetCore.Http; | |
| namespace MyApp.ScheduledTask | |
| { |
| { | |
| "runtime": "NetCore21", | |
| "defaultVariables": "Configuration=Debug", | |
| "swaggerGenerator": { | |
| "fromSwagger": { | |
| "url": "http://localhost:5000/swagger/v1/swagger.json", | |
| "output": null | |
| } | |
| }, | |
| "codeGenerators": { |
| {"lastUpload":"2020-04-13T17:47:20.709Z","extensionVersion":"v3.4.3"} |