-
```
What steps will reproduce the problem?
1. Install-Package Google.Apis.Webmasters.v3
2. service.Sitemaps.List(site).Execute();
or
service.Urlcrawlerrorscounts.Query(site).Execute();
Wha…
-
### Background and motivation
In the aspnetcore extensions repo, in the Microsoft.Extensions.Http.Polly project there are extension methods for HttpClientBuilder so that you can use polly v7 construc…
-
To enhance the template repository **apiclient-boilerplate-dotnet**, I propose adding a `Directory.Build.props` file with the following contents:
```xml
netstandard2.0;netstandard2.1;net…
-
### Is your feature request related to a problem? Please describe.
Failures from client_rpc_call invocations currently only contain the message from the failure.
The stack trace from a failu…
-
I've implemented a token endpoint which is working as expected from the js sdk, but when I try to use it from the dotnet/unity sdk like this:
```cs
_ablyRealtime = new(new ClientOptions
…
-
```
What steps will reproduce the problem?
1.New Class Library project
2.Add Google.APIs.Translate.V2 package(and dependencies)
3.Create simple class with single method based on Translate TranslateTex…
-
```
What steps will reproduce the problem?
1.New Class Library project
2.Add Google.APIs.Translate.V2 package(and dependencies)
3.Create simple class with single method based on Translate TranslateTex…
-
```
What steps will reproduce the problem?
1.New Class Library project
2.Add Google.APIs.Translate.V2 package(and dependencies)
3.Create simple class with single method based on Translate TranslateTex…
-
```
What steps will reproduce the problem?
1.New Class Library project
2.Add Google.APIs.Translate.V2 package(and dependencies)
3.Create simple class with single method based on Translate TranslateTex…
-
The idiomatic way to represent an enum where multiple values can be selected at once would be with the FlagsEnum attribute, as documented at https://learn.microsoft.com/en-us/dotnet/fundamentals/runti…
robfe updated
4 months ago