Nuget packages - mahapps

Hi all

  Does anyone know whether it's possible to add nuget packages, to the visual studio powershell wpf projects. I'm mostly interested in the Mahapps package as it adds alot of controls I need. 
Tool: Visual Studio, Visual Studio Code, PSScriptPad, PowerShell Module
Version: 

Haven’t tried, but I use WPF quite a bit with Powershell and build with POSHTools.

Add the assemblies at the top of your file with system reflection assembly, I don’t see why it wouldn’t work.

Ah yeh, seems nuget package manager won’t have anything to do with it, but if you manually add the packages it seems OK with it.

Did you manage to get custom namespaces working with this like:

Xmlns:loadin=“clr-namespace:LoadingIndicators. WPF;assembly=LoadingIndicators. WPF”

I’m just getting an unknown type error at the moment.