Commit Graph

2789 Commits (5a827d6d4f7cf8bd579c8e13c1cdfeef03f0618c)

Author SHA1 Message Date
Rachel Appel 1afa74c559
remove browserlink; update sample (#6532) 2018-05-22 16:49:08 +01:00
nopara73 f567d0328e Fix format (#6513) 2018-05-21 22:57:23 -05:00
Luke Latham f01da69c80
Add extension overload note to change the display name (#6504) 2018-05-21 14:36:42 -05:00
Scott Addie dcb9629777
Merge pull request #6488 from aspnet/scottaddie/usersecrets-access-patch
Add note about AddUserSecrets in 2.x
2018-05-21 09:39:58 -05:00
Luke Latham ea764e1dd9
Add TH links to TOC (#6508) 2018-05-21 09:36:00 -05:00
Luke Latham d95fa4b7e4
Repair broken link (#6512) 2018-05-21 07:49:21 -05:00
Scott Addie 8594f2be8e Add note about AddUserSecrets in 2.x 2018-05-18 15:01:17 -05:00
Rick Anderson ae2499d47f
Update model.md (#6485)
* Update model.md

* Update model.md
2018-05-18 09:28:07 -10:00
Luke Latham 8e8824e0d2 Link ConfigureServices text to app startup content (#6480) 2018-05-18 07:24:37 -10:00
Luke Latham 57e676a702
Remove Samples (uppercase) folder (#6479) 2018-05-18 10:35:48 -05:00
Scott Addie 28c33483a9
UE edit of Razor file compilation doc (#6464)
* UE edit of Razor file compilation doc

* More edits

* Include .NET Framework csproj file

* More edits

* Apply more versioning moniker changes

* More cleanup
2018-05-18 10:08:48 -05:00
Luke Latham 876849285c
Change sample folder casing (#6475) 2018-05-18 10:06:43 -05:00
Michael DePouw 4c8ea3b7e4 Add reference to RequireAssertion() (#6473) 2018-05-18 09:57:26 -05:00
Scott Addie 7d10c9d88b
Add Internet Explorer note to Windows web API tutorial (#6466)
* Add note regarding IE download of JSON output

* Change verbiage
2018-05-17 16:34:09 -05:00
Scott Addie 979a70c830
Add OS tabs to user secrets doc (#6460)
* Add OS tabs to user secrets doc

* Add commas

* Indent tabbed content

* Add line breaks
2018-05-17 11:21:33 -05:00
Ben Gribaudo e19046df13 Clarifying TempData cookie encryption (#6446)
* Clarifying TempData cookie encryption

Current wording suggests the possibilty that `Base64UrlTextEncoder` is both encoding and encrypting `TempData`'s cookie data. Clarifying that encryption is handled by a different (and more appropriate) class.

* Removing a "the"

* Minor edits
2018-05-17 10:39:42 -05:00
Rick Anderson a717cc215e
Update metapackage-app.md (#6455) 2018-05-16 19:30:44 -10:00
Rick Anderson 9bd16dc3d7
Update scaffold-identity.md (#6454)
* Update scaffold-identity.md

* Update scaffold-identity.md

* Update scaffold-identity.md
2018-05-16 15:39:48 -10:00
Scott Addie 8d6d49eb3b Update user secrets doc to 2.x (#6373)
* Update user secrets doc to 2.x

* Introduce another section for adding secrets

* More changes

* More changes

* Add CLI output

* Document more CLI command options

* Add installation note about .NET Core SDK 2.1

* More changes

* Indent code snippets within tabs

* Dedent code snippets

* Add code sample for AddEnvironmentVariables

* Fix code import

* Move text

* Improve examples

* Consolidate csproj files

* Add string replacement section

* Fix code snippet types

* Minor tweaks

* More changes

* Swap ordering of sections

* Move help command out of tabs

* Simplify installation instructions

* Indent command

* Simplification

* More simplification

* React to feedback
2018-05-16 13:33:38 -10:00
Rick Anderson 5fb06ed4fd
Update toc.md (#6449) 2018-05-16 13:30:02 -10:00
Rick Anderson 370d6b8e03
Update id-scaffold-dlg-auth.md (#6452) 2018-05-16 13:29:16 -10:00
Rick Anderson 9b7a1fa89f
Update scaffold-identity.md (#6450) 2018-05-16 13:25:54 -10:00
Rick Anderson 06ef373551
Identity Scaffolder (#6201)
* Identity Scaffolder

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-05-16 13:12:09 -10:00
Luke Latham ff8cbbf31c Add HTTPS setup instructions for IIS Dev scenario (#6415)
* Add HTTPS setup instructions for IIS Dev scenario

Updates

Updates

* Cross-link to Enforcing SSL topic

* React to feedback
2018-05-16 16:10:00 -05:00
Luke Latham 7c30c9bdf7
Host updates (Generic Host topic) (#6428) 2018-05-16 16:09:24 -05:00
Rick Anderson 584c2838d5
partial warning (#6435)
* partial warning

* partial warning

* Update troubleshoot.md
2018-05-16 08:25:13 -10:00
Rick Anderson d2bd6f2049
Add M.A.App to TOC (#6432)
* Add M.A.App to TOC

* Add M.A.App to TOC
2018-05-15 18:38:32 -10:00
Rick Anderson 694784c90c
Microsoft.AspNetCore.App metapackage (#6069)
* Microsoft.AspNetCore.App metapackage

* work

* work

* version number

* work

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2018-05-15 18:06:28 -10:00
wooleyra 4a6c13dd8a Capitalize search string 'Ghost' in URL segment (#6421)
Since the searching method in SQLite is case-sensative, the example should pass the search string in the correct case.
2018-05-14 18:17:22 -10:00
Rick Anderson 8e628b423c
Update read-related-data.md (#6413) 2018-05-14 16:28:59 -10:00
CodeNotFound d3814fe891 Those methods are not defined at the Hub class (#6397)
* Those methods are not defined at the Hub class

The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :

| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group  |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections  |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method  |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |

So I think it might good to move all those methods description to the first table whic talk about `Clients` property.

* Update hubs.md

Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
2018-05-14 21:48:58 +01:00
Caro Caserio 019872914a CC56109: Extra spaces to avoid loc issues (#6409)
* CC56109: Extra spaces to avoid loc issues 

Hello, @Rick-Anderson,

This proposed file change comes from https://github.com/aspnet/Docs.ja-jp/pull/29/files. 
Could you review this contribution and help to merge if agreed?

Many thanks in advance.

* Update model2.md

* Remove extra space
2018-05-14 12:46:29 -05:00
CodeNotFound fbe07fe9ab Update Index.cshtml (#6390) 2018-05-14 17:36:58 +01:00
Luke Latham 7d9b750349 Quote appid param values (#6406) 2018-05-14 09:34:12 -05:00
Joseph Garrone 16012c7621 Add missing quotation mark to ssl binding command (#6403) 2018-05-14 07:05:53 -05:00
Luke Latham ddd7928c57 Update image (#6393) 2018-05-12 14:00:12 -10:00
user135711 52eccf2ff1 fix null ptr (#6396) 2018-05-12 13:59:25 -10:00
Rick Anderson 059bbc60f7
replace tdykstra with rick-anderson (#6395) 2018-05-12 13:55:26 -10:00
Scott Addie 8d723932c2 Simplify 2.1 metapackage reference (#6389) 2018-05-12 07:56:38 -10:00
BusyCoding a32fbb4351 EF Migrations vs. Swashbuckle (#6380)
* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.

* Update Startup.cs

This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.
2018-05-12 08:19:20 -05:00
Pranav K 2d616b9bd3 Update view-compilation.md (#6379)
* Update view-compilation.md

* Update view-compilation.md (#6381)
2018-05-11 15:48:26 -10:00
Rick Anderson 16f10606c8
Update index.md (#6378) 2018-05-11 15:01:30 -10:00
Rick Anderson 5b4de4e991
Update localization.md (#6374) 2018-05-11 14:21:05 -10:00
Rick Anderson 7a2b517b72
Update preview to RC1 (#6375)
* remove preview

* rc
2018-05-11 14:03:53 -10:00
user135711 1774c842bf Fix property accessor (#6369)
* Fix Np Completeness resolution and reference passing instead of primitive and strange variable assignment.

* Fix constructor description

* Update change-tokens.md

* Update change-tokens.md
2018-05-11 18:49:34 -05:00
user135711 807d643840 Delete Self link (#6372)
Links to self
2018-05-11 15:54:27 -05:00
user135711 82534d5b7b typo (#6371) 2018-05-11 15:51:27 -05:00
Luke Latham 3388c6f5bc
Angle bracket patch in Hosting topic (#6368) 2018-05-11 12:49:27 -05:00
reyou 9949ced35a string interpolation added. (#6364) 2018-05-11 12:01:34 -05:00
Scott Addie 9e866b8908
UE edit 2018-05-11 11:18:22 -05:00
Scott Addie b1301a092c
Add ASP.NET 4.x WebHooks app model to table (#6363) 2018-05-11 10:41:01 -05:00
Luke Latham 49e38929e5
Revert tab controls (#6350) 2018-05-10 19:58:40 -05:00
Scott Addie 8f31d5a632
Add example of retrieving session value from view (#6345) 2018-05-10 19:44:37 -05:00
Luke Latham 0f0cd06321
Update libuv references in Kestrel docs (#6184) 2018-05-10 16:11:56 -05:00
Scott Addie 442c91ac19
UE edit of Get Started doc (#6332)
* Fix Markdownlint warnings and add include

* Convert title to sentence case

* Fix invalid moniker range
2018-05-10 11:40:06 -05:00
Mike Rousos 178a00c696 Microsoft.AspNetCore.Mvc.WebApiCompatShim docs (#6280)
* Add a section on `Microsoft.AspNetCore.Mvc.WebApiCompatShim` to Web API migration docs

* WebAPIcompatShim minor edits

* Minor tweaks
2018-05-10 11:01:32 -05:00
Rachel Appel aeaad9941e
fix code highlight;add addtl links (#6329) 2018-05-10 13:18:47 +01:00
Rick Anderson 2e6e0d84db
Update dependency-injection.md (#6324)
* Update dependency-injection.md

* Update dependency-injection.md
2018-05-09 13:56:20 -10:00
Scott Addie 31be69874d Add sample app download links to help page tutorials (#6319) 2018-05-09 11:25:09 -10:00
Scott Addie 891f4f93f9 Add Publish to Azure link to SignalR index page (#6318) 2018-05-09 21:48:08 +01:00
Luke Latham 7139c4fd31
Document ViewData-backed properties (#6148) 2018-05-09 15:05:43 -05:00
Scott Addie 99b4ad3d1c
Update Swagger tutorials for 2.1 (#6193)
* Update Swagger tutorials for 2.1

* Improve PMC instructions

* Verbiage tweaks

* Fix code highlighting in NSwag tutorial

* Remove unnecessary screenshots

* Apply 2.1 moniker to Swashbuckle tutorial

* Replace line numbers with region name

* NSwag 2.1 sample app updates

* Update Data annotations section of NSwag doc

* Add tip to NSwag doc

* Minor tweaks

* NSwag doc updates

* Fix API ref links

* Add section for adding API info

* Add sentence to Customize section

* Convert H2 heading to H3

* React to feedback
2018-05-09 14:54:24 -05:00
Scott Addie d05ede2aef
Fix incorrect method name reference (#6317) 2018-05-09 14:51:05 -05:00
Scott Addie 5331a0b962
Add link to ActionResult<T> API ref (#6315) 2018-05-09 14:01:57 -05:00
Scott Addie 5bc8ba8b55
Link to ApiControllerAttribute API ref (#6313) 2018-05-09 13:42:41 -05:00
Rick Anderson 14506d8a3b
Update view-components.md (#6284) 2018-05-09 08:40:55 -10:00
Rick Anderson a259ca5f05
Required (#6294)
* Required

* Required

* Required

* Required

* Required

* Update index.md
2018-05-09 08:00:16 -10:00
Rick Anderson 9cf30af1c0
Update validation.md (#6311) 2018-05-09 07:56:45 -10:00
Rachel Appel daceeca6d9
code highlight numbers change (#6307) 2018-05-09 16:01:51 +01:00
Lars Wilhelmsen 62ecb370d1 Correction: ConfigurationBuilder -> Configuration in comment (#6302)
* Correction: ConfigurationBuilder -> Configuration in comment

Fixed the comment

* Correct spelling mistake
2018-05-09 09:57:16 -05:00
user135711 dba37d09f0 typo (#6296)
* typo

* Quick UE pass
2018-05-09 09:44:44 -05:00
Steve Gordon 1d228dd46c Updating HttpClientFactory sample project to use RC1 bits (#6298) 2018-05-09 09:19:01 -05:00
Rachel Appel de83620e4c
fix highlights (#6304) 2018-05-09 13:57:56 +01:00
Simon Cropp afd3176f6d add link to Microsoft.AspNetCore.TestHost nuget (#6291) 2018-05-08 22:53:13 -05:00
Rick Anderson dd0081eab2
Secure user data sample help (#6289) 2018-05-08 16:40:58 -10:00
damienbod 9fb4d84b60 link fix for line 38 => services.AddSignalR(); (#6282) 2018-05-09 00:29:49 +01:00
Rick Anderson cf522ea706
Update razor.md (#6286) 2018-05-08 10:16:57 -10:00
Joakim Carselind 6e6892af83 Escape environment values service files (#6279) 2018-05-08 13:13:29 -05:00
Scott Addie 2ea94bf898
Upgrade Partial Tag Helper sample app to 2.1 RC1 (#6276) 2018-05-08 08:51:14 -05:00
Scott Addie 6e8e06c7c0
Web API tutorial 2.1 versioning cleanup (#6271)
* Web API tutorial 2.1 versioning cleanup

* Upgrade metapackage to 2.1 RC1

* Expand upon explanation of JSON

* Update dates in metadata
2018-05-08 08:25:08 -05:00
Scott Addie 75dbd52aa5
remove 2.1 preview notice include 2018-05-08 07:37:26 -05:00
user135711 cf25bdf210 missing db vscode api (#6266) 2018-05-08 07:12:42 -05:00
Rick Anderson 88ec2d7c84
Remaing includes (#6263) 2018-05-07 13:45:26 -10:00
Rick Anderson 25eb2d52c6
Update 2.1-SDK.md (#6257) 2018-05-07 12:38:30 -10:00
Rick Anderson 1ab1a48874
remove not for production (#6256)
* remove not for production

* 2.1 preview notice removal patch (#6258)
2018-05-07 12:35:47 -10:00
Rick Anderson c6d4e834cd
apply monikers (#6251)
* apply monikers

* apply monikers

* apply monikers

* apply monikers
2018-05-07 10:25:07 -10:00
Mike Rousos 8609b22061 IAuthorizationPolicyProvider documentation (#6185)
* Initial IAuthorizationPolicyProvider documentation

* Fix links to use xref pattern

* Adjust some phrasing to use more second-person perspective, more active voice, and less future tense

(as suggested by https://github.com/dotnet/docs/blob/master/styleguide/voice-tone.md)

* A few more readability/style tweaks

* Update iauthorizationpolicyprovider.md

* Update iauthorizationpolicyprovider.md

* A few tweaks based on PR feedback

* Readability improvements based on PR feedback

* Include external policy providers as a reason for using `IAuthorizatonPolicyProvider`
2018-05-07 10:09:51 -10:00
Luke Latham 4cf3968c7b Fix API ref (#6253) 2018-05-07 09:25:54 -10:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Luke Latham bcdf04f096 Move and rename topic (#6229) 2018-05-07 08:53:40 -10:00
Luke Latham cfff3e1a30 Broken CoreCompat API links (#6209)
* Revert CoreCompat API links

* Fix double backticks
2018-05-07 08:53:22 -10:00
user135711 44cd96cefa wrong api link (#6240)
The extension method in the sample app is different from the linked api page. I was trying to figure something unrelated out, and got confused. Strangely, the same thing occurs in another above link (https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.options.iconfigureoptions-1) which is the wrong api but I didn't fix it because the autogenerated api doesn't have the correct extension method where it should [be] (https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.optionsservicecollectionextensions.configure?view=aspnetcore-2.0&viewFallbackFrom=aspnetcore-2.1#Microsoft_Extensions_DependencyInjection_OptionsServiceCollectionExtensions_Configure__1_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_Action___0__)
2018-05-07 08:52:21 -10:00
Luke Latham 5cb8e8d44f Fix typos (#6250)
* Fix typos

* Touch-up

* Update
2018-05-07 08:49:38 -10:00
Rick Anderson 67bb5a4991
NO SDK (#6203)
* NO SDK

* NO SDK

* NO SDK

* NO SDK
2018-05-07 07:54:15 -10:00
Rick Anderson 2e955bc7fa
Update facebook-logins.md (#6232)
* Update facebook-logins.md

* Update facebook-logins.md
2018-05-07 07:53:29 -10:00
user135711 620ebaa3bd typo (#6238) 2018-05-07 08:12:04 -05:00
user135711 1776d59a1a typo (#6237) 2018-05-07 08:11:33 -05:00
user135711 de6b6785c5 typo (#6236) 2018-05-07 08:11:10 -05:00
Rick Anderson cf87093ebf
ID missing (#6198)
* ID missing

* ID missing
2018-05-05 08:30:06 -10:00
Rick Anderson ff14d2c4fd
Update enforcing-ssl.md (#6223) 2018-05-04 14:34:43 -10:00