Mauricio Aviles

Results 15 issues of Mauricio Aviles

**Is your feature request related to a problem? Please describe.** Currently, the generator does not support creating a C# project for Azure Functions. Since Azure Functions support multiple languages and...

enhancement
scope: core

Algolia Client Version: 6.X Language Version: .NET 6 Description [.NET 5](https://devblogs.microsoft.com/dotnet/introducing-net-5/) is [out of support](https://dotnet.microsoft.com/en-us/download/dotnet). It is replaced by [.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6/) which has had a official release for almost a...

We have multiple simple PRs waiting for review/approval and the last commit was done over 6 months ago. Time to fork?

stale

Current `SubscriptionManager` implementation depends on RestSharp. We need to re-implement functionality without dependency on RestSharp.

To send it through the wire > _ > System.Runtime.Serialization.InvalidDataContractException : Type 'Fitbit.Api.Portable.FitbitTokenException' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you...

Currently the [`DefaultTokenManager`](https://github.com/aarondcoleman/Fitbit.NET/blob/async-portable/Fitbit.Portable/OAuth2/DefaultTokenManager.cs) uses a separate HttpClient than FitbitClient, hence wire failures handling is inconsistent with the rest of the library.

`[DefaultTokenManager.RefreshToken()](https://github.com/aarondcoleman/Fitbit.NET/blob/async-portable/Fitbit.Portable/OAuth2/DefaultTokenManager.cs#L11)` should only try to parse during a successful reply. We are currently parsing in all cases, which is in exceptions when parsing.

Let's hide advance mode constructors through this attribute: https://msdn.microsoft.com/en-us/library/system.componentmodel.editorbrowsablestate.aspx

enhancement

Such as `DataCollectionType` Also, fix casing to be consistent with .NET