-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Add docs for api conventions and analyzers #9453
Conversation
title: Using web API analyzers | ||
author: pranavkm | ||
description: Learn about analyzers in Microsoft.AspNetCore.Mvc.Api.Analyzers | ||
ms.author: pranavkm |
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.
Add the following metadata above this line, so that the doc is only available for ASP.NET Core 2.2+:
monikerRange: '>= aspnetcore-2.2'
aspnetcore/web-api/advanced/index.md
Outdated
@@ -11,3 +11,5 @@ uid: web-api/advanced/index | |||
|
|||
* [Custom formatters](xref:web-api/advanced/custom-formatters) | |||
* [Format response data](xref:web-api/advanced/formatting) | |||
* [Web api Conventions](xref:web-api/api-conventions) |
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.
@tdykstra Shouldn't this file be deleted?
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.
Yes, deleted and redirected, I missed it earlier.
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.
Thanks, Tom. I'll take care of that right now.
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.
@pranavkm I deleted this file in another PR. You may want to rebase your branch on top of master.
🆙 📅 |
3fba852
to
c98c41a
Compare
@scottaddie 🆙 📅 |
@scottaddie is this ready to merge? What's needed? |
@Rick-Anderson I have one last build warning to resolve, and then this is ready. |
* Edit pass on 2.2 API docs * Resolve build warning
Thank you for the help with this, @pranavkm! |
Fixes #8332
Internal Review Pages