dotnet-please icon indicating copy to clipboard operation
dotnet-please copied to clipboard

Add support for lock files

Open psmulovics opened this issue 1 year ago • 1 comments

Add option to add the needed settings for lock files:

  • add RestorePackagesWithLockFile with true if missing from csproj
  • try to add --locked-mode to dotnet restore commands

psmulovics avatar Jul 29 '22 01:07 psmulovics

I'm a bit skeptical about this command.

add RestorePackagesWithLockFile with true if missing from csproj

Copy-pasting this property from the first hit on google is faster than executing a command, isn't it?

try to add --locked-mode to dotnet restore commands

Add to what?

BalassaMarton avatar Jul 29 '22 07:07 BalassaMarton