Commit Graph

5571 Commits (0d724b5c7bdde35fd686d6a30e27d2726dd56991)

Author SHA1 Message Date
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
Dustan Vodvarka e2cca22b41 Updated examining-the-details-and-delete-methods.md (#6316)
* Updated examining-the-details-and-delete-methods.md 

examining-the-details-and-delete-methods.md has an extra '.' and the formatting for back tics '`' was incorrect

* Adjust backticks
2018-05-09 14:23:35 -05:00
Scott Addie 5331a0b962
Add link to ActionResult<T> API ref (#6315) 2018-05-09 14:01:57 -05:00
Dustan Vodvarka e41257ca51 Updated adding-validation.md with proper spaces (#6314)
There are several links that do not have a space between the displayed text and the word that precedes the link.
2018-05-09 13:59:26 -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