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
c:\Code\project>paket update nuget stidgen
Paket version 2.3.0.0
Updating stidgen in c:\Code\project\paket.dependencies group Main
Resolving packages for group Main:
- stidgen 0.5.0
Locked version resolution written to c:\Code\project\paket.lock
Downloading stidgen 0.5.0
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at <StartupCode$Paket-Core>[email protected](FSharpOption`1 o)
at [email protected](b& )
at Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext()
at Microsoft.FSharp.Collections.SeqModule.TryHead[T](IEnumerable`1 source)
at Paket.ProjectFile.GetTargetProfile()
at Paket.BindingRedirects.applyBindingRedirects(FSharpFunc`2 bindingRedirects, String configFilePath)
at Paket.BindingRedirects.applyBindingRedirectsToFolder@146-3.Invoke(String configFilePath)
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
at Paket.InstallProcess.InstallIntoProjects(InstallerOptions options, DependenciesFile dependenciesFile, LockFile lockFile, FSharpList`1 projects)
at <StartupCode$Paket-Core>[email protected](Unit unitVar0)
at Paket.Utils.RunInLockedAccessMode[a](String rootFolder, FSharpFunc`2 action)
at [email protected](ParseResults`1 results)
at Paket.Program.processWithValidation[T](FSharpFunc`2 validateF, FSharpFunc`2 commandF, Command command, String[] args)
at [email protected](Command command, String[] args)
at Paket.Program.main()
at <StartupCode$paket>.$Paket.Program.main@()
Just hapenned to me on 2.3.0.0
Part of the
paket.dependencies
:Binding redirect aren't enabled anywhere, we do it by hand for now (Still didn't change after #1042 was fixed)
I plan to investigate a little more if I have time but I wanted to get the bug report out there in case anyone know where it come from.
The text was updated successfully, but these errors were encountered: