-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPC Get Started: Update code sample to .NET 9 #34560
Labels
aspnet-core/svc
okr-freshness
Content health freshness internal initiative
seQUESTered
Identifies that an issue has been imported into Quest.
Source - Docs.ms
Docs Customer feedback via GitHub Issue
tutorials/subsvc
Comments
@wadepickett if you want I can help with upgrading this document and the code to .NET 9 |
@timdeschryver, sure! I wasn't planning on hitting this one until 5 weeks from now since I have other issues I need to take care of first. You are very welcome to get it going. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aspnet-core/svc
okr-freshness
Content health freshness internal initiative
seQUESTered
Identifies that an issue has been imported into Quest.
Source - Docs.ms
Docs Customer feedback via GitHub Issue
tutorials/subsvc
Description
This topic has high traffic and is on the to do list for the freshness effort.
The app sample needs to be updated to .NET 9. Also, while there, review and delete unused using statements in version 8 in Program.cs.
These two were pointed out in issue 32987 for example:
using System.Threading.Tasks
Remove the VS for Mac tab content.
Make sure the freshness spreadsheet is updated afterwards as well.
Page URL
https://learn.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-9.0&tabs=visual-studio
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/tutorials/grpc/grpc-start.md
Document ID
b96be346-958a-cfcd-d80a-c352d64223e8
Article author
@JamesNK
Metadata
Related Issues
Associated WorkItem - 367793
The text was updated successfully, but these errors were encountered: