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
Hi I have just downloaded 2.36.2 using the bootstrapper as part of a build process and receive the following error:
Paket version 2.36.2.0
No platform specified; found output path node for the AnyCPU platform after failing to find one for the following:
(the above error is repeated a number of times)
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at [email protected](IEnumerable1& next) at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase1.MoveNextImpl()
at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable1 source) at [email protected](IEnumerable1& next)
at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase1.MoveNextImpl() at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable1 source)
at Paket.PackageProcess.merge$cont@21(String buildConfig, String buildPlatform, ProjectFile projectFile, TemplateFile templateFile, TemplateFile withVersion, Unit unitVar)
at Paket.PackageProcess.f@1-13(String buildConfig, String buildPlatform, FSharpOption1 version, HashSet1 allTemplateFiles, ProjectFile projectFile, TemplateFile templateFile)
at Paket.PackageProcess.Pack[a](String workingDir, DependenciesFile dependencies, String packageOutputPath, FSharpOption1 buildConfig, FSharpOption1 buildPlatform, FSharpOption1 version, FSharpOption1 releaseNotes, FSharpOption1 templateFile, FSharpOption1 excludedTemplates, Boolean lockDependencies, Boolean symbols)
at [email protected](ParseResults1 results) at Paket.Program.processWithValidation[T](FSharpFunc2 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@()
I have pinned my build to release 2.35.0 for now, but wanted to let you know
Thanks, Mark
The text was updated successfully, but these errors were encountered:
Hi I have just downloaded 2.36.2 using the bootstrapper as part of a build process and receive the following error:
Paket version 2.36.2.0
No platform specified; found output path node for the AnyCPU platform after failing to find one for the following:
(the above error is repeated a number of times)
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at [email protected](IEnumerable
1& next) at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase
1.MoveNextImpl()at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable
1 source) at [email protected](IEnumerable
1& next)at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase
1.MoveNextImpl() at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable
1 source)at Paket.PackageProcess.merge$cont@21(String buildConfig, String buildPlatform, ProjectFile projectFile, TemplateFile templateFile, TemplateFile withVersion, Unit unitVar)
at Paket.PackageProcess.f@1-13(String buildConfig, String buildPlatform, FSharpOption
1 version, HashSet
1 allTemplateFiles, ProjectFile projectFile, TemplateFile templateFile)at Paket.PackageProcess.Pack[a](String workingDir, DependenciesFile dependencies, String packageOutputPath, FSharpOption
1 buildConfig, FSharpOption
1 buildPlatform, FSharpOption1 version, FSharpOption
1 releaseNotes, FSharpOption1 templateFile, FSharpOption
1 excludedTemplates, Boolean lockDependencies, Boolean symbols)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@()
I have pinned my build to release 2.35.0 for now, but wanted to let you know
Thanks, Mark
The text was updated successfully, but these errors were encountered: