I've recently started playing around with Xamarin Workbooks and would like to use it to provide API documentation for some of the things I'm working on.
In one of my first tests however it appears that I can't use extension methods that I've imported via a Nuget package that I created specifically to test this. I can navigate through the namespaces and types provided in the nuget package and call the methods the static way. But not the way I intended; as extension methods.
Is this a bug or missing feature and can I apply a workaround for it in my workbook?
