Vladyslav Horbachov
Vladyslav Horbachov
**Describe the bug** I'm testing the winui3 branch - Theme mode is not working in the settings. But in the same time, some controls samples can change a theme of...
Hi. I'm already using WinUI 3 in personal projects and production apps. And as I see - Lottie is not supported on this platform. There is no package `CommunityToolkit.WinUI.Lottie`. And...
The project is great, and I would really like to see how to implement unit, integration and e2e tests in that system. Because it's hard to find a god showcase...
### Describe the bug `ApplicationDataStorageHelper` doesn't work with CommunityToolkit.Common v8. It refers to the `ISettingsStorageHelper` which was moved to the other namespace in v8: Version 7: `CommunityToolkit.Helpers.ISettingsStorageHelper` Version 8: `CommunityToolkit.Common.Helpers.ISettingsStorageHelper`...
The latest available version of Service Fabric runtime on winget is `8.2.1363.9590`, which is not enough for the latest SDK installation. I really like windows package manager and it would...
Hi! I'm writing an open source app, using WinUI 3 and now trying to run it on the other platforms through the UNO Platfrom. I've segregated the functionality on the...
Create an example of using XAML Island in Win Forms app to show a "new" version of the app with new UI by integration some of the WinUI components into...
I'm trying to store events in the Warehouses table per product id. And all the events are inherited from `WarehouseEventBase`. But now it's impossible to have TPH (Table Per Hierarchy)...
I've noticed, that setting item might throw an error sometimes. Not sure, but it can be related to the theme changing.
Now `INavigationAware` interface looks like this: ```CSharp public interface INavigationAware { void OnNavigatedTo(object parameter); void OnNavigatedFrom(); } ```` Current implementation is not correct from the architecture point of view. It...