Nico Milcoff
Nico Milcoff
## Current situation As pointed out in #2962, our current mechanism for registering plugins needs some refactoring, because we assume plugin assemblies are going to be loaded at the time...
This is destabilizing the library. We need to focus on PowerShell.
Related to #647. I'm hitting the issue on a Xamarin.iOS / Xamarin.Android app that only has the `Humanizer.Core` package installed. It is crashing for a user whose locale is sk_SK....
### Description :scroll: We currently expose four ViewPager Fragment Adapters: - [MvxFragmentStatePagerAdapter](https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross-AndroidSupport/MvvmCross.Droid.Support.Fragment/MvxFragmentStatePagerAdapter.cs) - [MvxFragmentPagerAdapter](https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross-AndroidSupport/MvvmCross.Droid.Support.Fragment/MvxFragmentPagerAdapter.cs) - [MvxCachingFragmentStatePagerAdapter](https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross-AndroidSupport/MvvmCross.Droid.Support.Fragment/MvxCachingFragmentStatePagerAdapter.cs) - [MvxCachingFragmentPagerAdapter](https://github.com/MvvmCross/MvvmCross/blob/develop/MvvmCross-AndroidSupport/MvvmCross.Droid.Support.Fragment/MvxCachingFragmentPagerAdapter.cs) It looks like the ones with the word "Caching" are there because...
We want to create a sample app that helps developers understand what our library does by navigating the source code and running it. Initially we should have the following "clients":...
We want to create Unit Tests to our library. In order to do so, we need to do an initial setup: - [x] Create a new .NET Core project for...