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
Seems to be the same issue as #2405. When running paket install, it fails to remove the nonexistent extension of a LICENCE file contained in a nuget package and fails to install it.
Description
Seems to be the same issue as #2405. When running paket install, it fails to remove the nonexistent extension of a
LICENCE
file contained in a nuget package and fails to install it.Repro steps
Create an empty project
Add the following to paket.dependencies
Expected behavior
Installs Zstandard.Net
Actual behavior
Fails to install with a paket error:
I've tracked it down to line 59 of InstallModel.fs
The text was updated successfully, but these errors were encountered: