The Grasshopper C# editor ... only main assemblies are loaded

Just restarted computer opened new rhino file new gh file new c# editor component.

Same stuff.

No full list of namespaces.

If I load any library it is not shown in the list and the only way to access is like this KangarooSolver.IGoal or in case of linq like this System.Linq.Enumerable.Reverse()

And the same stuff is for old ones. The main issue is asked is that all the things I created before simply do not work because of this referencing.

For me it would be ok if those system references are not shown. But incase you have extension methods in library and you cannot use it is really annoying.