Profiling and asynchronous initialization to improve PowerShell startup24 May 2024·962 words·5 minspowershellInitialize your PowerShell profile asynchronously using idle events
The curious case of PowerShell, Castle DynamicProxy and indexers19 July 2016·841 words·4 minspowershell dotnetI seem to have hit some sort of edge case between the Castle DynamicProxy object and the binding / dispatching of method calls in PowerShell.