Questions tagged [net-maui]
2 questions
0
votes
1 answer
.net maui ContentView custom event
I have a ContentView that wraps my MediaElement to use as audio player. Here is how I implemented it.
namespace Solution.MobileApp.Components;
public partial class AudioPlayer : ContentView
{
public static readonly BindableProperty…

Wasyster
- 2,279
- 4
- 26
- 58
-1
votes
1 answer
"Missing" Microsoft.AspNetCore.App.Runtime.win-arm & Microsoft.NetCore.App.Runtime.win-arm: Can't Build
In the process of upgrading a solution to .net 8 I've run into a build error I can't get around.
In short, I get two errors about missing Microsoft.*..win-arm Nuget Packages being unavailable to restore or install/find.
error NU1102: Unable to find…

David Gerding
- 232
- 3
- 10