markusroessler
markusroessler
one additional note: The binding works as intended, if I do a Task.Yield() between the two property changes. This may be an indicator, that the SynchronizationContextScheduler.Post you are doing for...
@nirinchev Thank you for the detailed update! Yes, thats a very simplified repro. Our project actually looks like this: Library > UserControl - contains an Entry and two Buttons to...
I'm having the same issue after fresh install - restart doesn't help Version: 1.77.3 (user setup) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:02.548Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT...
For me the following works in a Dotnet MAUI Project (with both `dotnet build` and `dotnet publish`): ``` ResXFileCodeGenerator Resources/Localization/AppResources.Designer.cs Resources/Localization/AppResources.Designer.cs CSharp XXX.Maui.Resources.Localization AppResources ``` After some research I think...
@alberk8 I just had the same problem with a console app and solved it by setting `partial` in the csproj file. This will only trim assemblies that declared trimming support.
I started to notice this bug after updating from 8.0.21 to 8.0.40. Elements within the ItemTemplate's Grid start to overlap and elements within a VerticalStackLayout don't use all available width...
note this exception doesn't occur, if you create a custom Window in App.xaml.cs.CreateWindow() and set the MainPage in this Window instead of the App. However this leads to a memory...
I also find this very frustrating. There's also no way to update the statusbar actions status, which makes it basically useless.