Skip to content

CS0535 & CS0506 -- Another PR is needed so upstream build will no longer be broken #12

@thomiel

Description

@thomiel

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions