googleads / google-ads-dotnet

This project hosts the .NET client library for the Google Ads API.

Home Page:https://developers.google.com/google-ads/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore REST fallback...

AnashOommen opened this issue · comments

Grpc.Core is now sunset, and Grpc.Net.Client doesn't do a good job of working well on .NET Framework. Yet, we have a lot of users on .NET Framework who cannot easily move over to .NET 5 / .NET Core. We saw this issue come up in several recent bugs:

Let's explore using REST fallback as an option for these platforms.

Hi @AnashOommen, do we have any update for the REST fallback?

Hi @Yao725 no, there wasn't anyone who asked for REST transport for the .NET library so far. Are you facing an issue?

Yeah, I‘m exploring the use of .NET Framework with Grpc.Net.Client to call the Ads API, but the minimum OS version requirement blocked me, so I'm interested in the progress of this issue.

After discussing with @AnashOommen, we will not be implementing REST fallback for the time being.