setup-dotnet/__tests__
Nogic 3447fd6a9f
feat: Cache NuGet global-packages folder (#303)
* feat: cache NuGet global-packages folder

* fix: remove unused files

* docs: fix incorrect action

* ci: add e2e test for cache

* docs: accept suggested changes on README

* docs: add simple cache example

* build: change main script path

* fix: change relative path to install scripts

* fix: change relative path to problem matcher

* refactor: accept changes on cache-utils

* fix: revert main script path changes

* test: fix cache-utils unit test

* test: fix cache-utils unit test

* feat: add `cache-dependency-path` variables

* build: change main script dist path

* ci: add `cache-dependency-path` e2e test & missing lock file

* fix: accept change suggestions

* ci: copy NuGet lock file to root

to pass "test-setup-with-cache" e2e test

* docs: change README guide

* fix: apply suggestions from code review

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>

* test: fix some failed unit tests

- fix `restoreCache()` test for 9703c8
- update installer script

* build: rebuild dist

* Update unit-tests
- Additional unit test were added to setup-dotnet.test.ts

* Update unit tests for unix systems

* Format and lint unit tests

* fix: avoid use '/' on `path.join`

* fix: rebuild dist

* fix: apply suggestions from code review

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>

* build: add `DisableImplicitNuGetFallbackFolder` option

also add guide on README

* docs: highlight warnings and notes

* docs: update note about handling NU1403

---------

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
Co-authored-by: IvanZosimov <ivanzosimov@github.com>
2023-05-29 12:43:18 +02:00
..
__snapshots__ Refactor and update unit-tests (#418) 2023-05-15 14:09:29 +02:00
e2e-test-csproj feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
authutil.test.ts Refactor and update unit-tests (#418) 2023-05-15 14:09:29 +02:00
cache-restore.test.ts feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
cache-save.test.ts feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
cache-utils.test.ts feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
clear-toolcache.ps1 Move toolcache folder 2021-06-28 11:44:40 +03:00
csc.test.ts Refactor and update unit-tests (#418) 2023-05-15 14:09:29 +02:00
installation-scripts.test.ts Increase amount of retries for Dotnet installation scripts tests (#427) 2023-05-19 08:50:54 +02:00
installer.test.ts feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
setup-dotnet.test.ts feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00
verify-dotnet.ps1 feat: Cache NuGet global-packages folder (#303) 2023-05-29 12:43:18 +02:00