Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Device exception message mentions 'you must call Xamarin.Forms.Init() ...' but there is no such API #11527

Closed
Eilon opened this issue Jul 23, 2020 · 1 comment
Labels
in-progress This issue has an associated pull request that may resolve it!

Comments

@Eilon
Copy link
Contributor

Eilon commented Jul 23, 2020

Here:

throw new InvalidOperationException("You MUST call Xamarin.Forms.Init(); prior to using it.");

And here:

throw new InvalidOperationException("You MUST call Xamarin.Forms.Init(); prior to using it.");

Yet, there is no such API Xamarin.Forms.Init(). The API's full name is Xamarin.Forms.Forms.Init(). I think also de-capitalizing the word MUST is appropriate - it doesn't seem necessary.

PR soon.

@Eilon
Copy link
Contributor Author

Eilon commented Jul 23, 2020

PR: #11528

@hartez hartez added the in-progress This issue has an associated pull request that may resolve it! label Jul 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in-progress This issue has an associated pull request that may resolve it!
Projects
None yet
Development

No branches or pull requests

2 participants