Commit Graph

8895 Commits (ea541109766ee4ec1209a88611c5866a38f59d14)

Author SHA1 Message Date
Rick Anderson ea54110976
Update index.md (#14726) 2019-09-30 10:28:46 -10:00
Rick Anderson e87c7783ac
Update 22-to-30.md (#14720)
* Update 22-to-30.md

* Update 22-to-30.md
2019-09-30 10:24:01 -10:00
Scott Addie 804a86264e Fix broken link in Blazor Components Event handling section (#14722) 2019-09-30 14:48:23 -05:00
Rafael Gomez 94a636d76b Fix link to NSwag.MSBuild (#14715) 2019-09-30 13:34:49 -05:00
Luke Latham 5104f62c4d
Clarify EFCore package (#14700) 2019-09-30 12:50:38 -05:00
Luke Latham 54b1755fa2
Update worker template instructions (#14712) 2019-09-30 12:36:01 -05:00
Luke Latham 7f4d16b3d9
Update sample app code for ip-safelist (#14706) 2019-09-30 07:39:34 -05:00
Sinan Kahveci 5f9546be0f [FIX] Fix spacing problems (#14693) 2019-09-29 17:09:14 -05:00
Scott Addie c3efd2ed3e
fix typo 2019-09-28 18:30:39 -05:00
Muhammad Assar f4fa222358 fix misspelled word "Default" in DefautlContractResolver (#14687) 2019-09-28 14:32:38 -05:00
Luke Latham 0026cec332
Bookmark update (#14682) 2019-09-28 06:52:34 -05:00
Scott Addie 05d54916dd
Add more detail to Developer Exception Page with web API (#14670)
* Add more detail to Developer Exception Page with web API

* Add missing HEADERS section to plain-text output

* minor edit

* update port number

* accept --> request

* minor edit

* Add screen capture of testing in Postman

* Fix gif include

* Add missing word

* Display screen capture only for 3.0+
2019-09-27 15:22:03 -05:00
Rick Anderson 5ec7a768ac Delete version-test.md (#14675) 2019-09-27 15:03:25 -05:00
Ehsan Hosaini bb9201e986 Update routing.md (#14671) 2019-09-27 09:38:33 -10:00
Sinan Kahveci 4924af1aac [FIX] Fix minor typo (#14672) 2019-09-27 09:37:57 -10:00
Luke Latham 1adea74862
Remove links to BeatPulse from Health Checks topic (#14663) 2019-09-27 13:46:01 -05:00
Luke Latham 7020a87f43
Update sample package versions to 3.0.0 (#14660) 2019-09-27 13:45:45 -05:00
Scott Addie fc1b267859
fix indenting in project file snippet 2019-09-27 09:21:47 -05:00
Scott Addie b82ed65f26
Add Async suffix removal details to 3.0 migration guide (#14665)
* Add async suffix removal details to 3.0 migration guide

* minor edits
2019-09-27 09:04:02 -05:00
Rick Anderson 1d75207af5
Update Startup.ConfigureServices.AddDbSettings.cs (#14650) 2019-09-26 19:58:05 -10:00
Shaun Rust 7e69904da8 Update enforcing-ssl.md (#14653)
Corrected `dotnet dev-certs` typo. It was missing the hyphen
2019-09-26 19:57:26 -10:00
Jon Stelly 0a52411ea1 Remove SDK Version callout (#14546)
* Remove SDK Version callout

Make it version-agnostic so it doesn't need changing in the future

* Fix .net core sdk download url

* Update building-net-docker-images.md
2019-09-26 10:45:26 -10:00
Gerard Gunnewijk 90374fc10b Updated nuget package to rc3 (#14610)
rc3 is released with aspnetcore 3 support
2019-09-26 10:41:24 -10:00
Andrew Stanton-Nurse 27fa845683 Tidy up to hosted services doc (#14642)
* Tidy up to hosted services doc

Fixes https://github.com/aspnet/AspNetCore/issues/8945

The customer in the linked issue had some confusion about why `ExecuteAsync` wasn't being called when they had overridden `StartAsync`, and it's because they didn't call the base class method. Added some content to clarify that.

Also, I rephrased some content here since I thought it was important to call out that `StartAsync` and `StopAsync` are *optional* methods that give you additional control over the lifetime of the service, if you want it.

* Updates

* Make use of italics and bold consistent
2019-09-26 10:38:23 -10:00
Scott Addie 3406a06976
Link to NuGet package in OpenAPI tool doc (#14647) 2019-09-26 15:28:08 -05:00
Rick Anderson 3db6c00a86
Update Program.cs (#14640)
* Update Program.cs

* Update Program.cs
2019-09-26 10:21:09 -10:00
Scott Addie 040f18f2fa
console --> dotnetcli 2019-09-26 15:03:14 -05:00
Scott Addie 1bd2fa208c
Indent Analyzer support project file snippet (#14646) 2019-09-26 15:01:27 -05:00
Wade Pickett 54389b1323
Updated with dotnet watch run and browser refresh (#14644)
Updated dotnet run instruction with dotnet watch run since changes in the project are made after the first run.  Also added instruction to refresh the page.
2019-09-26 12:39:53 -07:00
Rick Anderson 550931d790
IdentityServer4 and new event counters (#14612)
* IdentityServer4  and new event counters

* update

* Updates
2019-09-26 06:57:38 -10:00
ashishagarwal06 8b280c6080 Added Hyperlink (#14626) 2019-09-26 10:03:26 -05:00
Rick Anderson 109cf6db86
Update 22-to-30.md (#14603)
* Update 22-to-30.md

* fix

* fix

* fix
2019-09-25 15:46:11 -10:00
Rick Anderson 5601648bcb
Remove/pre release/ra (#14617)
* remove prerelease

* remove prerelease from Web API intro

* remove prerelease from Web API intro
2019-09-25 15:45:49 -10:00
Rick Anderson 3c9e3d979a
remove prerelease (#14614) 2019-09-25 14:36:16 -10:00
Andrew Stanton-Nurse 732f48b5e9 Update SignalR Client Features matrix (#14598)
* Update SignalR Client Features matrix

A few updates:

* Added transports
* Added Azure SignalR support - every client supports it, but we do get questions like "can I use the service with Java?" so it's helpful to confirm that in the matrix, and technically the client has to do some (very minimal) work to support it.
* Added note about issue tracking automatic reconnect

* Update aspnetcore/signalr/client-features.md

* Update further
2019-09-25 13:12:06 -10:00
Luke Latham 367cfa0cfd
Routing topic 3.0 updates (#14334) 2019-09-25 16:52:41 -05:00
Luke Latham d860d49f65
Improve blazorwasm template install instruction (#14608) 2019-09-25 16:19:28 -05:00
Rick Anderson da90675c97
Docker using Shared Lib (#14564)
* Docker using Shared Lib

* react to feedback

* react to feedback
2019-09-25 10:29:11 -10:00
Rick Anderson 487ec0a819
Update first-web-api.md (#14570)
* Update first-web-api.md

* Update first-web-api.md

* Update first-web-api.md

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-09-25 10:25:43 -10:00
Rick Anderson 3248ae923c
Update sample code to use GA packages for RP intro (#14563) 2019-09-25 10:21:29 -10:00
Scott Addie 4cf0bbb885
Add missing 2.x details to web API error handling doc (#14591)
* Add missing 2.x details to web API error handling doc

* Delete unnecessary folder

* more work

* more work

* more work

* more work

* more work

* minor edits
2019-09-25 15:19:08 -05:00
Rick Anderson a6aeab6789
Update app-state.md (#14559)
* Update app-state.md

* Update aspnetcore/fundamentals/app-state.md

Co-Authored-By: Brennan <brecon@microsoft.com>

* Update app-state.md

* Update app-state.md
2019-09-25 09:51:19 -10:00
Rick Anderson a9c65b6be7
Redis warning on storing keys (#14560) 2019-09-25 09:42:51 -10:00
Nikita Potapenko dc8f9b7bea Update packages (#14574)
Use GA version
2019-09-25 07:58:43 -10:00
Rick Anderson 258300aa90
Cert troubleshooting (#14568) 2019-09-25 07:56:17 -10:00
Luke Latham d4097970b3
Fix misspelled word (#14596) 2019-09-25 10:44:56 -05:00
Jan Tattermusch 3b5b7cdccd Fix options.ReceiveMaxMessageSize example (#14580) 2019-09-25 10:40:04 -05:00
Scott Addie 78a12d3645
2.2-to-3.0 migration guide cleanup (#14587)
* 2.2-to-3.0 migration guide cleanup

* minor edit
2019-09-25 09:12:53 -05:00
Scott Addie 03be6319a7
Remove gerund from gRPC comparison doc title (#14584)
* Remove gerund from gRPC comparison doc title

* more edits

* minor edit
2019-09-25 08:45:22 -05:00
Rick Anderson a09eac4c1f
MySql.Data.EntityFrameworkCore not supported in 3.0 (#14561) 2019-09-24 15:16:26 -10:00