* 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
* 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
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.
* 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
* 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
* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0
* 3.0 update SetCompatibilityVersion(CompatibilityVersion.Version_3_0
* work
* work
* react to feedback
* react to feedback
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.
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
* 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
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.