Morten Nielsen
Morten Nielsen
**Describe the bug** I'm trying to use MRTCore in a WPF application. I reference ProjectReunion package, and compile and I'm presented with this error: > 1>C:\Users\mn\.nuget\packages\microsoft.projectreunion.winui\0.8.0-preview\buildTransitive\Microsoft.WinUI.targets(15,5): error : This version...
### Describe the bug When adding the latest 1.6.240531000-experimental1 nuget package, I'm met with the following error: ``` 1>C:\Users\mn\.nuget\packages\microsoft.windowsappsdk\1.6.240531000-experimental1\buildTransitive\Microsoft.WindowsAppSDK.targets(84,9): error : This version of the Windows App SDK requires Microsoft.Windows.SDK.NET.Ref...
## Summary I'm looking at the new TitleBar, and while functionally and visually I LOVE it, I have some concerns about the API itself.  First of all, the naming...
### Which version of the app? WinUI 3 Gallery ### Description On the Iconography page it's too easy to go pick an icon glyph and add it to your app,...
## Describe the bug If you use data rows in a UWP app and run the tests in release builds, you're met with the following error: ``` Failed TestMethod1 (System.Object[])...
Currently if you click a link in the popup viewer it'll open the default browser. In some cases you might want to just open the link in a webview inside...
In the popupviewer when there are URLs, the text "View" is shown, but this text hasn't been localized: https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/44f8d9a21a14759e4edaf6569fcaceea7023a2a9/src/Toolkit/Toolkit/UI/Controls/PopupViewer/FieldsPopupElementView.cs#L132 https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/44f8d9a21a14759e4edaf6569fcaceea7023a2a9/src/Toolkit/Toolkit/UI/Controls/PopupViewer/FieldsPopupElementView.cs#L149C36-L149C42 Reported here: https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/issues/555#issuecomment-2153377472
Converts the KML Viewer app from UWP to latest WinUI SDK
### Describe the bug If I have a window set to `AppWindow.TitleBar.ExtendsContentIntoTitleBar = true`, and I close that window (but other WinUI windows are still live), then changing the system...
# Proposal: Add ability to get hosting Window from XamlRoot or UIElement ## Summary Several APIs requires access to the Window handle, but it's currently impossible to get the window...