-
Hi,
I create a new avalonia project with jetbrains rider and add the styles below to App.xaml. (target framework is net 6.0)
```
…
-
### Description
In my .NET MAUI application, I'm trying to use AppThemeBinding as a DynamicResource in my App.xaml file to set different colors for TextColor.
However, I'm encountering a runtime …
-
### Description
Using RelativeSource binding AncestorType doesn't seem to work using CollectionViewHandler2
### Steps to Reproduce
1. Add a collecitonview to a page, and bind a property in the item…
-
Can we get a lightbulb to change:
```xml
```
with error:
```
Severity Code Description Project File Line Suppression State
Error XLS0413 The property 'iOS' was not found in type 'OnPlatf…
-
### Description
Need the option to disable XAML source gen, this is necessary for native embedding of .NET MAUI on WinUI 3.
Have attempted to do native embedding of .NET MAUI on WinUI 3. Since bot…
-
### Bug explanation
Here is a project example
https://github.com/mouawadma/MDIXExpanderIssue
I am noticing that the expander animation is much slower when using it as part of a class library ve…
-
### Description
We've seen this error a lot with the Xamarin Community Toolkit. Now with .NET MAUI Maps we want the `Map` to appear as being "in the box" with .NET MAUI and let people just use `` w…
-
### Describe the bug
in the gallery example app the "XAML source code" button doesnt work.
### To Reproduce
open gallery app / dialogs and flyout / contentdialog / "XAML source code"
### Expected …
daef updated
6 months ago
-
**NOTE:** If you are using Visual Studio, "Full Page" Hot Reload for MAUI should be working if
- XAML Hot Reload is enabled...
- Is connected... (You should see it working via the status bar, as wel…
-
### Description
have a question while useing maui xaml.
x:static get const string from base class not working. I'm not sure it's a bug or feature of maui.
It can worked in wpf.
How to resolve…