renovate/lib/manager/nuget
Rhys Arkins 0e91fda451 feat: centralized cache directory (#10115)
Ignore environment variables and instead use static cache directory for third party tools.

Closes #10094

BREAKING CHANGE: Renovate will now override any package manager cache locations configured in env variables.
# Conflicts:
#	lib/manager/gomod/__snapshots__/artifacts.spec.ts.snap
#	lib/manager/gomod/artifacts.ts
2021-08-17 07:57:45 +02:00
..
__fixtures__ fix(nuget): parse nested conditional deps (#9035) 2021-03-08 13:36:42 +01:00
__snapshots__ fix(nuget): strip protocolVersion hash from source (#9060) 2021-03-10 15:32:15 +00:00
artifacts.spec.ts feat: centralized cache directory (#10115) 2021-08-17 07:57:45 +02:00
artifacts.ts feat: centralized cache directory (#10115) 2021-08-17 07:57:45 +02:00
extract.spec.ts refactor: Identify tests relying on single snapshots (#11150) 2021-08-07 23:43:34 +00:00
extract.ts fix: Revert "refactor: localDir -> cloneDir" (#10166) 2021-05-26 11:22:16 +00:00
index.ts feat(nuget): add support for updating lock files (#7375) 2020-10-20 10:45:25 +02:00
readme.md docs: use one sentence per line, fix grammar (#10656) 2021-06-29 17:36:41 +00:00
types.ts refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
util.ts fix: Revert "refactor: localDir -> cloneDir" (#10166) 2021-05-26 11:22:16 +00:00

The nuget configuration object is used to control settings for the NuGet package manager. The NuGet package manager supports a SDK-style .csproj/.fsproj/.vbproj format, as described here. This means that .NET Core projects are all supported but any .NET Framework projects need to be updated to the new .csproj/.fsproj/.vbproj format in order to be detected and supported by Renovate.