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
I was converting a project from NuGet and run into this:
Ausnahmefehler: System.NullReferenceException: Der Objektverweis wurde nicht auf
eine Objektinstanz festgelegt.
bei Paket.SemVer.Parse(String version)
bei Paket.Releases.doesNotExistsOrIsNewer(FileInfo file, SemVerInfo latest)
bei Microsoft.FSharp.Primitives.Basics.List.filter[T](FSharpFunc`2 predicate, FSharpList`1 l)
bei [email protected](SemVerInfo _arg2)
bei Chessie.ErrorHandling.Trial.fSuccess@63-11[p,r,q](FSharpFunc`2 f, p x, FSharpList`1 msgs)
bei Chessie.ErrorHandling.Trial.fSuccess@63-11[p,r,q](FSharpFunc`2 f, p x, FSharpList`1 msgs)
bei Paket.Releases.downloadLatestVersionOf(FSharpList`1 files, String destDir)
bei Paket.VSIntegration.TurnOnAutoRestore(PaketEnv environment)
bei Paket.NuGetConvert.replaceNugetWithPaket(Boolean initAutoRestore, Boolean installAfter, ConvertResultR result)
bei <StartupCode$Paket-Core>[email protected](Unit unitVar0)
bei Paket.Utils.RunInLockedAccessMode[a](String rootFolder, FSharpFunc`2 action)
bei [email protected](ArgParseResults`1 results)
bei Paket.Program.processWithValidation[T](FSharpFunc`2 validateF, FSharpFunc`2 commandF, Command command, String[] args)
bei [email protected](Command command, String[] args)
bei <StartupCode$paket>.$Paket.Program.main@()
Unfortunately I can't share the original project for reproduction.
The text was updated successfully, but these errors were encountered:
ok this makes me think of what do we do with the targets.file.
We can't decide if it's outdated. So let's do a different approach and download all files if one is oudated.
I was converting a project from NuGet and run into this:
Unfortunately I can't share the original project for reproduction.
The text was updated successfully, but these errors were encountered: