Jonathan Goldberger
Jonathan Goldberger
@adegeo I used a classic .NET Framework 4.6.1 project type in VS 2019 (latest build), not using the SDK project type.
I see this is because the generated TextResources.designer.cs file does have namespace XamarinCRM initially, but this gets changed to XamarinCRM.Localization when the resx file is changed and saved and the...
Pull request to fix issue: #117
See: https://bugzilla.xamarin.com/show_bug.cgi?id=54692
Pull request to fix issue: #117
Setting the Speed to 0 seems to workaround this.
So that would be the case even if someone explicitly passes a managed HttpClientHandler to the HttpClient constructor in the shared code base? It is sometimes required to add auth...