lhak

Results 19 comments of lhak

This should definitely be addressed because .net core 3.1 is going out of support by the end of the year and I doubt that winui 3 will be a good...

I have also tried to implement IBasicVideoEffect using cswinrt. I can get the component to load and can see that some of the implemented methods are called succesfully. However, I...

Comparing to the methods that are called when using c++ to implement the video effect, I guess it crashes when trying to call: ```csharp IReadOnlyList SupportedEncodingProperties ``` Unfortunately, Visual Studio...

I see a similar crash when scrolling an image in a scrollviewer. This reproduces with winappsdk 1.1.2 but I cannot trigger it with 1.0.4.

I would also prefer if the focus would first be on achieving parity with the current UWP win2d feature set (e.g. CanvasControl is currently unusable in the winui 3.0 version...

@Aaron-Corp00 See https://github.com/microsoft/Win2D/issues/821 and https://github.com/microsoft/microsoft-ui-xaml/issues/3665

I have seen a similar issue when accessing onedrive files from a WinUI desktop app compared to a UWP app even when using a manifest file with the same package...

To reproduce the issue you can use the default color scheme exported by the editor and the following markup: ```XAML Test Test2 ``` After disabling transparency effects in the windows...

I did a port of the application to the Windows App SDK here: https://github.com/lhak/Dependencies The two branches (windowsappsdk and windowsappsdk_arm64) also contain .net 6 ports of the WPF app.

It would be very nice to have this functionality to support interfaces like IDataTransferManagerInterop in a trim-friendly way. I did a quick test and updated the AsInterface() method in ObjectReference.cs...