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
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
The files outputted from the function New-DscResourcePowerShellHelp are UTF-8 with BOM and we have removed any other file from the repos so they are just using UTF8 (ASCII).
Verbose logs showing the problem (if applicable)
Suggested solution to the issue
Change the encoding of the cmdlet Out-File to output ASCII.
The text was updated successfully, but these errors were encountered:
johlju
added a commit
to johlju/DscResource.Tests
that referenced
this issue
Jul 12, 2019
Details of the problem, bug, or enhancement
The files outputted from the function New-DscResourcePowerShellHelp are UTF-8 with BOM and we have removed any other file from the repos so they are just using UTF8 (ASCII).
Verbose logs showing the problem (if applicable)
Suggested solution to the issue
Change the encoding of the cmdlet Out-File to output ASCII.
The text was updated successfully, but these errors were encountered: