You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export-PSMDString should also include references to strings used with Get-PSFLocalizedString. I use localized strings for example in $PSCmdlet.ShouldProcess() and would like to see them matched in Export-PSMDString as well. Does that make sense? Or is this a very nice requirement? 😃
The text was updated successfully, but these errors were encountered:
ugh
That one is not quite as simple, tbh.
That said, you could instead use Test-PSFShouldProcess which should be included correctly and has native support for localization.
AND can be mocked in tests.
Keep this here open nonetheless, should be included anyway.
Export-PSMDString should also include references to strings used with Get-PSFLocalizedString. I use localized strings for example in
$PSCmdlet.ShouldProcess()
and would like to see them matched in Export-PSMDString as well. Does that make sense? Or is this a very nice requirement? 😃The text was updated successfully, but these errors were encountered: