Alex Ghiondea
Alex Ghiondea
We should do that, but we should also catch this case when we promote usings.
I think a rule should not make the code worse. What if the rule to clean-up the usings is not run? That will leave the code with a warning. I...
/cc @aarondcoleman @WestDiscGolf
@JeffDalby the plan is to support .NET Standard 1.3 which should allow you to use this in Xamarin.iOS and UAP10.
A prototype for the .NET Core support is in #225
Hey — didn’t see the notification for this until now — will take a look over the weekend!!
Hey I think I have updated them in my local branch -- https://github.com/AlexGhiondea/Fitbit.NET/commits/validateWebApps Thanks, Alex
I just saw this issue -- I submitted a PR with a very similar console app: https://github.com/aarondcoleman/Fitbit.NET/pull/218 In addition, it automates the retrieval of the code form the redirect url.
@pedjaaaa yes -- I am doing that here: https://github.com/aarondcoleman/Fitbit.NET/pull/218/files#diff-661b127c81dfffaa0d3fd63c692050e3 The basic idea is that you are going to redirect from the fitbit authorization to http://localhost: and there will be an...
We did talk about having that behavior when we designed it and if I remember correctly, we went with the current design because it matches what a `Dictionary` type does...