-
I'm not having much luck loading a UserControl for WPF, and wondering if you could advise what I might be doing wrong. I have been using this as a reference https://www.cs-script.net/cs-script/help-le…
-
```csharp
using Avalonia.Controls;
namespace AvaloniaDemo;
public class MainWindow : Window {
public MainWindow() {
Title = "Avalonia Demo";
Content = new TabControl {
…
-
### Description
Setting MenuFlyoutSubItem IconImageSource throws a NullReferenceException
### Steps to Reproduce
Add the following to a MenuFlyout:
``` ```
Actual: Throws a NullReferenceException…
-
### Describe the bug
The install hangs without any output using `Add-AppxProvisionedPackage`.
### Steps to reproduce the bug
```
Add-AppxProvisionedPackage -Online -PackagePath .\Microsoft.UI.Xaml.…
-
1.
https://github.com/MacDocNack/Library/blob/372fad576395c25d2a1030bd898689d7d33f21f8/Library/Classes/Book.cs#L9
Тут можно заменить class на record. И вообще лучше все подобные модельки делать че…
-
### Description
![Image](https://github.com/user-attachments/assets/eeb49823-74ce-47f9-9f4e-1ef6b21b7e55)
```
```
### Reproduction Steps
1. Create a new…
-
Could we possibly fix XAML hot reload?
When you make changes to the Xaml while using Hot Reload, you will encounter a Warning:
`This change is not supported by XAML Hot Reload and will not be appl…
-
### Describe the bug
ListView can change values of underlying data if it contains NumberBox with Minimum constraint. It is possible to assume this extends to other inputs with contraints as well.
##…
-
### Current behavior
I have update my single project solution to .net 9 and uno version 5.5.43, all working ok but the image control not show the image form url
```
public Bitmap…
-
### Description
I'm developing a WinUI3 application. When not publishing AOT, it works, but when adding `true,` it throws
```
System.NotSupportedException: 'Cannot retrieve a helper type for generic…