-
Notifications
You must be signed in to change notification settings - Fork 401
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
.NET 8 #1367
Conversation
5f78934
to
b1a6d9b
Compare
b1a6d9b
to
13539d5
Compare
@VladislavAntonyuk FYI - the PR we merged today introduced merge conflicts in the |
I wonder if we can also remove our reference to the I haven't tried it yet with the toolkit, but it's certainly something we can look into! |
removed, let's see how it works. we can always add it if necessary |
f9c9b1e
to
3471317
Compare
3471317
to
4e67d1f
Compare
Update: @CliffAgius is going to update our documentation on how to consume our preview packages so that community members can use this .NET 8 pre-release of
|
Any plans to include this .Net Maui has now the possibility to AddLogicalChildren instead of only Setting the Parent. |
Media Element issue's and dotnet 8On IOS the player position is not being reported. Works fine on Windows. Tested on RC2. Probably the numeric validation bug is the issue here too. I have also noticed some odd behavior with media element with dotnet 8. It works fine if you use built in controls and do nothing else. Trying to get position in code behind and events are not working properly. They do not fire on Android or IOS. Everything works great on windows though. edit: This build does work fine in toolkit sample build and appears only to be an issue for my use case. I am having media element events not firing and I am unable to track position of media playback when using custom controls. I will have to investigate further. But media playback with built in controls appears to track playback position just fine. Events for media element are untested except for not explicitly working for me. This is most likely an implementation issue on my end though. It works fine on 7.0x but again I want to reiterate it builds and works fine as part of toolkit. |
What is the best practices for reporting issues with this PR? I am having issues with differences in behavior between devices? Should I even mention it? The official samples work as expected when I test the feature I am having issues with. Should I even be commenting with bugs? Or should I wait till its released? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Vlad!!
Thanks @ne0rrmatrix! Now that we've merged our PR supporting .NET 8, could you test MediaElement again on the |
I tested my use case against main. I am having issues on Android and IOS. Untested on Mac atm. I don't believe the issue is caused by media element itself though. The sample builds fine and works as expected. I am having issues with being unable to get the position of playback while playing any media. I can get the duration just fine. I am using a content view and have created custom controls. The content view is unable to get the position. It works fine in dotnet 7.x app but as soon as I switch to 8.x it stops working. This does not appear to be an issue for windows at all. It is just mobile devices like android or IOS. Have not tested on mac. It only affects me when using a content view. Directly using media element everything works as expected. The issue is most likely not directly related to the toolkit. It appears to be an issue with either my code implementation of binding or a bug in Maui itself. I will have to do further testing to figure out where it is the problem originates. |
Description of Change
Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information