fsharp
fsharp copied to clipboard
Disable implicit FSharp.Core and System.ValueTuple when using Central Package Management
https://devblogs.microsoft.com/nuget/introducing-central-package-management/
DisableImplicitLibraryPacksFolder = true
because it is necessary to map source packages when using Central Package Management
Hello! How can these changes be tested?
Hello! How can these changes be tested?
Good question, not sure if we have an automated way of testing it this kind of change.
cc @KevinRansom - we need to support CPVM, since it's stable now and more projects are using it. Is this the desired solution?
Adding DisableImplicitSystemValueTupleReference
Also, I think that we can use a workaround, by setting DisableImplicitLibraryPacksFolder
/azp run
Azure Pipelines successfully started running 2 pipeline(s).