Skip to content

[aspnet5] update to asp.net core 1.0#3306

Merged
wing328 merged 2 commits intoswagger-api:masterfrom
jimschubert:aspnet5_.NET_Core_1.0
Jul 7, 2016
Merged

[aspnet5] update to asp.net core 1.0#3306
wing328 merged 2 commits intoswagger-api:masterfrom
jimschubert:aspnet5_.NET_Core_1.0

Conversation

@jimschubert
Copy link
Contributor

This migrates the server generator for aspnet5 from 1.0.0-rc1-final to 1.0.0.

Changes are fairly significant in how Kestrel hosts the application, as well as how Swagger finds XML comments for documentation. Changes are only related to hosting, docker, and configuration.

This should fix #2914 and will probably break #3160.

NOTE: aspnet5 deprecation discussion is accounted for in #3085.

This migrates the server generator for aspnet5 from 1.0.0-rc1-final to
1.0.0.

Changes are fairly significant in how Kestrel hosts the application, as
well as how Swagger finds XML comments for documentation. Changes are
only related to hosting, docker, and configuration.
@jimschubert
Copy link
Contributor Author

To test, if you haven't installed 1.0.0 yet, you'll need to first remove 1.0.0-rc1. The two can't coexist and doesn't cleanly update.

@wing328
Copy link
Contributor

wing328 commented Jul 7, 2016

@jimschubert thanks for the upgrade note. PR merged.

@wing328 wing328 merged commit b997dd1 into swagger-api:master Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment