Commit Graph

5642 Commits (b9f99650e99a1d3b8984ee4b46f7bef610768843)

Author SHA1 Message Date
Luke Latham b9f99650e9
Update VS4Mac instruction (#14994) 2019-10-10 18:27:14 -05:00
Luke Latham eb4e99a26a Node name update (#14989) 2019-10-10 15:58:47 -05:00
Rick Anderson 30f7d4f36c
Update sql.md (#14963) 2019-10-10 10:44:36 -10:00
Luke Latham 960d5a13a9
Rename and link the 'Run' (Start Debugging) button (#14988) 2019-10-10 15:43:41 -05:00
Eddy Nakamura 2b51011ace updating second snippet to call ReadToEndAsync (#14978)
* updating second snippet to call ReadToEndAsync

* adding snippet3

Adding new snippet with DeserializeAsync of the Stream

* Update MyFirstController.cs

* Update MyFirstController.cs

* Update MyFirstController.cs

* Update performance-best-practices.md
2019-10-10 10:24:23 -10:00
Luke Latham 9519ed55c9
Fix bad API ref (#14987) 2019-10-10 13:52:58 -05:00
Max Lefebvre 0ff283128d Updated signalr script tag (#14810) (#14956)
* Updated signalr script tag (#14810)

The location of signalr.js was incorrect according to Target Location set
up when Client-Side Library was added earlier in tutorial.

* changed the location for vscode libman install (#14810)
2019-10-10 07:44:27 -10:00
Tom Dykstra 789d96e276 reassign (#14980) 2019-10-10 07:42:27 -10:00
Kristian Hellang b827e3db70 It's ReadFormAsync, not ReadAsFormAsync (#14984) 2019-10-10 07:38:03 -10:00
Rick Anderson 4d27563f08
replace Pokemon with Contoso (#14965)
* replace Pokemon with Contoso

* replace Pokemon with Contoso
2019-10-09 18:50:36 -10:00
Stephen Halter a06a747821 SignalR now uses System.Text.Json (#14902)
* SignalR now uses System.Text.Json

Starting in 3.0, SignalR no longer defaults to using Newtonsoft.Json

https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio#systemtextjson-is-the-default-protocol

* Address PR feedback

* Documentation -> documentation

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update configuration.md (#14958)

* Update configuration.md

* Update configuration.md
2019-10-09 15:56:17 -10:00
Luke Latham 438b7390f6
Apply code fencing to Router element in example (#14954) 2019-10-09 17:08:31 -05:00
Rick Anderson 91229edc2c
Update performance-best-practices.md 2019-10-09 11:17:41 -10:00
Rick Anderson 1e14273e53
Performance best practice update with davidfowl samples (#14734)
* Migrated asp.net core best practice to performance article moved code to samples

* Fixed link validation issues for performance-best-practice.md

* Fixing validation error for bookmark link for performance-best-practices.md

* Another link fix on performance-best-practices.md and moved hot definition

* fixed code snippet regions.

* Perf best practice by fowler

* work

* work

* work

* work

* work

* work

* work

* work

* add back comment The following line will crash the process because ...

* react to fowler feedback

* react to fowler feedback

* param left alignment

* param left alignment

* react to fowler feedback

* react to fowler feedback

* react to halter73 feedback

* Apply Tratcher suggestions from code review

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* react to tratcher feeedback

* my changes

* react to Tratcher feedback
2019-10-09 11:13:38 -10:00
sguitardude 5faaa27e51 Should Host be capitalized? (#14950) 2019-10-09 15:35:58 -05:00
Luke Latham 5b1d252416
Blazor component example/text touchups (#14868) 2019-10-09 06:29:39 -05:00
Luke Latham 2b645db62a
File Uploads update to 3.0 (#14770) 2019-10-09 06:29:06 -05:00
Rick Anderson 900a68772e
Update ui-class.md (#14890) 2019-10-08 19:58:21 -10:00
Rick Anderson dbf1965c8a
Update building-net-docker-images.md (#14939)
* Update building-net-docker-images.md

* Update building-net-docker-images.md
2019-10-08 17:26:11 -10:00
Scott Addie 5c29e51ca7
add missing dashes to option name 2019-10-08 20:47:40 -05:00
Rick Anderson c7520da9fe
more migrations details (#14835)
* more migrations details

* work

* work

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/migration/22-to-30.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/migration/22-to-30.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-10-08 14:29:07 -10:00
Kirk Larkin 74de68cff0 Demo RemoteAttribute.AdditionalFields in Validation sample. (#14932) 2019-10-08 12:52:58 -10:00
Wade Pickett cc2462256a
update of libman screenshot to indicate latest library (#14929)
* update of libman screenshot to indicate latest library

* removed unused screenshots, updated signalr library select screenshot.
2019-10-08 14:11:39 -07:00
Benjamín Camacho Castro 4105beee89 Update docker images versions (#14898)
* Update docker images versions

* Update building-net-docker-images.md

* Update building-net-docker-images.md

* Update building-net-docker-images.md
2019-10-08 09:23:18 -10:00
Luke Latham 3a12a384dd
Clarify data store choice guidance (#14916) 2019-10-08 13:41:37 -05:00
Tom Dykstra a3d87e5870 Change System.Text.Json H3 to H2 (#14921) 2019-10-08 08:07:16 -10:00
Luke Latham e8ba846c05
Remove 'xref' from comment (#14926) 2019-10-08 13:05:39 -05:00
Luke Latham 0fd20d0407
Call out file names for examples (#14915) 2019-10-08 12:53:23 -05:00
mavado83 a530c80af5 Updated for .netcore3 (#14917) 2019-10-08 10:35:10 -05:00
Scott Addie badbb8017e
Add global.json section to 3.0 migration doc (#14919) 2019-10-08 10:13:40 -05:00
Luke Latham 80f9fcc9f1
Drop some API links that aren't available at this time (#14918) 2019-10-08 10:11:37 -05:00
Luke Latham aa7a382cdc
Temporarily remove API reference (#14909) 2019-10-08 06:34:43 -05:00
Luke Latham c9399bdb3e
Update option syntax (#14908) 2019-10-08 06:32:56 -05:00
Luke Latham cee0990a55
Add @namespace to components doc (#14840) 2019-10-08 06:21:04 -05:00
Wade Pickett dc39b33ff5
Update SignalR tutorial to 3.0 - startup.cs - additional screenshots (#14812)
* Update SignalR tutorial to 3.0 - startup.cs - addtional screenshots

* moved moniker to metadata only

* added dotnet watch run for VSCode to fix for 9488 while here.
2019-10-08 00:55:30 -07:00
Scott Addie 031a006601
Fix malformed list in HTTP REPL doc (#14904) 2019-10-07 21:10:58 -05:00
Rick Anderson 59ff5306dd
Update enforcing-ssl.md (#14901) 2019-10-07 15:42:32 -10:00
Kirk Larkin 6b06ec7acb Updated description of always-run vs standard Result Filters. (#14690) 2019-10-07 10:50:17 -10:00
Sourabh Shirhatti 2cc15a9667
Add HttpSys docs for 3.1 (#14645)
* Add RequestQueueName

* Update aspnetcore/fundamentals/servers/httpsys.md

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Update to HTTP.sys

* Add request queue mode
2019-10-07 13:05:57 -07:00
Scott Addie 01b85fb987
Document how to test secured endpoints with HTTP REPL (#14894)
* Document how to test secured endpoints with HTTP REPL

* React to feedback
2019-10-07 14:56:59 -05:00
Luke Latham 2a744fbdb9
Blazor package/namespace clarifications (#14847) 2019-10-07 14:26:38 -05:00
Luke Latham fca990d5f9
Version and enhance certificate forwarding content (#14892) 2019-10-07 13:36:51 -05:00
Luke Latham de2ec01c55
Small language update to Web Root section (#14891) 2019-10-07 13:02:10 -05:00
Luke Latham 23870b7eb2
Content root & web root enhancements (#14888) 2019-10-07 12:53:23 -05:00
Luke Latham 67360da71f
Add Log4Net third-party logging provider (#14881)
* Add Log4Net third-party logging provider

* Update
2019-10-07 12:41:40 -05:00
Pranav K 9c034d0e86 Add some extra notes about runtime compilation (#14861)
* Add some extra notes about runtime compilation

* Edit pass on Razor file compilation PR (#14885)
2019-10-07 11:44:50 -05:00
James Newton-King b3b632f78a Update gRPC authentication sample to latest packages (#14867)
* Update gRPC authentication sample to latest packages

* Clean up
2019-10-07 11:01:26 -05:00
Markus Schlotbohm cbddec9f11 Fix preprocessor directives from #else if to #elif (#14882) 2019-10-07 09:37:18 -05:00
donhuvy f92a4685bf It is dotnet nuget push + many arguments, not dotnet nuget publish (#14873) 2019-10-07 06:13:35 -05:00
Luke Latham 59529e154f
Web Host updates for 3.0 (#14858) 2019-10-06 16:24:14 -05:00