Hi, the EPiServer.Logging.Log4Net.2.2.0-pre-000019 fails to set binding redirects.
Steps:
Executing script file 'X:\[MY-PATH-TO-PROJECT]\packages\EPiServer.Logging.Log4Net.2.2.0-pre-000019\tools\Install.ps1'... get-childItem : Cannot find path 'X:\[MY-PATH-TO-PROJECT]\packages\EPiServer.Logging.Log4Net.2.2.0-pre-000019\lib\net45' because it does not exist. At X:\[MY-PATH-TO-PROJECT]\packages\EPiServer.Logging.Log4Net.2.2.0-pre-000019\tools\Install.ps1:124 char:1 + get-childItem "$libPath\*.dll" | % { AddOrUpdateBindingRedirect $_ $ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (X:\[MY-PATH-TO-PROJECT]\...00019\lib\net45:String) [Get-ChildItem], ItemNotFound Exception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand Successfully installed 'EPiServer.Logging.Log4Net 2.2.0-pre-000019' to Website
The package lib-folder has only folder net461 and the Install.ps1 file has hardcoded:
$libPath = join-path $installPath "lib\net45"
Thanks for reporting! I have created bug report CMS-8985 for it.
Hi, the EPiServer.Logging.Log4Net.2.2.0-pre-000019 fails to set binding redirects.
Steps:
The package lib-folder has only folder net461 and the Install.ps1 file has hardcoded: