Commit Graph

226 Commits (ca1e5fba4ee38af67c902bdd5af6365770639bdf)

Author SHA1 Message Date
Scott Addie 55f0638c56
2.2 updates to web API doc (#9303)
Fixes https://github.com/aspnet/Docs/issues/9298

**Summary of Changes**
* Display the "Problem details" section for 2.2+ only
* Restore the missing `Startup.ConfigureServices` code snippets
* Genericize the compat flag language
* Use the `ConfigureApiBehaviorOptions` method for the 2.2 doc
* Add content for `[assembly: ApiController]` in the 2.2 doc
* Expand upon default response type returned for 400 status codes
* Added a solution file for the sample app to improve usability
* A quick UE pass

**Internal Review Pages**
* [2.2](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.2#problem-details-responses-for-error-status-codes)
* [2.1](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.1#problem-details-responses-for-error-status-codes)
* [2.0](https://review.docs.microsoft.com/en-us/aspnet/core/web-api/?branch=pr-en-us-9303&view=aspnetcore-2.0#problem-details-responses-for-error-status-codes)
2018-10-30 13:01:52 -05:00
Rick Anderson 8f07f68dcc
Update adding_view2.md (#9302) 2018-10-29 15:04:10 -10:00
Dave Brock 93186d9c3d Model fixes for VS Code document (#9266)
Fixes #8897 (this error tip was instructions for VS, not VS Code)
Fixes #8896 (no longer needed; see my comment in the issue)
Fixes #8766 (updates to document resolve this issue)
Fixes #8466 
Fixes #7232 
Fixes #7233
2018-10-29 15:03:45 -10:00
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -10:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Sean Killeen c42c6770cc Update sample to reflect .NET Core 2.1 out of the box (#9260)
* Update sample to reflect .NET Core 2.1 out of the box

In support of https://github.com/aspnet/Docs/issues/8558

* Update line highlights for 2.1 sample

* Update _Layout21.cshtml
2018-10-26 17:38:48 -10:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Dave Brock f5e391e6de Added DI link (#9208)
* Added DI link

* Updating based on Addie's comments

* Link fix
2018-10-25 10:34:53 -05:00
Dave Brock 00260436ce Search enhancements (#9101)
* casing fixes

* image refresh

* updates for #8000

* Update search3.md
2018-10-18 13:40:26 -10:00
Rick Anderson 0c33186a9a
Add version selector image for older versions (#9046)
* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions

* Add version selector image for older versions
2018-10-15 16:37:23 -10:00
Dave Brock fe3712ffc7 casing fixes (#9004)
Sorry for all the commits/reverts on the #8038 issue - I had my changes accidentally in the branch for another change and didn't want to leave it there.

Fixes #8038
2018-10-15 09:16:49 -10:00
EthanR c0c168784b Update benefits.md (#8968) 2018-10-11 06:06:15 -05:00
Dominik Raniszewski 123b4f49d3 Removing emphasis from the last paragraph (#8924) 2018-10-09 10:57:28 -05:00
Rick Anderson f0bd9cedb1
Update choose-aspnet-framework.md (#8730)
* Update choose-aspnet-framework.md

* Update choose-aspnet-framework.md

* update choose between

* update choose between

* update choose between

* fix

* fix

* fix

* react to feedback

* Update choose-aspnet-framework.md
2018-10-04 15:25:35 -10:00
Jimmy Bogard 08c1ed8940 Corrected download link for Visual Studio (#8841) 2018-10-04 08:48:48 -05:00
Dave Brock 5e190547ea Cosmetic changes for multiple files (#8764)
As I was preparing to rewrite a Razor Pages topic, I came across some minor cosmetic things while running through the Razor Pages tutorial. Since they were a bunch of little things, I thought I would group it into one request. As I'm fairly new at this, if you would like me to do it a different way in the future, just let me know.

Changes of note (all others were cosmetic and not worth discussing):
* `aspnetcore/includes/RP/razor-pages-start.md`: Moved description of `_ViewStart.cshtml` after `_ViewImports.cshtml` because that is how it is displayed in Visual Studio. Also added a short description of the `Privacy` page.
* `aspnetcore/tutorials/razor-pages/model/_static/conan.png`: Updated screenshot to contain `ReleaseDate` label and not `Release Date.` The display annotation is not discussed until later in the tutorial.
* `...als/razor-pages/razor-pages-start/sample/RazorPagesMovie21/Data/RazorPagesMovieContext.cs`: Removed unused usings and also removed the unnecessary FQNs. Same for the other code samples in this pull request.

Fixes #7252
2018-10-01 11:51:52 -10:00
Haryz Izzudin 124e035f10 Content fixes for ASP.NET Core Getting Started page (#8779)
Fixes #8776.
2018-10-01 13:12:20 -05:00
Rick Anderson 2e8dac2ca4
Update next.md (#8740)
* Update next.md

* Update next.md
2018-09-28 15:32:48 -10:00
Mark Rendle 911120b884 Add note on scaffolding all Identity UI pages from CLI (#8752) 2018-09-28 15:29:52 -10:00
Dave Brock 8dd70094bd Fixing typo. (#8725) 2018-09-26 15:41:47 -10:00
Dave Brock cf5a94c7b2 Added corrected screenshot. (#8727) 2018-09-26 15:41:20 -10:00
Luke Latham e5ed43144a
Remove webapp alias notice (#8629) 2018-09-19 23:03:52 -05:00
Luke Latham 190c62af0c Add blank lines around versioning lines (#8548)
Fixes #8540 

Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
Jason Card d0958db8ef Adding blank lines around ::: moniker (#8539)
@Rick-Anderson cc @nokura 
Adding blank lines around ::: moniker to fix layout issue for localized live pages.
2018-09-14 12:33:36 -07:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Tom Dykstra f6d4595ba1
Add DotNetCliToolReference for scaffolding to CLI RP tutorial (#8403) 2018-09-05 10:47:05 -07:00
Nikolai Vavilov ad3088f6ee Update validation.md (#8380) 2018-09-01 08:34:01 -05:00
Scott Addie b22bb01eb5
Add LibMan CLI doc (#8260)
* Add LibMan CLI doc

* Add missing --verbosity option

* More edits

* Add Arguments sections

* Move provider names to an include

* Rearrange options

* Verbiage tweaks

* Shorten verbiage

* Fix code snippet include

* Show command to uninstall filesystem library

* Verbiage tweak

* Verbiage tweaks

* React to feedback

* pre-release --> prerelease

* Add output for help command

* Address horizontal scrolling in help output

* Add libman init screenshot

* React to feedback

* Fix folder path

* Final tweaks
2018-08-30 14:20:06 -05:00
Rick Anderson cbbec13299
Update F7.md 2018-08-22 15:17:24 -07:00
Rick Anderson 5680ab839e
Doc F7 (#8226)
* Doc F7

* Doc F7

* Doc F7

* Doc F7
2018-08-22 14:52:05 -07:00
Scott Addie 4467d7e957
Describe object graph binding for user secrets (#8128)
Fixes https://github.com/aspnet/Docs/issues/7201
Fixes https://github.com/aspnet/Docs/issues/8096

**Internal Review Pages**
* [1.1+](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.1&tabs=linux&branch=pr-en-us-8128#map-secrets-to-a-poco)
* [1.0](https://review.docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-1.0&tabs=linux&branch=pr-en-us-8128#map-secrets-to-a-poco)
2018-08-17 11:31:27 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Rick Anderson 0db247d72f
Explain why you can't delete all items (#8090)
* Explain why you can't delete all items

* Update getTodoItems.md
2018-08-14 18:17:03 -07:00
Rick Anderson 30c029eb02
Update Intro to Identity to 2.1 (#7930)
* WIP:Update Intro to Identity to 2.1

* work

* work

* work

* work

* work

* work

* work

* minor corrections

* more typos

* react to feedback
2018-08-08 10:55:37 -07:00
Rick Anderson 8913adc8a6
PowerShell escapes ; (#7974) 2018-08-06 19:35:47 -06:00
Luke Latham d34c1259e7
Fix link (#7968) 2018-08-06 09:24:47 -05:00
Rick Anderson 65782303dc
Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml (#7905)
* Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml

* Pages/_Layout.cshtml to Pages/Shared/_Layout.cshtml
2018-07-31 18:29:21 -06:00
Nick Walker d3f8f459c8 Update webapp-alias-notice.md (#7882)
* Update webapp-alias-notice.md

The original note specified "2.1", which wasn't specific enough (I had 2.1.200 and wondered why it wasn't working). This generalizes things, moves the most important part to the front and changes the download link to the .NET Core download home page instead of the version list.

If you want to keep the link pointed at the version list, I suggest https://www.microsoft.com/net/download/dotnet-core/2.1. The current link points directly to a specific version that is already out of date.

* Verbiage tweaks
2018-07-31 10:18:16 -05:00
Rick Anderson 1ae17d3e43
Recommend RP over MVC (#7690) 2018-07-19 10:12:14 -06:00
Rick Anderson 65145f4eb5
Update razor.md (#7605)
* Update razor.md

* Update razor.md

* Update razor.md
2018-07-14 10:34:35 -06:00
Luke Latham 2059dd8b41
Add CRLF to the last line of MD topics (#7509) 2018-07-08 21:48:10 -05:00
Luke Latham 29c790942b
Update net-core-prereqs-windows.md (#7465) 2018-07-05 10:29:07 -05:00
Luke Latham 7c8ed8115b
Update prereq include (#7454) 2018-07-05 10:11:38 -05:00
Scott Addie a1b872ee65
Add tutorial explaining SignalR with Webpack and TypeScript (#7285)
Fixes https://github.com/aspnet/Docs/issues/6965

Extends a contribution from @ssougnez into a full tutorial.

[Internal Review Page](https://review.docs.microsoft.com/aspnet/core/tutorials/signalr-typescript-webpack?view=aspnetcore-2.1&branch=pr-en-us-7285)
2018-06-29 12:17:28 -05:00
Rick Anderson e1c77e229b
Update rp-over-mvc-21.md 2018-06-29 10:04:33 -07:00
Rick Anderson f86835bc08
Depricate EF/MVC (#7362)
* Depricate EF/MVC

* work

* work

* work
2018-06-28 15:18:11 -07:00
Rick Anderson 2f7615e4ef
EF-RP Migrations update to 2.1 (#7313)
* EF-RP Migrations update to 2.1

* work

* work

* work

* work
2018-06-26 18:47:12 -07:00
João Santos Reis 2d63a9597c Update adding_view2.md (#7281)
Corrected highlighted lines.
2018-06-25 16:16:30 -07:00
Luke Latham 397f2d1933 Fix tutorial titles and inlcudes
Updates
2018-06-25 09:32:03 -05:00