Search found 289 matches
- Wed Feb 28, 2018 3:56 am
- Forum: PowerShell Studio
- Topic: [PSS 2018][Bug?] Performance switching between projects
- Replies: 7
- Views: 3704
[PSS 2018][Bug?] Performance switching between projects
PSS Version: 2018 5.5.149 x64 OS Version: Windows 10 x64 1709 WMF Version: 5.1 Impact: Medium Symptoms: When having a project open and loading / switching to another project, if the destination module is large, then PSS will freeze for a significant time, often making it faster to kill it and start...
- Wed Feb 28, 2018 3:47 am
- Forum: PowerShell Studio
- Topic: [PSS 2018][Bug] Duplicate modules & commands
- Replies: 4
- Views: 2421
[PSS 2018][Bug] Duplicate modules & commands
PSS Version: 2018 5.5.149 x64 OS Version: Windows 10 x64 1709 WMF Version: 5.1 Impact: Minor Symptoms: PowerShell Studio will detect each version of installed modules separately and list each command multiple times during Primal Sense Reproducibility: Install two different versions of the same modu...
- Wed Feb 28, 2018 3:38 am
- Forum: PowerShell Studio
- Topic: [PSS 2018][Bug] Aliases not detected
- Replies: 3
- Views: 2053
[PSS 2018][Bug] Aliases not detected
PSS Version: 2018 5.5.149 x64 OS Version: Windows 10 x64 1709 WMF Version: 5.1 Impact: High Symptoms: PowerShell Studio fails to detect any aliases from all of my modules. The default aliases are recognized and work, but the modules I wrote export aliases - as is declared in their manifest - but th...
- Wed Feb 28, 2018 3:27 am
- Forum: PowerShell Studio
- Topic: [PSS 2018][Bug] Primal Sense Parameter order
- Replies: 3
- Views: 2179
[PSS 2018][Bug] Primal Sense Parameter order
PSS Version: 2018 5.5.149 x64 OS Version: Windows 10 x64 1709 WMF Version: 5.1 Impact: Medium Symptoms: When providing Primal Sense for a command that is not part of the current project, the parameters are offered in an apparently random order, rather than the default order. Reproducibility: Type t...
- Mon Oct 02, 2017 2:46 am
- Forum: PowerShell Studio
- Topic: [PSS 2017][Bug]Synchronized module missing files
- Replies: 1
- Views: 821
[PSS 2017][Bug]Synchronized module missing files
PSS Version: 2017 5.4.144 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: High Symptoms: When using the synchronized module project feature, opening a project that has a file still listed that was by now removed from the project folder (e.g.: When renaming a file), this will...
- Mon Sep 25, 2017 2:12 pm
- Forum: PowerShell Studio
- Topic: [PSS 2017][Bug]Synchronized module switching modules
- Replies: 1
- Views: 819
[PSS 2017][Bug]Synchronized module switching modules
PSS Version: 2017 5.4.144 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: Medium Symptom: When using the synchronized module project feature, after opening a module project that has this feature enabled, it will synchronize properly. Opening a second synchronized module proj...
- Mon Sep 25, 2017 2:01 pm
- Forum: PowerShell Studio
- Topic: [PSS 2017][Bug] Error opening project from file
- Replies: 3
- Views: 1576
Re: [PSS 2017][Bug] Error opening project from file
Hi Olga, thanks for the reply and advice. Indeed, the number of files was wrong (and I think I've had every single build since 2012 in an uninterrupted stream of updated installations :) - not counting the few, rare reinstalls I had to do on broken upgrades). A Reinstallation also fixed this issue t...
- Fri Sep 22, 2017 6:55 am
- Forum: PowerShell Studio
- Topic: [PSS 2017][Bug] Error opening project from file
- Replies: 3
- Views: 1576
[PSS 2017][Bug] Error opening project from file
PSS Version: 2017 5.4.143 x64 OS Version: Windows 10 x64 Creators Update WMF Version: 5.1 Impact: Low / Medium Symptom: After installing WIX from the current installer, opening a PowerShell Studio Project by double-clicking on the project file no longer works as designed. The repair/initialization ...
- Thu Sep 14, 2017 8:41 am
- Forum: PowerShell
- Topic: Import .xml file into project and use it
- Replies: 3
- Views: 1803
Re: Import .xml file into project and use it
Hi Michael, you can copy the profile-text into your project files as a multi-lined string: $profile = @' <this> <line> <has> <Totally multiple="lines" /> <replace with="profile-text" /> </has> </line> </this> '@ Then use set-content to write it to a temporary file locally, then run netsh against the...
- Wed Sep 13, 2017 9:48 pm
- Forum: PowerShell Studio
- Topic: [PSS 2017][Bug]Synchronized projects and bin
- Replies: 3
- Views: 1319
Re: [PSS 2017][Bug]Synchronized projects and bin
Hi David, that worked well. Indeed, changing the packager path solved all the trouble. Thoughts: - Should the packager path be excluded in a module project? I somehow see no use-case for the packager in such a project. - Would it be possible to restrict the exclusion to the packager files themselves...