* Adding Model v6 update correction
* Added install-package Microsoft.EntityFrameworkCore.SqlServer which is needed for current .NET 6 and VS 2022 previews
* v6 update: gRPC Diagnostics
* Upate metadata
* Fixed a few typos and acrolinx hits
* Apply Rick's review suggestions part 1
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Added 2nd part of Rick's review suggestions.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* .NET 6 CORS /6
* Document UseHttps limitations for Http/3 in Kestrel
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/fundamentals/servers/kestrel/http3.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* VS2022 and .NET 6 updates through client creation and run.
* Fix tabs line 30
* updated proto copy instruction
* Added .NET 6 app service and client app samples
* Update to code links
* fixed code links
* reverted sample5 folder to sample since several docs refer to it.
* added temp message for vs for mac steps
* Apply suggestions from code review
Incorporated all inline review suggestions from Rick and James.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>
* Fixed program.cs list
* Moved download link to Next Steps section
* Removed udpdate code step paste error in service for program.cs
* Fixed run section per review feedback to use kestral for VS 2022
* Apply suggestions for run instructions for include
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Removed Mac tabs and updated default server port that changed with rc1
* Entirely removed mac tabs rather than blocking them out.
* Changed ms.author so wpickett
is notified of issues since previous author unavailable.
* Updated client code to use top level statements and updated code links in grpc-start.cs
* Updated snippet highlight for greeter client section
* removing changes to run-the-app include, moving contents inline to grpc-start.md
* backing out of run-the-app.md include changes.
* Updating service example to reflect rc1 changes and revert an accidental change to version 5 sample.
* Added new line at end of client program.cs
* Corrected exluded mac tab
* Removed mac tabs that were commented out.
* Added --- that was missing for a tab set.
* Cleaning up any tab formatting issues in attempt to find tab build issue
* Removing format changes in old versions
* tempoarily commented out other moniker versions other than .NET6 to troubleshoot tab issue.
* Troubleshoot tabs: temorarily remove 3.0 moniker section.
* Troubleshoot tab issue: remove moniker section .net 5.0
* Troubleshoot tab issue: put all moniker sectons back in, remove commented out vs mac tabs in case that is tripping up the build
* Reverted back to including mac tabs
* Added missing comma
* Changed author and byline to jamesNK
* Removed merge conflict, byline removed recently in live verion.
* Back out of author set to jamesnk to keep it mergable to latest live change to ms.author
* Trying to resolve merge conflict with author metada changes recently published
* Tring to resolve merge conflics with main
* Add ms.date udpate back in after resolving larger merge conflict on v6 moniker section
* Apply suggestions from code review
Added all JamesNK suggestion on .net 6 code files.
Co-authored-by: James Newton-King <james@newtonking.com>
* .NET 5 sample: Program.cs: removing extra space before new Greeter.GreeterClient().
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>