Our developers have learned that when they create a new solution they need to use the context menu to select "Enable Package Restore", which then enables the msbuild-based package restore.
We want to move to the new automatic package restore but are hitting the problem that now we need to train the team to create a new folder in the solution directory named .nuget then create a nuget.config, then enter the correct commands into the xml. This is clearly not going to happen with any reasonable sized team so we are either stuck with MsBuild-based package restore or having to check the packages folder into TFS (neither of which I want to do).
Please update the VS extension to have an option to disable source control integration for the current solution. This could sit on the same context menu as the existing package restore option.
We want to move to the new automatic package restore but are hitting the problem that now we need to train the team to create a new folder in the solution directory named .nuget then create a nuget.config, then enter the correct commands into the xml. This is clearly not going to happen with any reasonable sized team so we are either stuck with MsBuild-based package restore or having to check the packages folder into TFS (neither of which I want to do).
Please update the VS extension to have an option to disable source control integration for the current solution. This could sit on the same context menu as the existing package restore option.