You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it is an issue with my MvvmCross developer environment setup, but I have intellisense issues with MvvmCross.Droid.Support.Fragment namespace and Fragment types within presenters and playground samples. Everything compiles fine and there are no runtime issues. But at design time I get the following errors
Error CS0118 'Fragment' is a namespace but is used like a type'
Looking at what is using this namespace it seems it's only the inherited resources.
Pitch
I purposed to change the root namespace of MvvmCross.Droid.Support.Fragment.dll from MvvmCross.Droid.Support.Fragment to MvvmCross.Droid.Support.Fragments. Initial testing with the playground sample seems to cause no regression.
Platforms affected (mark all that apply)
📱 iOS
🤖 Android
🏁 WPF
🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🏗 Enhancement Proposal
I'm not sure if it is an issue with my MvvmCross developer environment setup, but I have intellisense issues with
MvvmCross.Droid.Support.Fragment
namespace andFragment
types within presenters and playground samples. Everything compiles fine and there are no runtime issues. But at design time I get the following errorsLooking at what is using this namespace it seems it's only the inherited resources.
Pitch
I purposed to change the root namespace of
MvvmCross.Droid.Support.Fragment.dll
fromMvvmCross.Droid.Support.Fragment
toMvvmCross.Droid.Support.Fragments
. Initial testing with the playground sample seems to cause no regression.Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: