GuildOfCalamity
GuildOfCalamity
### Description This appears to be broken again. If I do a simple test with a full http link I get an `Unhandled Exception: '=' is an unexpected token.` The...
### Description Would love to have a way for the `ImageSource` object to be converted to `IImage` for `Canvas.DrawImage` calls on Windows environments. ### Public API Changes ``` var imgSource...
### Which version of the app? WinUI 3 Gallery ### Description In the `FilePickerPage.cs` there is the `async void PickFolderButton_Click(object sender, RoutedEventArgs e)` method: [Line 187] StorageApplicationPermissions.FutureAccessList.AddOrReplace("PickedFolderToken", folder); If compiling...
### Steps to reproduce 1. Create **WinUI3** desktop application. 2. Install **OxyPlot.WinUI** 0.9.3 3. Create `` and bind it to a `PlotModel` containing a `LineSeries` 4. Run a timer that...
What I've tried: restarting VS2022, clearing the MEF cache, reinstalling/repairing VS2022... no luck.  **[Version Dump]** Microsoft Visual Studio Community 2022 Version 17.4.2 VisualStudio.17.Release/17.4.2+33122.133 Microsoft .NET Framework Version 4.8.09037 Installed...
I've tested this with all recent versions up until **Version 17.4.0 Preview 2.1** Bookmarks in other file types are saved and remembered on load except for **XAML** files.
Upon startup **App.cs** generates the following exception: **System.DllNotFoundException: 'Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'** ## How to reproduce...
You have two `CustomCheckBox` classes in the same namespace.
I was trying your sample and thought surely this has been resolved by now, after reading through [Printing in WinUI3](https://github.com/microsoft/microsoft-ui-xaml/issues/4419)  Do you have any advice for getting this to...
Proposed single-click-edit feature, also jazzed-up the **MainWindow** a bit.