maui-samples icon indicating copy to clipboard operation
maui-samples copied to clipboard

Samples for .NET Multi-Platform App UI (.NET MAUI)

Results 100 maui-samples issues
Sort by recently updated
recently updated
newest added

Running any official .NET MAUI example on Windows that uses the TableView to list the examples to try, I face this problem: https://github.com/dotnet/maui-samples/tree/main/8.0/UserInterface/Views/ListViewDemos On the MainPage I click one item...

Updated the .NET 8 samples to .NET 9, in preparation for removing obsolete APIs. Fixes #515 Fixes #512 Todo: - [x] Cherry pick https://github.com/dotnet/maui-samples/pull/519 into the 9.0 folder. - [x]...

### Description For apps created with #193 File path: “8.0/Apps/WeatherTwentyOne/src/WeatherTwentyOne/Platforms/MacCatalyst/TrayService.cs” ``` public void Initialize() { statusBarObj = Runtime.GetNSObject(Class.GetHandle("NSStatusBar")); systemStatusBarObj = statusBarObj.PerformSelector(new Selector("systemStatusBar")); statusBarItem = Runtime.GetNSObject(IntPtr_objc_msgSend_nfloat(systemStatusBarObj.Handle, Selector.GetHandle("statusItemWithLength:"), -1)); statusBarButton = Runtime.GetNSObject(IntPtr_objc_msgSend(statusBarItem.Handle,...

- [x] Update the .csproj files to use `net9-` - [x] Bump the logging package ref - [x] Set minimum versions. - [x] Remove readme's. --- [Associated WorkItem - 318121](https://dev.azure.com/msft-skilling/Content/_workitems/edit/318121)

:pushpin: seQUESTered
:checkered_flag: Release: .NET 9

When bumping the samples to .NET 9, remember to remove the compatibility package from all the .csproj files. --- [Associated WorkItem - 318120](https://dev.azure.com/msft-skilling/Content/_workitems/edit/318120)

:pushpin: seQUESTered
:checkered_flag: Release: .NET 9

We are experiencing an issue where the application crashes when trying to browse an image file using the MediaPicker class in a WinUI project within the Native Embedding Demo. The...

Looks like UITests.Shared (in BasicAppiumNunitSample) uses the Microsoft.Build.NoTargets project type. VS 2022 (I'm running v17.10.6) can't load this project type. I've installed the latest .NET 8.0 SDK for ARM (as...

System.InvalidOperationException Message=BindableObject was not instantiated on a thread with a dispatcher nor does the current application have a dispatcher. 0x9F in Microsoft.Maui.Controls.DispatcherExtensions.FindDispatcher at D:\a\_work\1\s\src\Controls\src\Core\DispatcherExtensions.cs:47,4 C# 0x6 in Microsoft.VisualStudio.DesignTools.MauiTap.MauiHelpers.GetDispatcher C# 0xC...

Apply a11y fixes to **DeveloperBalance** App to the .NET 9 samples.

Apply a11y fixes to **DeveloperBalance** App to the .NET 10 samples.