Commit Graph

6014 Commits (9f6a146c149ab828305bd3dd69abd363347e4830)

Author SHA1 Message Date
Rick Anderson f6023cd3e2
WIP:TOTP (#7330) 2018-06-28 10:54:30 -07:00
Rachel Appel 0971076d55
version differences (#7304)
* version differences

* andrew feedback

* andrew feedback

* Minor tweaks
2018-06-28 12:28:38 -04:00
Luke Latham eb3e84b02b
Enhance shared runtime content in migration topic (#7350) 2018-06-28 11:03:37 -05:00
Mike McFarland d698d150e0 Fixed invalid variable name in generic host snippet (#7347)
Snippet `ConfigureAppConfiguration` in the generic host fundamental page was referencing an invalid variable name in the context of the scope. Updated to use the correct variable name.
2018-06-28 09:53:49 -05:00
Luke Latham ab71044a40
Correct spelling (#7349) 2018-06-28 08:18:08 -05:00
Rick Anderson 21c856626e
Update index.md (#7335)
* Update index.md

* Update index.md

* Minor tweaks to Razor Pages layout PR (#7338)
2018-06-27 19:33:57 -07:00
Owen Chapman 7d1ecff70c Update connectionString for SQL 2014 or later (#7334)
connectionString currently leads to a SQL error 50: "Local Database Runtime error occurred. Cannot create an automatic instance" when trying to access the local database. Proposed fix taken from accepted StackOverflow answer here:
https://stackoverflow.com/a/26267373/8133586
2018-06-27 15:23:50 -07:00
Jean-Marc Prieur c9d457c650 Jmprieur/update aad (#7333)
Fixes the inversion between the 2 videos referenced in the changed index.md file (they basically were swapped with respect to the bullet point they were applying to)

cc;@Rick-Anderson
2018-06-27 17:01:36 -05:00
Scott Addie baad2922ff
Remove metadata fields which were relocated to docfx.json (#7340)
* Remove metadata fields which were relocated to docfx.json

* Add index.md entries to docfx.json

* Update ms.technology value for index.md
2018-06-27 16:55:56 -05:00
Luke Latham c463823011
Add AI SDK trace logging wiki link to Logging (#7321) 2018-06-27 12:57:04 -05:00
Mauricio de los Santos 66916c2ed3 L25985: Adding space between !INCLUDE and [] (#7331)
Hello, @rick-anderson,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.  
"INCLUDE syntax is incorrect. There should be a space before title bracket."
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.
2018-06-27 09:07:58 -07:00
Rick Anderson 6b08128c6f
Update customize_identity_model.md (#7329) 2018-06-27 08:55:20 -07:00
Luke Latham 11c266b525 Update property validation descriptions (#7323) 2018-06-27 08:08:43 -07:00
Miroslav Popovic b3366bba2b Fix a typo in service container registration sample (#7324) 2018-06-27 08:28:18 -05:00
Miroslav Popovic 04f7493738 Fix another typo in text for IApplicationLifetime interface (#7325) 2018-06-27 08:26:23 -05:00
Rick Anderson fd8305fed6
move Identity customize (#7314) 2018-06-26 18:47:31 -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
Luke Latham 4ced417e0f
Update PerfView link (#7315) 2018-06-26 19:47:14 -05:00
Arthur Vickers f0a629621d Document the Entity Framework Identity model (#7288)
* Document the Entity Framework Identity model

Documenst the Entity Framework Core model used by ASP.NET Core Identity and includes guidance on customizing the model.

* Metadata updates

* Update customize_identity_model.md (#7301)

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md

* Update customize_identity_model.md
2018-06-26 16:30:15 -07:00
Scott Addie caf17c7e69
Convert Prerequisites heading to H2 2018-06-26 14:46:21 -05:00
Rick Anderson 7e0f5ee1ca
EF-RP to 2.1 (#7163)
* WIP:EF-RP to 2.1

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD

* CRUD

* CRUD

* CRUD

* CRUD

* wrk

* wrk

* wrk

* wrk

* wrk

* wrk
2018-06-26 12:12:43 -07:00
Rick Anderson cd6c4df4d3
Update Migration doc for Identity (#7082)
* Update Migration doc for Identity

* work

* work

* fix merge conflict
2018-06-26 11:46:12 -07:00
Andrew Stanton-Nurse f3c89a1e54 Configuration: Pass #3 (#7199)
As discussed https://github.com/aspnet/Docs/pull/7031#issuecomment-398875299 I made some changes and decided to just open a new PR to get things cleared up.

[Internal Review URL](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-2.1&branch=pr-en-us-7199)
2018-06-25 22:13:28 -05:00
Luke Latham 19731862dd
Fix warning in Simple authorization topic (#7290) 2018-06-25 19:56:24 -05:00
João Santos Reis 2d63a9597c Update adding_view2.md (#7281)
Corrected highlighted lines.
2018-06-25 16:16:30 -07:00
Zack "zunderscore" Williamson baee5de296 Simple grammar fix (#7287)
Removed an extra verb so that sentence now reads "The `Genre` field is no longer nullable" instead of "The `Genre` field is are no longer nullable"
2018-06-25 16:13:14 -07:00
Luke Latham a04a213efd Move config comment to separate line (#7282)
Fixes #7278 

We already have this in https://docs.microsoft.com/aspnet/core/host-and-deploy/linux-apache#create-the-service-file

Thanks @FrancescoBonizzi for reporting the issue.
2018-06-25 14:03:12 -05:00
Rick Anderson d682a0bac7
Explain DbContext in RP intro (#7259)
* Explain DbContext in RP intro

* work

* work

* work

* Razor Pages DbContext patch (#7280)

* Razor Pages DbContext patch

* Remove querystring from API ref link
2018-06-25 08:32:42 -07:00
arglgruml 3cfe3e1814 Changes "logs" to be lower-case everywhere (#7276) 2018-06-25 09:55:21 -05:00
Rachel Appel 9748372107 Code and prose are same for VS and vscode now (#7271)
* made code and prose same for VS and vscode

* update the download sample link
2018-06-25 09:42:25 -05:00
Scott Addie 37e7732491
Merge pull request #7277 from aspnet/guardrex/titlefix
Fix tutorial titles and inlcudes
2018-06-25 09:41:59 -05:00
Luke Latham 397f2d1933 Fix tutorial titles and inlcudes
Updates
2018-06-25 09:32:03 -05:00
Mauricio de los Santos 166686e69e C26454: escaping URL to display it as text (#7270) 2018-06-25 09:12:55 -05:00
Mauricio de los Santos e39f0fb6ee C26449: escaping URL to display it as text (#7274) 2018-06-25 09:00:34 -05:00
Mauricio de los Santos 1e18ab4651 C26450: URL format modified (#7273) 2018-06-25 08:56:56 -05:00
Mauricio de los Santos f39a5a3ecd C26453: escaping URL to display it as text (#7272) 2018-06-25 08:56:06 -05:00
Luke Latham 6d2c6fed29
Delete lingering script (#7266) 2018-06-24 13:11:25 -05:00
Simon 5c9f59da20 Update responseType attribute (#7264) 2018-06-24 10:33:02 -05:00
Rick Anderson 9ffac8d54f
Update model.md (#7249) 2018-06-22 13:13:05 -07:00
Wally S 05c8d3b536 fix typo (#7250)
Fixes typo in documentation.
2018-06-22 15:00:11 -05:00
Scott Addie aceef5b2f9
Update ASP.NET Core SignalR sample apps to implicit 2.1 RTM packagerefs (#7244)
Fixes https://github.com/aspnet/Docs/issues/7239
2018-06-22 13:41:59 -05:00
Jack Franklin Perry, Jr 73ce00711d Update AccessDenied.cshtml (#7247)
It was just missing the @ in the <h1> tag for the title.
2018-06-22 13:34:43 -05:00
Scott Addie 4bad6f3978
Update web API sample apps to 2.1 RTM implicit packageref (#7245)
Addresses https://github.com/aspnet/Docs/issues/7239
2018-06-22 12:52:25 -05:00
Scott Addie d9e0e596a7
Update IHttpClientFactory sample app to 2.1 RTM (#7243)
* Update IHttpClientFactory sample app to 2.1 RTM

* Add API ref link

* Update date
2018-06-22 11:49:10 -05:00
Nick Kotov 2aa982e164 SignalR stream sample fix. Link to sample updated in related article. (#7237)
- Fixed sample for SignalR stream usage.
- Link to this code sample updated as well, because of 404 error when opening it from aspnetcore/signalr/streaming.md
2018-06-22 10:08:23 -05:00
Luke Latham abf707ed00
Move INCLUDES file (#7223) 2018-06-21 19:30:21 -05:00
davidich 241e75df8e Update routing.md (#6825)
* Update routing.md

Routing won't work with an example provided in that doc. Change '/Products/5' to '/en-US/Products/5'

* Minor verbiage tweaks
2018-06-21 15:22:37 -07:00
Michael DePouw 13e4763809 move the policy id (#6565)
https://github.com/MicrosoftDocs/azure-docs/pull/7207

>Being that p is a custom parameter, it fits better in the URL then the query parameters. It is a more "standards compliant" way.
2018-06-21 15:52:55 -05:00
Isaac Levin 1e85257faf Document limitations of updating the Identity schema when targeting SQLite #1210 (#7080)
Document limitations of updating the Identity schema when targeting SQLite

Added note include to be placed on Identity pages that may use SQLite as datastore


  Fixes #1210
2018-06-21 15:51:34 -05:00
Scott Addie 4b6d590bf1
Remove nonexistent branch from publish config (#7216)
The "aspnetmigration" branch doesn't exist, so this section of the publish config should be deleted.
2018-06-21 15:37:05 -05:00