* 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>
* Update new-field.md
Propose to show a list of pages to be updated with the local file path, and pages' remote link to get the actual `Rating` field code.
* Update list of pages for version < 5.0
* Update the links of version 5.0 to the RazorPagesMovie50 tutorial
* Update list of pages for version 6.0
* Change list of pages to be updated to be an unordered list
* Update links to use /blob instead of /tree when referring to a file.
Makes it clear to the end-user that the `[Required`] attribute used for non-nullable context is not the default one, but one that only checks for null values.
* Update introduction.md
Correct the introduction phrasing of RPC calls, it is not always JavaScript - that is but a single client SDK.
* Update introduction.md
* Apply suggestions from code review