Created
March 6, 2020 13:21
-
-
Save JamesTryand/1efa1abb71fee5190e1b8205fe230ff4 to your computer and use it in GitHub Desktop.
showui bugs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type: C:\Users\james\Documents\PowerShell\Modules\showui\1.5\CodeGenerator\InstallShowUIAssembly.ps1:176 | |
Line | | |
176 | Add-Type @addTypeParameters | |
| ~~~~~~~~~~~~~~~~~~ | |
| Cannot bind parameter 'Language'. Cannot convert value "CSharpVersion3" to type "Microsoft.PowerShell.Commands.Language". Error: "Unable to match the identifier name CSharpVersion3 to a valid enumerator name. Specify | |
| one of the following enumerator names and try again: CSharp" | |
Add-Type: C:\Users\james\Documents\PowerShell\Modules\showui\1.5\CodeGenerator\Add-UiModule.ps1:228 | |
Line | | |
228 | Add-Type @addTypeParameters | |
| ~~~~~~~~~~~~~~~~~~ | |
| Cannot bind parameter 'Language'. Cannot convert value "CSharpVersion3" to type "Microsoft.PowerShell.Commands.Language". Error: "Unable to match the identifier name CSharpVersion3 to a valid enumerator name. Specify | |
| one of the following enumerator names and try again: CSharp" | |
Import-Module: C:\Users\james\Documents\PowerShell\Modules\showui\1.5\ShowUI.psm1:131 | |
Line | | |
131 | … ortedModule = Import-Module $CommandsPath, $CoreOutputPath -PassThru | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| The specified module 'C:\Users\james\Documents\PowerShell\Modules\showui\1.5\GeneratedAssemblies\ShowUI.CLR..dll' was not loaded because no valid module file was found in any module directory. | |
Import-Module: C:\Users\james\Documents\PowerShell\Modules\showui\1.5\ShowUI.psm1:131 | |
Line | | |
131 | … ortedModule = Import-Module $CommandsPath, $CoreOutputPath -PassThru | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| The specified module 'C:\Users\james\Documents\PowerShell\Modules\showui\1.5\GeneratedAssemblies\ShowUICore.CLR..dll' was not loaded because no valid module file was found in any module directory. | |
InvalidOperation: C:\Users\james\Documents\PowerShell\Modules\showui\1.5\ShowUI.psm1:142 | |
Line | | |
142 | [ShowUI.XamlTricks]::FixSerialization() | |
| ~~~~~~~~~~~~~~~~~~~ | |
| Unable to find type [ShowUI.XamlTricks]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment