Commit Graph

5682 Commits (9843a855cfbecf3ec01ce7e01af2111624ff95e9)

Author SHA1 Message Date
Jaydeep Karena bc67c5a6c6 removed a non working link (#6457) 2018-05-17 07:27:25 -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
Caro Caserio d00c2d37a7 C13511: Incorrect ~~~ placed (#6426) 2018-05-15 11:25:53 -05: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
Alfred Myers 371b27fc19 Updated link from MSDN to docs (#6419) 2018-05-14 19:22:39 -05: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