Hello,
i am looking for a function to import an .net package in bottom tab “imports” (please find a screenshot in the attachments).
Can anyone please tell me how add here a package e.g. System.Globalization?
Greetings
Hello,
i am looking for a function to import an .net package in bottom tab “imports” (please find a screenshot in the attachments).
Can anyone please tell me how add here a package e.g. System.Globalization?
Greetings
Imports is just a visualization of the NamespacesForImplementation
block in the xaml.
You can add new namespaces (not packages) there by just typing it. It should work with anything you have installed through the packages.
Sidenote: changed tags (i_
are for marking status of improvement ideas/bug fixes).