Skip to content
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

Merged
merged 9 commits into from
Jun 21, 2019
Merged

Conversation

dougbu
Copy link
Member

@dougbu dougbu commented Jun 19, 2019

nits:

  • update NSwag URLs to current GitHub location
  • add solution for web-api-help-pages-using-swagger projects
  • remove unused namespaces

dougbu added 5 commits June 19, 2019 11:16
- 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
@dougbu dougbu requested review from danroth27 and scottaddie June 19, 2019 18:35
@@ -13,7 +13,7 @@ This article highlights the most significant changes in ASP.NET Core 2.2, with l

Copy link
Member Author

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.

@@ -5,6 +5,12 @@
<ProjectUISubcaption>NSwag - ASP.NET Core 2.0</ProjectUISubcaption>
</PropertyGroup>

<!-- <snippet_NoDocumentGeneration> -->
Copy link
Member

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?

Copy link
Member Author

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> -->
Copy link
Member

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.

Copy link
Member Author

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

@scottaddie scottaddie merged commit 7c22abe into master Jun 21, 2019
@delete-merged-branch delete-merged-branch bot deleted the dougbu/service.reference branch June 21, 2019 20:27
@scottaddie
Copy link
Member

Thank you for the PR, @dougbu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants