Files
openapi-generator/samples/server/petstore/aspnet5/src/IO.Swagger/wwwroot
Jim Schubert 455ba9d839 [aspnet] Initial implementation of ASP.NET 5 server
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
2016-02-02 22:28:27 -05:00
..

Welcome to ASP.NET 5 Preview

We've made some big updates in this release, so its important that you spend a few minutes to learn whats new.

ASP.NET 5 has been rearchitected to make it lean and composable. It's fully open source and available on GitHub. Your new project automatically takes advantage of modern client-side utilities like Bower and npm (to add client-side libraries) and Gulp (for client-side build and automation tasks).

We hope you enjoy the new capabilities in ASP.NET 5 and Visual Studio 2015. The ASP.NET Team

You've created a new ASP.NET 5 project. Learn what's new

This application consists of:

  • Sample pages using ASP.NET MVC 6
  • Gulp and Bower for managing client-side resources
  • Theming using Bootstrap

NEW CONCEPTS

CUSTOMIZE APP

DEPLOY

We would love to hear your feedback