Results 3 comments of Oliver

Specify `` in your project file https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#runtimeidentifiers https://learn.microsoft.com/en-us/dotnet/core/rid-catalog

Hmm, I'm pretty sure this is all I needed to do in my project to solve the same problem 🤔 Did you clean the output folder before rebuilding? And what...

I've been looking at passing `Span`s to Skia in my project, where I use a lot of pooled SKPoint buffers. I've got a class that looks like this ```cs internal...