Dave Brock
854e17807d
Fix typo for #8286 ( #8849 )
...
Typo fix in code sample.
Fixes #8286
2018-10-04 15:18:18 -05:00
Scott Addie
b3eb47a2c5
Add missing period in title ( #8851 )
...
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-10-04 15:08:01 -05:00
David Pine
fee5f1800b
Added details, examples and docs on Gulp v4 ( #8843 )
...
Fixes https://github.com/aspnet/Docs/issues/8827
Fixes https://github.com/aspnet/Docs/issues/7632
**Internal Review Pages**
* [Use Gulp](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/using-gulp?view=aspnetcore-2.1&branch=pr-en-us-8843 )
* [Bundle & minify](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-2.1&branch=pr-en-us-8843 )
2018-10-04 14:40:19 -05:00
Cecil Phillip
16af294128
Update messagepackhubprotocol.md ( #8847 )
...
Fixes #8821
PR for review. I just mirrored the note in the server section
@scottaddie @anurse
2018-10-04 14:29:33 -05:00
Jimmy Bogard
08c1ed8940
Corrected download link for Visual Studio ( #8841 )
2018-10-04 08:48:48 -05:00
Aleksandar Stojanovikj
e0c05f9131
Fix broken link in signalR tutorial ( #8840 )
2018-10-04 08:47:47 -05:00
Rick Anderson
332b78bd4f
author links ( #8835 )
2018-10-03 17:03:48 -10:00
Genevieve Warren
6314910ffc
Update MVC tutorial ( #8836 )
...
- update screenshots and links
- sentence casing
2018-10-03 17:02:57 -10:00
Tom Dykstra
77471a229d
Apply content model guidelines to SignalR tutorial ( #8817 )
2018-10-03 13:04:56 -07:00
Tom Dykstra
055b3e55c8
Move Supported platforms out of Server concepts ToC ( #8828 )
2018-10-03 13:31:18 -05:00
Luke Latham
3b54380932
Add Brotli compression to the sample app ( #8830 )
2018-10-03 13:11:45 -05:00
Tom Dykstra
e5670756e3
Change to code style where italics wasn't working ( #8829 )
...
Fixes #8823
2018-10-03 13:08:04 -05:00
Tom Dykstra
fa5ebeba6f
Add available clients to SignalR supported platforms ( #8729 )
2018-10-03 09:34:37 -07:00
Genevieve Warren
97755508fe
Visual Studio Online refresh ( #8820 )
...
Update references to Visual Studio Online to Azure Repos, Azure Test Plans, Azure DevOps, etc.
2018-10-03 09:55:02 -05:00
faizal101
657eeddacf
Update CONTRIBUTING.md ( #8808 )
...
* Update CONTRIBUTING.md
A few small edits
* Updates
* Update
* Update
* Minor edits
2018-10-03 08:51:23 -05:00
Scott Addie
3b6885b420
Correct the moniker range in WebSockets doc ( #8809 )
2018-10-03 08:36:25 -05:00
Luke Latham
a4a449b4d9
Update instruction on picking up env var change ( #8638 )
2018-10-02 19:13:44 -05:00
Scott Addie
f473fbf8c1
Fix Razor view snippet types ( #8810 )
2018-10-02 15:55:57 -05:00
Steve Patches
79e90ea1b7
mention HTML sanitization as deprecated approach ( #8800 )
...
Include some content from https://github.com/aspnet/Docs/issues/7962#issuecomment-410779470 that would be helpful to those who search for this topic.
2018-10-02 15:33:10 -05:00
Corey Ford
c84d142185
fixed bug during socket.onclose ( #8784 )
...
* fixed bug during socket.onclose
* More JS cleanup
2018-10-02 14:17:25 -05:00
Bruno Garcia
344f16d38d
Add Sentry, FOSS error monitoring tool ( #8802 )
2018-10-02 13:35:40 -05:00
Scott Addie
8a6a18e6ef
Merge pull request #8806 from ChrisSfanos/patch-7
...
Update overview.md - bootstrap.bundle.js for 4.0.0 and 4.1.1
2018-10-02 13:20:47 -05:00
ChrisSfanos
c6df5bbbbf
Update overview.md
2018-10-02 11:02:40 -07:00
Scott Addie
b9427d6f0e
Merge pull request #8801 from andrewlock/patch-5
...
Fixes for minor typos
2018-10-02 11:57:54 -05:00
Andrew Lock
dcef25a7fb
Fixes for minor typos
2018-10-02 16:11:26 +01:00
Luke Latham
a6b3666aff
Change code example in auth policy provider topic ( #8799 )
2018-10-02 08:49:50 -05:00
Tushar Koshti
1f017b785b
Fixed typo mistake ( #8791 )
2018-10-02 08:25:53 -05:00
RyanLilla
2e4e1db3e9
Corrected hyperlink so that user is properly directed to the page where you can choose a new issue to create instead of receiving a 404 error. ( #8788 )
2018-10-01 16:21:06 -10:00
Dave Brock
5e190547ea
Cosmetic changes for multiple files ( #8764 )
...
As I was preparing to rewrite a Razor Pages topic, I came across some minor cosmetic things while running through the Razor Pages tutorial. Since they were a bunch of little things, I thought I would group it into one request. As I'm fairly new at this, if you would like me to do it a different way in the future, just let me know.
Changes of note (all others were cosmetic and not worth discussing):
* `aspnetcore/includes/RP/razor-pages-start.md`: Moved description of `_ViewStart.cshtml` after `_ViewImports.cshtml` because that is how it is displayed in Visual Studio. Also added a short description of the `Privacy` page.
* `aspnetcore/tutorials/razor-pages/model/_static/conan.png`: Updated screenshot to contain `ReleaseDate` label and not `Release Date.` The display annotation is not discussed until later in the tutorial.
* `...als/razor-pages/razor-pages-start/sample/RazorPagesMovie21/Data/RazorPagesMovieContext.cs`: Removed unused usings and also removed the unnecessary FQNs. Same for the other code samples in this pull request.
Fixes #7252
2018-10-01 11:51:52 -10:00
MaxRamult
46b6582a86
Code fence <receiver> uri component ( #8786 )
...
The description of the webhook uri contains the following:
```
"The component is the name of the receiver, for example github or slack"
```
It should read:
```
"The <receiver> component is the name of the receiver, for example github or slack"
```
This PR code fences <receiver> so it displays correctly.
2018-10-01 15:35:14 -05:00
José Maia
6619e940e4
Point to a central page explaining all signalr clients ( #8782 )
...
Fixes #8781
2018-10-01 15:21:55 -05:00
Scott Addie
56aa3bec94
2.1 update of Web API migration doc ( #8717 )
...
* 2.1 update of Web API migration doc
* Fix list formatting
* React to feedback
2018-10-01 14:55:27 -05:00
Haryz Izzudin
124e035f10
Content fixes for ASP.NET Core Getting Started page ( #8779 )
...
Fixes #8776 .
2018-10-01 13:12:20 -05:00
Sebastiaan Dammann
682fdb36f8
Clarify middleware behavior with unknown file types, fixes #8602 ( #8780 )
2018-10-01 12:25:21 -05:00
obayit
28bcd1a21a
correct a term ( #8769 )
...
The word implement can mislead the reader into thinking that he have to implement the interface,
an alternative is the word require, which is used when talking about dependency injection
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-10-01 11:27:54 -05:00
Scott Addie
e8966d448a
Remove link to retired doc ( #8775 )
2018-10-01 11:27:04 -05:00
Haryz Izzudin
57e9dcfa6b
Fix code block showing backticks ( #8772 )
...
Indenting the code block with 4 spaces causes the Markdown parser to think that the lines with the backticks are also part of the code block, [as per the Markdown specifications](https://daringfireball.net/projects/markdown/syntax#precode ). I reduced the indentation to 2 spaces to get around this problem.
Fixes #8563
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-2.1&branch=pr-en-us-8772 )
2018-10-01 11:16:40 -05:00
Scott Addie
c5a5a6c00a
Remove link to retired doc ( #8773 )
2018-10-01 11:04:46 -05:00
James Newton-King
5a87f3081f
Round-tripping catch-all syntax + Parameter Transformers ( #8759 )
...
Addresses #8763
https://github.com/aspnet/Routing/issues/720
@rynowak
2018-10-01 10:53:34 -05:00
obayit
cc96a62cd6
Remove UseBrowserLink ( #8762 )
2018-09-30 09:10:22 -05:00
Luke Latham
d3db6fcd25
Fix highlighting in Background tasks code sample ( #8761 )
2018-09-29 19:21:21 -05:00
Rick Anderson
2e8dac2ca4
Update next.md ( #8740 )
...
* Update next.md
* Update next.md
2018-09-28 15:32:48 -10:00
Rick Anderson
2c94b676c9
Update index.md ( #8731 )
...
* Update index.md
* Update index.md
2018-09-28 15:32:21 -10:00
Dave Brock
e2c39164a9
Added using for clarity ( #8743 )
...
Visual Studio does not recognize the query without using the `Microsoft.Linq` namespace, which isn't specified in the document.
2018-09-28 15:31:25 -10:00
Mark Rendle
911120b884
Add note on scaffolding all Identity UI pages from CLI ( #8752 )
2018-09-28 15:29:52 -10:00
Rick Anderson
4a96687c7d
Update metapackage.md ( #8728 )
...
Fixes #8312
Instructions copied from https://github.com/aspnet/Identity/issues/1870
2018-09-28 15:29:20 -10:00
Tom Dykstra
934fdbb87f
Retire duplicate doc - pub to Azure using CLI ( #8747 )
...
Fixes #8723
2018-09-28 10:33:08 -10:00
Rick Anderson
20ce53d5cb
Update index.md ( #8741 )
2018-09-27 13:20:00 -10:00
Dave Brock
29b36324bc
Update contributing guide ( #8736 )
...
Related to discussion in https://github.com/aspnet/Docs/issues/8726 .
Updated to discuss image compression, an optional step.
2018-09-27 12:03:43 -05:00
Scott Addie
2a07c6f1df
Fix invalid Scaffold Identity link ( #8739 )
...
Fixes a link build warning introduced in https://github.com/aspnet/Docs/pull/8640 .
2018-09-27 11:57:50 -05:00