Skip to content

Update-Metdata should not change file encoding #17

@lipkau

Description

@lipkau

Current behavior

Metadata is hardcoded to use -Encoding UTF8.
UTF8 is UTF-8 with BOM.

Set-Content -Encoding UTF8 -Path $Path -Value $ManifestContent -NoNewline

Expected behavior

Metadata should not change the file encoding of the manifest.

Eg: I have my manifest files in UTF-8 without BOM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions