* clean up handle web API errors
* clean up handle web API errors
* clean up handle web API errors
* clean up handle web API errors
* Update aspnetcore/web-api/handle-errors.md
Co-authored-by: Kirk Larkin <serpent5@pm.me>
Co-authored-by: Kirk Larkin <serpent5@pm.me>
* Added a section of Middleware Exception Handling
* created a frist draft from new section to cover Middleware Exception Handling.
* Update handle-errors.md
* Update aspnetcore/web-api/handle-errors.md
* Update aspnetcore/web-api/handle-errors.md
* Update aspnetcore/web-api/handle-errors.md
* Update aspnetcore/web-api/handle-errors.md
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update aspnetcore/web-api/handle-errors.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Add docs for MessagePack
* Triple up
* Update messagepackhubprotocol.md
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/signalr/messagepackhubprotocol.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Feedback 1
* More feedback
* Move TypeReference info to Java-client.md
* Update aspnetcore/signalr/java-client.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Feedback
* Update aspnetcore/signalr/java-client.md
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
* Point to versioned samples for appsettings_SQLite.json connection string
* patch:Fixed code highlighting and pointed to correct versions for startup.cs connection string sample
* patch: Fixed 2.2 appsettings connection string code highlight
* Patch: Set VSC and VS for Mac appsettings code highlight
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update 5.0 building net docker images
* Patch: Fix moniker
* Patch: Updated dockerfile example to match current 5.0 sample.
* Apply ScottAddie suggestions from code review, thanks Scott.
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Patch: fixes per ScottAddie recommendation. .NET Core SDK to .NET SDK
* patch: changed .NET Core Docker to the new repo name .NET Docker
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
I believe this sentence:
> The fully qualified domain name must be used to specify the model...
Should refer to the "class name" rather than "domain name" and thus read:
> The fully qualified class name must be used to specify the model...
Fixes issue with a walkthrough user copying insufficient rows, corrupting their appsettings.json, leading to error running scaffolding:
'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[MvcMovie.Data.MvcMovieContext]' while attempting to activate 'MvcMovie.Data.MvcMovieContext'.'
See this link: https://github.com/dotnet/AspNetCore.Docs/issues/20692#issuecomment-751956041