Commit Graph

34 Commits (d5102c4698bb0f62adcd2d8d64d1c972c761554f)

Author SHA1 Message Date
Tom Dykstra 05a3cd396c Assign SignalR docs to Brady (#10575) 2019-01-23 10:36:13 -10:00
Tom Dykstra 2f2ee9eccc
explain that server method will be called from client code (#10130) 2019-01-02 10:42:42 -08:00
Tom Dykstra e7ee99d788
Remove links to treejack test (#9999) 2018-12-13 09:08:57 -08:00
Tom Dykstra 14accfc433 Add ToC node for SignalR samples (#9993)
* Add ToC node for SignalR samples

* Remove moniker range metadata (#9994)
2018-12-13 08:52:21 -06:00
Tom Dykstra b89d42a868
change some treejack links (#9806) 2018-12-04 10:41:17 -08:00
Tom Dykstra 1ad5519250
Update SignalR tutorials to 2.2 (#9760) 2018-12-03 10:58:16 -08:00
theangellmethod 4cd85486a2 VS Code `dotnet run -p` command update (#9623)
When I run through the tutorial after executing `code -r SignalRChat`, a new VSCode window opens that is in the signalRChat directory.  (Ex. C:\SignalRChat).  When I execute `dotnet run -p SignalRChat` from there I get an error
"MSBUILD : error MSB1009: Project file does not exist.
Switch: SignalRChat

The build failed. Please fix the build errors and run again."

However, if I change the command to `dotnet run -p SignalRChat.csproj` it works.
2018-11-27 20:32:23 -06:00
Tom Dykstra da3f693417 add temporary treejack banner (#9715)
Internal review links:
https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-1.0&branch=pr-en-us-9715

https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/signalr?view=aspnetcore-2.1&branch=pr-en-us-9715
2018-11-27 13:29:34 -10:00
Scott Addie 61040c22bd
Restore tip in SignalR tutorial (#9614)
Restore a tip that was inadvertently removed.
2018-11-16 10:18:21 -06:00
Daniel Morrison a500aaf087 Fixes #9557 The sample code for the ASP.NET Core SignalR does not work due to a path issue. (#9564)
This addresses the issue #9557 that I was working on with @scottaddie.

Unfortunately, I experienced severe GitHub workflow issues, and the pull request was closed.
2018-11-13 09:47:53 -06:00
Rick Anderson 48b97f3851
Update signalr.md (#9397)
<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-02 13:46:42 -10:00
Rick Anderson 656aee0887 Add link to Integrated Terminal directions (#9368) 2018-11-01 08:31:34 -07:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Rick Anderson 57b456a9b2
Update signalr.md (#9187)
* Update signalr.md

* Update signalr.md
2018-10-25 13:14:21 -10:00
Tom Dykstra 77471a229d
Apply content model guidelines to SignalR tutorial (#8817) 2018-10-03 13:04:56 -07:00
Tom Dykstra e5670756e3 Change to code style where italics wasn't working (#8829)
Fixes #8823
2018-10-03 13:08:04 -05:00
Evan Ogas 6c1c25a490 Use forward slashes for destination path (#8734)
I don't have a way of testing this on Windows atm, but most of the other examples use forward slashes, so I assume this is correct on all platforms.  Backslashes fail on MacOS, creating a directory called "wwwrootlibsignalr".
2018-09-27 09:38:19 -05:00
Luke Latham e5ed43144a
Remove webapp alias notice (#8629) 2018-09-19 23:03:52 -05:00
Tom Dykstra 0139937c5b Use LibMan in SignalR tutorial (#8370)
Fixes #8155
2018-09-04 11:45:15 -07:00
Tom Dykstra cec215e284 SignalR tutorial: add npm link in procedural section (#8278)
Fixes #7643 which was already closed but had another comment added.
2018-08-25 15:08:22 -07:00
Scott Addie 987293130a
Specify target framework of .NET Core in SignalR tutorial (#8181)
Addresses discussion in https://github.com/aspnet/Docs/pull/8145 and a few minor problems.
2018-08-20 12:16:41 -05:00
Tom Dykstra faf499f6e8
add vs mac (#8029) 2018-08-10 13:20:10 -07:00
Tom Dykstra f3611264ae
correct expected output from npm install (#8017) 2018-08-09 14:51:00 -07:00
Tom Dykstra 889fb39f69
minor corrections (#7994) 2018-08-08 15:38:21 -07:00
Tom Dykstra 64f6ae1bd9
edit pass and update SignalR tutorial for 2.1 (#7920) 2018-08-08 12:14:06 -07:00
Tom Dykstra 93a040a359 add note explaining what npm is (#7655) 2018-07-16 16:14:12 -06:00
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Benjamin Summerton ca3a064691 Mention `wwwroot` when copying over signalr.js (#7634) 2018-07-15 17:52:05 -05:00
Scott Addie 51779789b5 Specify VS 2017 version required for .NET Core 2.1 2018-07-05 10:24:44 -05:00
Nate Barbettini fb03fdfabf Minor corrections to SignalR tutorial (#7403) 2018-07-02 10:30:45 -04:00
Scott Addie caf17c7e69
Convert Prerequisites heading to H2 2018-06-26 14:46: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 fd13c68dd8
Metadata updates to ASP.NET Core tutorials (#7193)
Addresses #6541
2018-06-20 14:25:03 -05:00
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00