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
#43 added support for overwriting an existing agent folder, but the ZipFile.ExtractToDirectory overload it calls only exists on .NET Core; this means it fails when hitting that code branch in DSC 1.1, which still uses .NET Framework.
Cannot convert argument "entryNameEncoding", with value: "True", for "ExtractToDirectory" to type
"System.Text.Encoding": "Cannot convert value "True" to type "System.Text.Encoding". Error: "Invalid cast from
'System.Boolean' to 'System.Text.Encoding'.""
+ CategoryInfo : NotSpecified: (:) [], CimException
+ FullyQualifiedErrorId : MethodArgumentConversionInvalidCastArgument
+ PSComputerName : localhost
The text was updated successfully, but these errors were encountered:
#43 added support for overwriting an existing agent folder, but the
ZipFile.ExtractToDirectory
overload it calls only exists on .NET Core; this means it fails when hitting that code branch in DSC 1.1, which still uses .NET Framework.The text was updated successfully, but these errors were encountered: