-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump NSwag and Swashbuckle package versions #12950
Conversation
- current and next versions - will need to bump versions again to pick up latest Microsoft-provided features
- lots of renames and type changes (especially `string` -> `Uri`) in NSwag - Swashbuckle now relies on Microsoft.OpenApi.Models - disable OpenAPI doc generation in other .NET Core 2.0 project
- NSwag and Swashbuckle now use common `Startup` namespaces such as Microsoft.AspNetCore.Builder nit: sort `using`s
@@ -13,7 +13,7 @@ This article highlights the most significant changes in ASP.NET Core 2.2, with l | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I'm not updating the markdown headers because the changes primarily address nits.
Move solution file into samples folder
@@ -5,6 +5,12 @@ | |||
<ProjectUISubcaption>NSwag - ASP.NET Core 2.0</ProjectUISubcaption> | |||
</PropertyGroup> | |||
|
|||
<!-- <snippet_NoDocumentGeneration> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to import this snippet in the doc and say something about it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prep for when our partner's packages support the doc gen feature and enabling / disabling it with this switch. I just happened to be testing w/ locally-build partner packages. So, no import yet.
@@ -5,6 +5,12 @@ | |||
<ProjectUISubcaption>Swashbuckle - ASP.NET Core 2.0</ProjectUISubcaption> | |||
</PropertyGroup> | |||
|
|||
<!-- <snippet_NoDocumentGeneration> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another snippet that you probably meant to import into the doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, another bit of prep
Thank you for the PR, @dougbu! |
nits: