Commit Graph

8880 Commits (1adea748624124ab17d4be7dcb4589d5811a731c)

Author SHA1 Message Date
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
Rick Anderson 3c8aa8632a
Update search.md (#14557)
* Update search.md

* Update search.md
2019-09-24 14:13:22 -10:00
Rick Anderson 5753fa947b
Update link-tag-helper.md 2019-09-24 13:33:35 -10:00
Rick Anderson 8313a0ff1e
WIP: Update grpc-start.md (#14521)
* Update grpc-start.md

* update packages

* Apply suggestions from code review

Co-Authored-By: James Newton-King <james@newtonking.com>
2019-09-24 13:16:32 -10:00
Rick Anderson d500f11fac
3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0 (#14456)
* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0

* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0

* work

* work

* react to feedback

* react to feedback
2019-09-24 13:00:02 -10:00
Rick Anderson 4b38f427da
Update 22-to-30.md (#14552)
* Update 22-to-30.md

* Update 22-to-30.md
2019-09-24 11:35:19 -10:00
Rick Anderson d44e6cc3e8
Link and Script TH (#12270) 2019-09-24 10:56:45 -10:00
Mauricio de los Santos 37167ea431 L124355: Adding break-line before snippet (#14549)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Missing break-line before snippet is preventing content to show properly.
2019-09-24 15:53:25 -05:00
Mauricio de los Santos d2a0816f64 L124348: Removing extra space inside code snippet (#14550)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.  
Description: Extra space inside code snippet is preventing correct display
2019-09-24 15:52:48 -05:00
James Newton-King 2094802bcd
Update gRPC ASP.NET Core article to use TLS, minor diagnostic… (#14523) 2019-09-25 08:33:59 +12:00
Luke Latham 259dcfeca2 DI topic updates for 3.0 (#14471)
* DI topic updates for 3.0

Updates

* React to feedback

* AddControllersWithViews over UseMvc for 3.0 Autofac example

* Nits

* Link out for container replacement scenarios

* Content for Generic Host Startup injection
2019-09-24 09:31:50 -10:00
Andrew Stanton-Nurse bdc1e35ee1 Update typo in logging doc (#14542)
Noticed this type while on the doc and it seemed incorrect, so I fixed it up :).
2019-09-24 09:24:16 -10:00
Mauricio de los Santos d449d917e2 L124311: Adding two spaces to create hard break-line before snippet (#14544)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Missing hard break-line before snippet is preventing content to show properly. Please consider adding two spaces at the final of the line.
2019-09-24 09:22:54 -10:00
Luke Latham c5397f9b62
Update ANCM doc for 3.0 (#14462) 2019-09-24 14:22:46 -05:00
Wade Pickett 8c41bec8d5
Added link for YouTube version (#14543)
Added additional resource section and link to youtube version.

Fixes #13467
2019-09-24 12:22:33 -07:00
David Pine 75d8b19085 Added package names to migration doc (#14537) 2019-09-24 10:41:44 -05:00