Commit Graph

2836 Commits (1b57ed0619e62f4607c82b9839891dcd06a43450)

Author SHA1 Message Date
Rick Anderson 1b57ed0619
Update scaffold-identity.md 2018-06-01 18:49:31 -10:00
Luke Latham f350475938
2.1 Sample Updates (Round 5) (#6803) 2018-06-01 22:36:04 -05:00
Gordon Hogenson 5d544297f9 Remove H1 here because it's in the include (#6800) 2018-06-01 13:33:59 -10:00
Luke Latham a1b473ab4d
Enforce HTTPS update (#6793) 2018-06-01 17:18:56 -05:00
Rick Anderson a789013900
Update rp-over-mvc.md (#6777) 2018-06-01 07:24:39 -10:00
David Henley ba4e49159a Fixed structure of 2.1 apps with Razor Pages (#6779)
* Fixed structure of 2.1 apps with Razor Pages

Added Shared Folder

* Updates
2018-06-01 09:20:43 -05:00
Thossen 31e3e35643 Create new folder instructions (#6782)
Create new folder in addition to move file
2018-06-01 14:32:38 +02:00
Thossen 80d52698e2 Filename (#6781)
Filename added
2018-06-01 14:00:45 +02:00
Marcel Kirchhoff c6a7a5b5c9 Fixed typo (#6780) 2018-06-01 05:27:49 -05:00
David Henley 78e9811d93 Fixed duplicate title (#6778) 2018-05-31 23:00:32 -05:00
Edward Brey a9542fafe8 Fix link to metapackage (#6775)
The link in the note that was supposed to be to the new metapackage was instead to the same page that contained the note.
2018-05-31 20:47:34 -05:00
Scott Addie 06d5f6cfb5
Fix Swashbuckle tutorial for 1.x apps (#6761)
Addresses https://github.com/aspnet/Docs/issues/6686 (still need to address deployment concerns)
Addresses https://github.com/aspnet/Docs/issues/5495

**Changes**
- Update 2.1 sample app from RC1 to RTM
- Simplify sample app download link markup

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-1.1&branch=pr-en-us-6761#add-and-configure-swagger-middleware)
2018-05-31 20:32:30 -05:00
Rick Anderson d5676673d9
Test PR (#6774) 2018-05-31 15:17:24 -10:00
Luke Latham 2c93f15b02
2.1 Sample Updates (Round 4) (#6771) 2018-05-31 20:03:31 -05:00
Luke Latham ff68090f60
Drop unessential pages (#6773) 2018-05-31 19:50:18 -05:00
Luke Latham 06ba1dd13a
2.1 Sample Updates (Round 3) (#6768) 2018-05-31 18:36:48 -05:00
Ben McCallum 11850f946a Fixing title to align with heading (#6767) 2018-05-31 18:31:00 -05:00
Luke Latham 26267a687d
Move env var config down in Generic Host sample (#6766) 2018-05-31 17:33:39 -05:00
Luke Latham a1099a2937
Surface how to use multiple auth providers (#6650) 2018-05-31 16:37:58 -05:00
Luke Latham 0bb30ec6e5
Generic Host updates (#6751) 2018-05-31 15:59:44 -05:00
Scott Addie 20f3b60901
Update dotnet watch doc for 2.1 (#6756)
Fixes https://github.com/aspnet/Docs/issues/6681

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-2.1&branch=pr-en-us-6756)
2018-05-31 15:09:51 -05:00
Luke Latham 79a435fef3
Revert OpenIddict description change (#6759) 2018-05-31 14:41:46 -05:00
jconrey 54ae79bf79 rewording for clarity (#6754) 2018-05-31 08:54:03 -10:00
Scott Addie 52c49c924d
Update sample apps to 2.1 RTM (#6752)
Addresses https://github.com/aspnet/Docs/issues/5495

Updates 2 web API samples and a Partial Tag Helper sample from 2.1 RC1 to 2.1 RTM.
2018-05-31 13:24:21 -05:00
Rick Anderson 1e23521665
Update da2.md 2018-05-31 07:39:42 -10:00
Scott Addie e840d54c51 Change .NET Core SDK version text when 2.1 is selected (#6748) 2018-05-31 07:29:56 -10:00
Rick Anderson eed4555989
Update working-with-sql.md (#6747)
* Update working-with-sql.md

* Update working-with-sql.md
2018-05-31 07:22:49 -10:00
Scott Addie 01479fd0f0
Change UE to EU in GDPR reference text (#6745) 2018-05-31 11:57:40 -05:00
Luke Latham a9bbe63135
2.1 Sample updates (Round 2) (#6713) 2018-05-31 11:01:29 -05:00
Caro Caserio 8043826adc C19394: Missing hyperlink due to incorrect structure (#6741)
Hello, @rick-anderson,

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

 Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR  then share your PR number so we can confirm and close this PR.

Many thanks in advance.

When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-31 10:13:40 -05:00
Luke Latham 6fc9fd5823 2.1 Sample updates (Round 1) (#6709)
Addresses #5495 

* This one takes care of the topics in the *fundamentals/host* TOC area, including its three samples.
* All samples verified working with 2.1 RTM bits. 🎉

Ignore the three build warnings. They're fixed on https://github.com/aspnet/Docs/pull/6712.
2018-05-31 09:54:44 -05:00
Luke Latham 1faaf0e1b4 Update Azure Apps extension install instructions (#6735)
Fixes #6726 

[Internal Review Topic](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/azure-apps/index?view=aspnetcore-1.0&branch=pr-en-us-6735)

Thanks to @yooakim for pointing out this problem with the topic.
2018-05-31 09:49:51 -05:00
Luke Latham 1ef602b23c Update RunConsoleAsync example (#6737) 2018-05-31 09:47:40 -05:00
Luke Latham 64035933b6 Pub to Azure with CLI updates (#6715)
@scottaddie I didn't see your additional comments on #6694 until after I merged it. This makes the updates you requested and a few more. However, I don't have time for a very through review/update of this topic right now. I'm 🏃 😅 work'in those samps forward.
2018-05-31 09:46:45 -05:00
Pete King eac1b590bb Update gdpr.md (#6730)
I believe you mean, "EU" and not "UE".
2018-05-31 09:39:03 -05:00
Ben Rinehart b0f3106021 Update scaffold-identity.md (#6740)
When creating a new PR, please do the following and delete this template text:
Small syntax change.
* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-31 09:23:18 -05:00
Rick Anderson 783c91708a
Update intro to MVC to 2.1 (#6708)
* WIP: Update intro to MVC to 2.1

* WIP: Update intro to MVC to 2.1

* work

* SQL

* controller methods

* validation

* details and delete

* clean up

* clean up
2018-05-30 20:01:13 -10:00
Rick Anderson f1ff366e2d
Update page1.md (#6723) 2018-05-30 19:53:45 -10:00
Rick Anderson 4fb17bfe28
Update da1.md (#6719) 2018-05-30 19:38:54 -10:00
Rick Anderson 6ebd649f20
Update da2.md 2018-05-30 16:06:52 -10:00
Michael DePouw a714b78098 minor [ApiController] grammar fix (#6707) 2018-05-30 14:01:20 -10:00
Luke Latham cdbe0275d5
Repair Enforcing SSL topic moniker range (#6712) 2018-05-30 18:16:08 -05:00
Rick Anderson 1cf20df333
remove RC (#6704)
* remove RC

* Update get-started.md
2018-05-30 11:32:45 -10:00
Scott Addie 3660e49601
Remove RC1 text from 2.1 SDK download link (#6703)
Addresses https://github.com/aspnet/Docs/issues/6700

Now that 2.1 has released, the RC1 text should be removed from the download link.
2018-05-30 15:33:12 -05:00
Luke Latham 8aa1b0815c
Use 'webapp' alias for RP template (#6694) 2018-05-30 14:48:08 -05:00
Brendan Enrick 6ec799e30f Fixed typo - "rivacy" to "Privacy" (#6699)
When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-05-30 14:04:40 -05:00
Scott Addie 51ddab89ba
UE edit of 2.1 Whats new doc (#6697)
Fixes https://github.com/aspnet/Docs/issues/6696
2018-05-30 13:43:50 -05:00
Rick Anderson 5a827d6d4f
fix movie (#6695) 2018-05-30 08:19:33 -10:00
Rick Anderson 335b8f845f
Update RP intro to 2.1 (#6562)
* WIP: Update RP intro to 2.1

* work

* work

* wrk

* wrk

* wrk

* wrk

* wrk

* work

* work

* Scaffolded Razor Pages  PART 3

* Scaffolded Razor Pages  PART 3

* localDB

* localDB

* localDB

* work

* work

* work

* validation

* clean up

* clean up

* clean up

* clean up

* clean up

* clean up

* work
2018-05-30 07:54:53 -10:00
Rick Anderson eeec3ba2d5
Update net-core-prereqs-windows.md (#6637)
* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md

* Update net-core-prereqs-windows.md
2018-05-30 07:44:40 -10:00