azrellie
azrellie
> You're using the .NET 9 preview version of the maps NuGet with the .NET 8 versions of the other NuGets. Change the maps one to: `` does that fix...
> Could you please add a [reproduction project](https://github.com/dotnet/maui/blob/main/.github/repro.md) and upload that to a public GitHub repository so we can have a look? Will do that in a moment. > Also...
I started with a clean Maui project, and followed the same setup from the [.NET Maui Maps setup](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/map?view=net-maui-8.0) page. Same error would occur. But when I removed this part ``...
Is anyone there?
> I might be missing it among the text but can you upload a repro to github? Apologies for the late reply, but sure. I'll get on that when I...
@PureWeen I've uploaded the repro project to a repository now, here you go: https://github.com/azrellie/maui-android-repro
> This issue has been verified using Visual Studio 17.11.0 Preview 3.0(8.0.61). Can repro on android platform.  I see. Perhaps I should have also mentioned that the version of...
I got the same problem. And what's weirder is that when you call `IsPlaying()` on the sound when you can't hear it, it returns `true` (as you can see in...
> Do you have specific conditions to replicate the issue? > > I have tried > > ``` > local rf = RecipientFilter() > rf:AddAllPlayers() > self.Sound = CreateSound( self,...