-
-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Following https://github.com/fsprojects/Avalonia.FuncUI/tree/master/docs/README.md
I also had to
dotnet nuget add package Avalonia.Skia
dotnet nuget add package Avalonia.Win32
or else I would get
System.TypeLoadException: 'Method 'get_SupportsRegions' in type 'Avalonia.Skia.PlatformRenderInterface' from assembly 'Avalonia.Skia, Version=11.0.0.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b' does not have an implementation.'
and
System.TypeLoadException: 'Method 'CreateEmbeddableTopLevel' in type 'Avalonia.Win32.Win32Platform' from assembly 'Avalonia.Win32, Version=11.0.0.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b' does not have an implementation.'
respectively.
Visual Studio 2022
dotnet version = 9.0.200
Proposed solution: update docs.
(New to FuncUI, not sure if I did something wrong, which is why I'm not doing it myself.)
Metadata
Metadata
Assignees
Labels
No labels