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
we have an issue on our site where
A c# project has a project reference to an F# project. The F# project has a package reference to FSharp.Core nuget package, and that package is found using a /restoreadditionalprojectsources value in the F# project file.
When the C# project is restored, the restore fails because the restoreadditionalprojectsources does not flow through the project reference.