Opening namespace/module after referencing nuget package doesn't work on a kernel extension #1307
Labels
Area-Packages and Extensions
Related to acquiring and using packages and extensions
bug
Something isn't working
I have F# kernel extension in which (among other requirements) I want to reference nuget packages (to avoid doing it in the editor and disturbing users from proper value) AND open namespaces.
My OnLoadAsync method contains following code piece :
Package loads successfully but it fails upon opening namespaces/modules:
Error: input.fsx (2,6)-(2,11) typecheck error The namespace or module 'Feliz' is not defined.
Exactly the same code inserted into cell works fine:
Is this kernel extension limitation/ by design ? I suspect rather that it is more kernel context operation involved that I may use in a wrong way
The text was updated successfully, but these errors were encountered: