PoshCode / Configuration

A module to help other modules have settings
MIT License
176 stars 27 forks source link

Incompatibility with PS v4 #15

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

Assumption

Description

Set-Content is using a parameter that is not available on PSv4

Details

I found this by using Update-Metadata of BuildHelpers: Set-Content in PSv4 does not have a -NoNewLine parameter:

image

https://github.com/PoshCode/Configuration/blob/244a7cbc6f7f415fb989acb82637d42b46447099/Source/Metadata.psm1#L595

lipkau commented 6 years ago

Any update on this?