Commit Graph

6348 Commits (c8a99a1fef945f8b8def4e84b71ebca9f88a084a)

Author SHA1 Message Date
Rick Anderson c8a99a1fef
Update index.md (#8561)
Fixes #8556
2018-09-16 09:12:56 -10:00
user135711 7d23bb76f7 fixed link not rendered (#8551)
A non standard parenthesis was inserted on the left parenthesis of the link I added likely due to one of the foreign keyboards I use being activated when I entered it.
2018-09-15 08:45:16 -10:00
Eduardo Cogo da Rocha d4aa7adb05 View components in ASP.NET Core (#8549) 2018-09-15 12:09:40 -05:00
Scott Addie 82985cac18
Add new ASP.NET issue templates (#8543)
Following in the footsteps of the dotnet/docs repo. Add 2 distinct issue templates: one for doc requests and one for actual doc issues. These templates apply to both ASP.NET 4.x and ASP.NET Core.
2018-09-14 16:42:09 -05:00
Jason Card d0958db8ef Adding blank lines around ::: moniker (#8539)
@Rick-Anderson cc @nokura 
Adding blank lines around ::: moniker to fix layout issue for localized live pages.
2018-09-14 12:33:36 -07:00
Jason Card bdc589cf39
Adding line breaks
Hi @Rick-Anderson, cc @nokura 
Could you please help to review this PR and help to merge live?
I've added line breaks before moniker and code snippets as they are not rendered correctly for localized live pages.
2018-09-14 10:36:57 -07:00
Luke Latham 45b378e907
Partial views topic update (#8493) 2018-09-14 11:25:55 -05:00
chinaniit f7793c2b0d Update index.md (#8532)
Changed "client- and server-side" to "client-side and server-side"

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-09-14 10:51:53 -05:00
Rick Anderson c993428091
Update secure-data.md (#8525)
Fixes #8502
2018-09-13 19:27:11 -07:00
Callen Barton c07e6f1c0a Updated steps to create sample application. (#8517) 2018-09-13 12:10:09 -05:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Gordon Hogenson 306962c85d Update visual-studio-tools-for-docker.md with link to /visualstudio/containers hub page (#8511)
Add link to new containers hub page.
2018-09-13 09:35:08 -05:00
user135711 2fe9b9b6b4 Missing link (#8515)
One more missing link
2018-09-13 09:29:11 -05:00
Kevin Griffin 61fdb712c6 Implements #8505 Hub<T> section for signalr/hubs.md (#8508)
Fixes #8505 

Added the section to signalr/hubs.md for Hub<T>.  Added a refactored version of `ChatHub` to use an interface instead of `SendAsync`.  

Any feedback is greatly appreciated!  My first PR to docs!
2018-09-13 09:24:03 -05:00
Gordon Hogenson 953dae11d0 Add info about build configuration-specific docker-compose overrides (#8507)
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/visual-studio-tools-for-docker?view=aspnetcore-2.1&branch=pr-en-us-8507#docker-compose)
2018-09-12 15:35:39 -05:00
Rick Anderson 4a0afccffe
Identity Scaffolder bug fix (#8458)
Fixes #8435 
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.1&branch=pr-en-us-8458&tabs=visual-studio)
[AddDefaultIdentity and AddIdentity](https://review.docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-2.1&branch=pr-en-us-8458&tabs=visual-studio#adddefaultidentity-and-addidentity)
2018-09-12 11:45:39 -07:00
Tom Dykstra 049936f33a
Add section for Closed event in SignalR .NET Client doc (#8497) 2018-09-12 10:25:12 -07:00
Rick Anderson 00bab87fde
Update scaffold-identity.md (#8499)
* Update scaffold-identity.md

* Update scaffold-identity.md
2018-09-11 21:06:07 -07:00
Rick Anderson a715ad4442
fix old bower (#8500) 2018-09-11 20:50:10 -07:00
Tom Dykstra 8035ff6e76
Add Context section to signalr/hubs.md (#8486) 2018-09-11 17:10:04 -07:00
Rick Anderson a09f423d5e
Update secure-data.md (#8487)
Fixes #8474
@gaazkam @smariussorin @C-BERBER please review
2018-09-11 15:21:34 -07:00
Tom Dykstra 29e363873e
AddJsonHubProtocol --> AddJsonProtocol (#8492) 2018-09-11 09:15:44 -07:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Rick Anderson 5e419398cf
Update dotnet-client.md (#8472)
* Update dotnet-client.md

remove double send
Remove `you` when it doesn't add clarity. You aren't sending/receiving, the client is. It's more clear without you.

* simplify intro
2018-09-10 18:39:13 -07:00
Scott Addie cb89acac6d
Replace VSTS with Azure Pipelines (#8485)
Addresses one final piece of feedback in https://github.com/aspnet/Docs/pull/8479
2018-09-10 15:12:15 -05:00
Doug Erickson [MSFT] 2682da14f0 rebrand changes for 9/5 (#8479)
[Azure Lifecycle eBook Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/azure/devops/?view=aspnetcore-2.1&branch=pr-en-us-8479)
2018-09-10 15:03:00 -05:00
Scott Addie cafe4fd922
Fix SignalR .NET client sample app (#8481)
* Fix SignalR .NET client sample app

* Adjust line numbers in associated doc

* Fix HintPaths

* Convert packages.config to PackageReferences

* Add launchSettings.json to ensure same port WPF app expects is used
2018-09-10 14:40:03 -05:00
Keyur 7e5399ce45 Added 'Scaleout differences' section (#8469)
Addresses https://github.com/aspnet/Docs/issues/7814

Saw this in one of the comments. So thought of adding it.

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/version-differences?view=aspnetcore-2.1&branch=pr-en-us-8469#scaleout-differences)
2018-09-10 13:52:39 -05:00
Andrew Stanton-Nurse 10f4d96f93 Fix sample snippet by adding async (#8480)
Noticed that this sample snippet doesn't have the `async` keyword or return a task in the middleware func, so it won't compile as-is. Added `async` since it's the easiest way to do this.
2018-09-10 12:22:25 -05:00
David Fowler dd507467f9
Fixed code sample (#8475)
Fixed code to retrieve the IHubContext from middleware
2018-09-10 07:28:11 -07:00
Joel Rodrigues d10fb0f151 Fixed port number (#8470) 2018-09-08 20:53:19 -05:00
Tom Dykstra 324443fc55
IP safelist - add Razor Pages filter to overview (#8452) 2018-09-07 13:51:19 -07:00
Scott Addie 329eabef95
Dedent code snippet to fix display (#8455)
Fixes https://github.com/aspnet/Docs/issues/8454
2018-09-07 15:44:03 -05:00
Scott Addie d385036170
Address Markdownlint warnings in RCL doc (#8453)
Fixes https://github.com/aspnet/Docs/issues/8451

Also addressed some other Markdownlint warnings while I was in there.
2018-09-07 13:30:36 -05:00
Luke Latham 21ff93de57
Update IP address format with note (#8449) 2018-09-07 12:26:20 -05:00
Cam Soper f64c0ce92b
Coverupdate (#8448)
DevOps book cover update
2018-09-07 11:42:48 -05:00
Luke Latham 2ddfa7c217
ConfigureKestrel updates (#8384) 2018-09-07 11:24:42 -05:00
Luke Latham 9955cd8c00
KnownProxies/Networks enhancements (#8432) 2018-09-06 15:14:02 -05:00
BrennanConroy 3cc9e7b5f0 Add note about changing KeepAliveInterval (#8404)
* Add note about changing KeepAliveInterval

https://github.com/aspnet/SignalR/issues/2905

* Update configuration.md

slight rewording.

* Verbiage tweak on SignalR Config doc's ServerTimeout setting
2018-09-06 15:03:15 -05:00
Luke Latham 04cdb602af
CORS topic updates (#8420) 2018-09-06 14:58:47 -05:00
Luke Latham 7ca977b256 Link to supported OSes (#8423)
Fixes #8421
2018-09-06 14:57:36 -05:00
Tom Dykstra 731208564d
IP safelist article (#8388) 2018-09-06 12:45:14 -07:00
Luke Latham 23d59d00dc
Change extensibility example (#8426) 2018-09-06 14:39:47 -05:00
Rick Anderson b626ecf411
order matters in adding services (#8437)
Fixes #8427
2018-09-06 12:37:33 -07:00
Luke Latham 89071cf0fb
App startup topic updates (#8422) 2018-09-06 14:09:51 -05:00
Mikael Mengistu 448b927ad9 SignalR Java Client Doc (#8314)
Fixes: https://github.com/aspnet/Docs/issues/8256

Just starting a PR for this. It's still early

[Internal Review Link](https://review.docs.microsoft.com/en-us/aspnet/core/signalr/java-client?view=aspnetcore-2.2&branch=pr-en-us-8314)
2018-09-06 09:57:58 -05:00
Luke Latham 131960ad98
Update EF extensions file name+location (#8425) 2018-09-06 09:52:08 -05:00
Luke Latham a79a244f40
Response caching middleware: Surface a namespace in example (#8424) 2018-09-06 09:51:49 -05:00
Jan Hajek 91253841a8 Remove misleading information about redirection defaults (#8390)
https://github.com/aspnet/Announcements/issues/301 for reference

@rick-anderson edit
Fixes #8402
Fixes #8408
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-2.2&branch=pr-en-us-8390&tabs=visual-studio) If you get the error `The specified CGI application encountered an error and the server terminated the process.`:

* Clear cookie or 
* Open in an incognito window  or
* Try another browser.
2018-09-05 11:34:07 -07:00
Tom Dykstra f6d4595ba1
Add DotNetCliToolReference for scaffolding to CLI RP tutorial (#8403) 2018-09-05 10:47:05 -07:00