lindexi
3cbf9d7816
Using key word ( #10172 )
...
In [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO 11, we use language keywords instead of BCL types
2019-01-03 09:54:21 -06:00
Rick Anderson
39c27edf7a
Update sample7.cs ( #10166 )
2019-01-02 11:54:42 -10:00
Mike Whitty
c563c67985
typo: 'out weights' -> 'out weighs' ( #10162 )
2019-01-02 13:26:45 -06:00
Tom Dykstra
2f2ee9eccc
explain that server method will be called from client code ( #10130 )
2019-01-02 10:42:42 -08:00
Dave Brock
acf625d7b7
Typo fix ( #10149 )
2018-12-30 17:24:07 -06:00
Luke Latham
5df41d5033
Patch example in Routing topic ( #10135 )
2018-12-29 17:42:59 -06:00
Rick Anderson
566cd32833
Update custom-formatters.md ( #10104 )
...
Fixes #10103
2018-12-28 16:22:09 -10:00
Luke Latham
68928585f4
Add link to App package topic ( #10121 )
2018-12-27 11:16:05 -06:00
Rick Anderson
7dac31cf2c
Update app-state.md ( #10085 )
...
* Update app-state.md
* Update app-state.md
* Update aspnetcore/fundamentals/app-state.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2018-12-22 11:11:31 -10:00
Luke Latham
49fa270079
Linux topics: Long request headers content ( #10077 )
2018-12-20 18:43:30 -06:00
Maira Wenzel
93c4b896d0
fix ms.date + minor edits ( #10080 )
2018-12-20 18:42:01 -06:00
SB
105139c713
Update da1.md ( #10070 )
...
* Update da1.md
* Minor edits
2018-12-20 18:40:08 -06:00
Luke Latham
62e9086ed0
Table migration for PersistKeysToDbContext ( #10069 )
2018-12-19 15:53:38 -06:00
Valeriy Novytskyy
227110694c
Fixes #10015 Update code samples ( #10068 )
...
Review and update code samples for setting up social providers on asp.net core 2.
* Turns out they already had notes about default service settings being overridden when setting up social providers, so no change necessary - please sanity check. I ended up just updating the sample code to match the latest result from WebApp generator.
Remove bad repo link in social index.
<!--
# Instructions
When creating a new PR, please reference the issue number if there is one:
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-12-19 11:39:33 -10:00
Maira Wenzel
c32d2c950c
exclude license files from publishing ( #10051 )
...
* exclude readme files from publishing
* one more try
* removed comma
* trying something else
* one more try
* Update docfx.json
2018-12-19 14:07:22 -06:00
Luke Latham
77861347f0
Fundamentals > Servers ( #10002 )
2018-12-19 12:52:37 -06:00
Tom Dykstra
4fbe34fe4a
Fix inaccurate wording in RP-EF tutorial ( #10061 )
...
Fixes #10058
<!--
# Instructions
When creating a new PR, please reference the issue number if there is one:
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-12-18 17:27:18 -10:00
Luke Latham
7ce99756dc
Update WS topic text for SetCurrentDirectory ( #9989 )
2018-12-18 17:42:23 -06:00
Scott Addie
0269167e24
Add blurb about web API conventions in Swashbuckle doc ( #10057 )
...
* Add blurb about web API conventions in Swashbuckle doc
* Update NSwag doc too
* Update aspnetcore/tutorials/getting-started-with-NSwag.md
Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>
* Update aspnetcore/tutorials/getting-started-with-swashbuckle.md
Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>
2018-12-18 16:38:49 -06:00
Scott Addie
b118a8023d
Add 2.2 update instructions for Razor design package ( #10055 )
2018-12-18 14:52:23 -06:00
Scott Addie
99f94f96e6
Add example of asp-area with a Razor Pages area ( #10048 )
...
* Add example of asp-area with a Razor Pages area
* Minor edits
* Fix code snippet include
* Add example of AllowAreas property
* Update aspnetcore/mvc/views/tag-helpers/built-in/anchor-tag-helper.md
Co-Authored-By: scottaddie <10702007+scottaddie@users.noreply.github.com>
2018-12-18 14:01:05 -06:00
Dave Brock
a3996b71c0
Make Microsoft.AspNetCore.Authentication.Facebook optional ( #10040 )
...
* Make Microsoft.AspNetCore.Authentication.Facebook optional
* minor edits
2018-12-18 11:01:03 -06:00
Jacob Stamm
c0aabee931
Patch 1 ( #10039 )
...
* Update GitHub links to current AspNetCore repo
* Update code sample to reference aspnet core 2.2
2018-12-18 10:47:58 -06:00
Scott Addie
dd725c1199
Add tracking to VS download links ( #10036 )
2018-12-18 10:45:18 -06:00
Martin Koudelka
9e36132eea
C53599: Adding break line ( #10041 )
...
Hello, @rick-anderson,
Translator has reported possible source content issue.
Please review and merge the suggested proposed file change to avoid this error. If you make related fix in another PR, then share your PR number, so we can confirm and close this PR.
Many thanks in advance.
2018-12-18 10:44:42 -06:00
witheej
7a771561dc
Fixes misspelling in order to help when searching the codebase ( #10044 )
2018-12-18 10:42:48 -06:00
Jeremy Skinner
2a4f33eb59
Update options.md ( #10047 )
2018-12-18 10:42:04 -06:00
Rick Anderson
7eccc388f7
Update model.md ( #10038 )
2018-12-17 12:03:04 -10:00
Henrik Røn
25603327e6
ASP.NET Core MVC: Updating validation sample to 2.2 ( #10021 )
2018-12-17 07:56:36 -06:00
Brady Gaster
ee96fb5142
Add Java Client comment on version variance page ( #9953 )
...
* fixes #9952
* added asp.net signalr client to java page
* Update aspnetcore/signalr/version-differences.md
Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
2018-12-14 14:44:55 -06:00
namvan
ce4686efa9
Update docker-aspnetmvc.md ( #9634 )
...
* Update docker-aspnetmvc.md
Make the bit of creating dockerfile a bit clearer for beginner
* React to feedback
2018-12-14 14:35:31 -06:00
coderudit
ad60fc5d35
Updating the URI for defaults part ( #9860 )
...
* Updating the URI for defaults part
http://localhost/api/products it should also have all in addition as it is telling about the path it will pick and without all it can't pick that URI.
* React to feedback
2018-12-14 14:22:29 -06:00
Scott Addie
be167ff91f
API conventions cleanup for 2.2 ( #9761 )
...
* API conventions cleanup for 2.2
* Edits on analyzers doc
* React to feedback
* React to more feedback
2018-12-14 14:13:07 -06:00
Carl Walsh
6a877c5840
Update GitHub link (aspnet/signalr is archived) ( #10010 )
...
https://github.com/aspnet/signalr is archived
aspnet/AspNetCore/src/SignalR is the new home of development, so link to that instead
2018-12-14 09:25:22 -06:00
Tom Dykstra
baea39c166
Content model for RP tutorial 1 ( #9856 )
2018-12-13 17:06:25 -08:00
Rick Anderson
7d8971b1bb
Redirects for Mac & VSC intro to MVC ( #10003 )
...
* Redirects for Mac & VSC intro to MVC
* work
2018-12-13 13:48:19 -10:00
Rick Anderson
84a7748aba
Unify MVC intro and 2.2 ( #9826 )
...
Fixes #9859 , Fixes #7187 , Fixes #8926 , Fixes #8446 , Fixes #7081 , Fixes #7014 , Fixes #9907
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/?view=aspnetcore-2.2&branch=pr-en-us-9826 )
2018-12-13 12:58:09 -10:00
Scott Addie
f8ef07685e
Remove duplicate Prereqs heading ( #10001 )
2018-12-13 10:03:57 -10:00
Scott Addie
dd4120b58c
api --> API
2018-12-13 13:57:05 -06:00
Scott Addie
6a6da6e5d0
api --> API
2018-12-13 13:49:18 -06: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
James Newton-King
7f368850ee
Fix example parameter transformer route and add example configure ( #9987 )
2018-12-13 11:49:32 +13:00
Luke Latham
cbb4fc1bb0
Note EF Core probe package requirement ( #9984 )
2018-12-12 16:33:26 -06:00
Pavel Krymets
ad6e6062bd
Update Program.cs ( #9988 )
2018-12-12 14:59:37 -06:00
Tom Dykstra
28f0f5459e
Remove moniker range ( #9982 )
2018-12-12 11:37:33 -08:00
Scott Addie
00de663201
Add launch settings section to 2.2 migration doc ( #9980 )
2018-12-12 13:21:02 -06:00
Tom Dykstra
07f64780fd
Add SQLite migrations limitations note ( #9979 )
2018-12-12 11:10:22 -08:00
Mike Rousos
9c8c0835de
Document ASP.NET Core perf tools ( #9890 )
...
* Add ASP.NET Core perf diagnostic tools list
* Add diagnostic tools doc to ToC
* A few minor phrasing tweaks
* Remove a few stray 'en-us' elements from links
* Fix typo in toc
* Update diagnostic-tools.md (#9898 )
@mjrousos review and once we flesh out this PR we can merge into your PR and then into master. Excellent work, minor word-smithing.
2018-12-12 08:16:35 -10:00
Tom Dykstra
e16a607507
Remove moniker range
2018-12-12 10:05:36 -08:00