You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got compiler errors when trying to build (both: upstream and in this repo):
CS0535 "GtkImage" doesn't implement the interface member "IImage.ToPlatformImage()"
CS0506 "PlatformCanvas.GetStringSize(string, IFont, float)": The inherited member "AbstractCanvas<PlatformCanvasState>.GetStringSize(string, IFont, float)" can't be overriden because it is not tagged as "virtual" , "abstract" or "override"
Do I still need a more special NuGet package or is it just due to new C# features, because of virtual/override on the GetStringSize() members. (Just messing around with in the .csproj didn't do anything, though).
Is main still the place to be or do you suggest another lytico/* gtk branch?
I really could use some pointers to not get lost...