-
Notifications
You must be signed in to change notification settings - Fork 1.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
chore: Update all Functions samples to .NET 8.0 #2729
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but there's a failure because this one also needs to be updated: https://github.com/GoogleCloudPlatform/dotnet-docs-samples/blob/main/functions/responsestreaming/StreamBigQuery.Tests/StreamBigQuery.Tests.csproj
Whoops - how did we end up with a .NET 7 sample? Urgh. Will fix that tomorrow. |
bccfc12
to
408d5e4
Compare
Updated the last file, so hopefully it'll go green... |
This will be upgraded to .NET 8 in #2729 but there are still some documentation aspects that need to be cleared out before that can be merged. And this sample has been failing since we updated CI to support .NET 6 and .NET 8 only.
This will be upgraded to .NET 8 in #2729 but there are still some documentation aspects that need to be cleared out before that can be merged. And this sample has been failing since we updated CI to support .NET 6 and .NET 8 only.
This will be upgraded to .NET 8 in GoogleCloudPlatform#2729 but there are still some documentation aspects that need to be cleared out before that can be merged. And this sample has been failing since we updated CI to support .NET 6 and .NET 8 only.
We need to make sure documentation is updated accordingly to specify gen2 and the right runtime.
408d5e4
to
a624761
Compare
We need to make sure documentation is updated accordingly to specify gen2 and the right runtime. (Hence the do-not-merge label.)