SkiaSharp.Components icon indicating copy to clipboard operation
SkiaSharp.Components copied to clipboard

project fails to build

Open pfaucon opened this issue 7 years ago • 0 comments

I downloaded the repository, the samples project fails to build on a missing SkiaSharp.Components.Markup.Build project

When building that project directly it fails in SkmlTask.cs:43, "Layout does not contain a definition for content". The layout that VS thinks that is referring to indeed does not have a content property (it does have a path property that does not throw an error).

pfaucon avatar Jun 14 '18 09:06 pfaucon