Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-GitHubIssue commands different output #411

Open
Liturgist opened this issue Jul 25, 2023 · 0 comments
Open

Get-GitHubIssue commands different output #411

Liturgist opened this issue Jul 25, 2023 · 0 comments
Labels
bug This relates to a bug in the existing module. triage needed An issue that needs to be reviewed by a member of the team.

Comments

@Liturgist
Copy link

Issue Details

PS C:\src\wXXXXXXXXW> Get-GitHubIssue -OwnerName oXXXXXXXe -RepositoryName wXXXXXXXXW  -Issue 314 | Select-Object -Property body

body
----
```…

This command returns different ouput. The REVERSE SOLIDUS ('\') before the triple quotes was required for formatting, but is not present in the output.

PS C:\src\wXXXXXXXXW> (Get-GitHubIssue -OwnerName oXXXXXXXe -RepositoryName wXXXXXXXXW  -Issue 314).body

\```

Test-ModuleManifest: The specified NestedModule entry 'Compare-Gxxxxxxxxxxxs.psm1' in the module manifest

'C:\Dev\powershell\Wxxxxs\Wxxxxs.psd1' is invalid. Try again after updating this entry with valid values.

Test-ModuleManifest: The specified NestedModule entry 'Get-Exxxxxxxxg.psm1' in the module manifest

'C:\Dev\powershell\Wxxxxs\Wxxxxs.psd1' is invalid. Try again after updating this entry with valid values.
\```

PS C:\src\wXXXXXXXXW>

Steps to reproduce the issue

Verbose logs showing the problem

Suggested solution to the issue

Requested Assignment

Operating System

OsName               : Microsoft Windows 10 Pro
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture       : 64-bit
WindowsVersion       : 2009
WindowsBuildLabEx    : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage           : en-US
OsMuiLanguages       : {en-US}

PowerShell Version

PS C:\src> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.3.6
PSEdition                      Core
GitCommitId                    7.3.6
OS                             Microsoft Windows 10.0.19044
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module Version

PS C:\src> @(
>>             "Running: $((Get-Module -Name PowerShellForGitHub) | Select-Object -ExpandProperty Version)",
>>             "Installed: $((Get-Module -Name PowerShellForGitHub -ListAvailable) | Select-Object -ExpandProperty Version)"
>>         ) -join [Environment]::NewLine
Running:
Installed: 0.16.1
@Liturgist Liturgist added bug This relates to a bug in the existing module. triage needed An issue that needs to be reviewed by a member of the team. labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This relates to a bug in the existing module. triage needed An issue that needs to be reviewed by a member of the team.
Projects
None yet
Development

No branches or pull requests

1 participant