Description
When running the official F# tutorial "FSharp for Azure Notebooks", I'm getting an error when downloading packages with Paket.
Repro steps
- Go to section "Referencing NuGet Packages using Paket"
- Run first two cells.
Actual behavior
After running the second cell containing
Paket.Dependencies.Install """
frameworks: net45
source https://nuget.org/api/v2
nuget MathNet.Numerics
nuget MathNet.Numerics.FSharp
nuget FSharp.Data
nuget XPlot.Plotly
nuget Angara.Base
"""
Paket.LoadingScripts.ScriptGeneration.generateScriptsForRootFolder Paket.LoadingScripts.ScriptGeneration.FSharp
(Paket.FrameworkIdentifier.DotNetFramework Paket.FrameworkVersion.V4_5)
(System.IO.DirectoryInfo __SOURCE_DIRECTORY__)
I'm getting the following:
This expression was expected to have type
'Paket.Domain.GroupName list' but here has type
'Paket.LoadingScripts.ScriptGeneration.ScriptType' This expression was expected to have type
'Paket.LoadingScripts.ScriptGeneration.ScriptType' but here has type
'Paket.FrameworkIdentifier' This expression was expected to have type
'Paket.FrameworkIdentifier' but here has type
'System.IO.DirectoryInfo'
It seems that the function that generates load scripts has changed.
Description
When running the official F# tutorial "FSharp for Azure Notebooks", I'm getting an error when downloading packages with Paket.
Repro steps
Actual behavior
After running the second cell containing
I'm getting the following:
It seems that the function that generates load scripts has changed.