fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Disable implicit FSharp.Core and System.ValueTuple when using Central Package Management

Open rstm-sf opened this issue 2 years ago • 5 comments

https://devblogs.microsoft.com/nuget/introducing-central-package-management/

DisableImplicitLibraryPacksFolder = true because it is necessary to map source packages when using Central Package Management

rstm-sf avatar Sep 18 '22 09:09 rstm-sf

Hello! How can these changes be tested?

rstm-sf avatar Sep 19 '22 06:09 rstm-sf

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?

vzarytovskii avatar Sep 19 '22 10:09 vzarytovskii

Adding DisableImplicitSystemValueTupleReference

Also, I think that we can use a workaround, by setting DisableImplicitLibraryPacksFolder

rstm-sf avatar Sep 19 '22 19:09 rstm-sf

/azp run

vzarytovskii avatar Sep 21 '22 19:09 vzarytovskii

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar Sep 21 '22 19:09 azure-pipelines[bot]