mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
455ba9d839
Things to work on: Gaps: * Missing swagger definition functionality: - defaultResponse - examples - auth - consumes - produces - nickname - externalDocs - imports - security - schema * Resolve allParams/hasMore issue with headerParams * Create functional test project stub * Resolve all issues with value type return values In this commit: * Initial cross-platform ASP.NET 5 API server * Hook up swagger gen via Swashbuckle and xml comment * Build script (*nix) in project root * Dockerfile for container deployment
8 lines
134 B
JSON
8 lines
134 B
JSON
{
|
|
"projects": [ "src", "." ],
|
|
"sdk": {
|
|
"version": "1.0.0-rc1-final",
|
|
"runtime": "coreclr",
|
|
"architecture": "x64"
|
|
}
|
|
} |