-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabbedPage running on Android Emulator - Unhandled Exception #6349
Labels
fixed-in-6.0.300-rc.3
Look for this fix in 6.0.300-rc.3!
p/1
Work that is important, and has been scheduled for release in this or an upcoming sprint
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Comments
Verified this issue with Visual Studio Enterprise 17.3.0 Preview 1.0 [32414.199.main]. Repro on Android, not repro on Windows. Sample Project: 6349.zip |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
fixed-in-6.0.300-rc.3
Look for this fix in 6.0.300-rc.3!
p/1
Work that is important, and has been scheduled for release in this or an upcoming sprint
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
I am getting a System.NullReferenceException using a TabbedPage on the Android Emulator.
Windows Machine works fine.
First time using TabbedPage in MAUI so not sure if or in which version this worked before.
Steps to Reproduce
1.Create a new .Net MAUI app
2. Change the MainPage.xaml from ContentPage to TabbedPage
3. Wrap the template's ScrollView in a ContentPage
4. Change MainPage class to inherit from TabbedPage
5. Run using Android Emulator (I used Pixel 5 - API 30(Android 11)
6. Unhandled Exception thrown
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 - API 30
Did you find any workaround?
No
Relevant log output
System.NullReferenceException: 'Object reference not set to an instance of an object.'
The text was updated successfully, but these errors were encountered: