Justin Grote
Justin Grote
@jshigetomi it's my opinion the path should be fetchable by a **public** static method (Something like `SMA::GetDefaultModulePath()`) that, unless otherwise specified by configuration values, should default resolve to `System.Environment.GetFolderPath('LocalApplicationData')` path...
@MrHinsh [ModuleFast](https://github.com/JustinGrote/ModuleFast) already saves to LocalAppData by default and [ModulePath](https://www.powershellgallery.com/packages/ModulePath/0.0.2) can be used to change the default modules path (this will not affect PowerShellGet because it is hard coded there),...
This is probably because I use writeline in the testadapter for IPC communication. I've been meaning to rewrite this to use a different model based on my `PowerServe` project that...
> Unfortunately I don't have a 100% effective answer yet. I'm still holding off until [Immutable Actions](https://github.com/github/roadmap/issues/592) is GA (currently in [public preview](https://github.com/features/preview/immutable-actions)). Once that is available, this should resolve...