Vladislav Antonyuk

Results 27 issues of Vladislav Antonyuk

Add method to check if package is installed: ``` if (!Boots.IsInstalled(Product.Mono, ReleaseChannel.Preview)){ await Boots (Product.Mono, ReleaseChannel.Preview); } ```

enhancement

1. ZoomIn, ZoomOut multiple times using the mouse wheel 2. ``` Error: Microsoft.JSInterop.JSException: Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element'. TypeError: Failed to execute...

bug
fixed/done
investigate

The core library should be independent of the framework (shouldn't have dependencies if possible). Extract dependant code to the separate project. Benefits: - easy implement different renderers for other platforms...

enhancement
fixed/done

Update to .NET MAUI - [x] Change target framework to net6.0 - [x] Remove Xamarin Forms dependencies. Replace them with .NET MAUI (Update xaml, update some code (Color -> Colors,...

### Description Updating OpenTK to version 4.0 causes runtime errors: Unable to find OpenTK version 3.1.0...

4.x

Is it possible to implement the same for UWP, WPF, GTK, macOS, Tizen, etc?

UWP
blocked

### Description of Change ### New Expander control. Uses custom implementation on Android and iOS and native WinUI expander control. ### Linked Issues ### - Fixes #109 ### PR Checklist...

pending documentation
do not merge

Fix Crash on net6.0-ios Reproduction: https://github.com/VladislavAntonyuk/ContinueOnPC

The simple program hangs and doesn't output any result ![image](https://user-images.githubusercontent.com/33021114/179936448-999cd293-86bb-45b0-967e-acc158fe9d41.png)