Commit Graph

583 Commits (bf4cd79173c0290c09af17cf9003ca2f32edea40)
 

Author SHA1 Message Date
Nikolai Laevskii 89b480a0df Call addToPath method on DotnetInstallDir directly 3 years ago
Nikolai Laevskii defac2491f Rename initialize to setEnvironmentVariable 3 years ago
Nikolai Laevskii 916aec40c9 Rename DotnetInstallDir.path to DotnetInstallDir.dirPath 3 years ago
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>
3 years ago
Marko Zivic 916351aac9
Merge pull request #430 from akv-platform/remove-implicit-dependencies
Remove implicit dependencies
3 years ago
Nikolai Laevskii 1ad2e312fa Add missing dependency 3 years ago
Nikolai Laevskii e3f84b8f7a Install eslint-plugin-node 3 years ago
Nikolai Laevskii 2785e21d5e Update build 3 years ago
Nikolai Laevskii 80a318b8b8 Change PLATFORM to constant instead of function 3 years ago
Nikolai Laevskii eb0b7f8852 Update build 3 years ago
Nikolai Laevskii 5c7ae4f903 Apply consistent naming 3 years ago
Nikolai Laevskii b7461a1b69 Remove excessive whitespace 3 years ago
Nikolai Laevskii cce8e1bad1 Merge branch 'main' into refactor-installer 3 years ago
Nikolai Laevskii df506c2d9c Refactor convertInstallPathToAbsolute 3 years ago
Nikolai Laevskii abf9166e44 build: Fix DOTNET_INSTALL_DIR enviornment variable 3 years ago
Nikolai Laevskii 7e164d3c3b Fix DOTNET_INSTALL_DIR enviornment variable 3 years ago
Nikolai Laevskii 3dfe2673eb Format: Refactor installer 3 years ago
github-actions[bot] ba848a34bb Update configuration files 3 years ago
Marko Zivic aa983c550d
Merge pull request #428 from akv-platform/add-latest-patch-syntax
Add latest patch syntax
3 years ago
IvanZosimov b891376106 Merge branch 'main' into add-latest-patch-syntax 3 years ago
IvanZosimov b05a3f26b3 Fix review points, rebuild solution 3 years ago
Nikolai Laevskii 5fdecd2063
Increase amount of retries for Dotnet installation scripts tests (#427)
* Increase amount of retries for Dotnet installation scripts tests

* Format: Increase amount of retries for Dotnet installation scripts tests
3 years ago
IvanZosimov 38b49fb717 Fix informational and debug messages 3 years ago
IvanZosimov 3cf3e230c1 Fix informational message 3 years ago
IvanZosimov 83a1653fa3 Update regular expresiion for isLatestPatchSyntax() 3 years ago
IvanZosimov 898aa0ce4d Fix typo 3 years ago
IvanZosimov 2f028bc044 update unit and e2e tests 3 years ago
IvanZosimov 21cf89aa73 Remove commented lines of code 3 years ago
IvanZosimov fefaa59d2e update logic of outputting dotnet-version 3 years ago
IvanZosimov e8501859aa Update unit tests 3 years ago
IvanZosimov 426d75d071 Merge branch 'main' into add-latest-patch-syntax 3 years ago
Ivan 0f534f5829
Refactor and update unit-tests (#418)
* Update unit-tests and dotnet-install scripts
3 years ago
IvanZosimov fbdbede901 Rebuild solution 3 years ago
IvanZosimov 0bc43909e0 Update mechanic of outputting installed dotnet version 3 years ago
Nikolai Laevskii aa85432603 Refactor installer 3 years ago
Nikolai Laevskii 6d92b9bd53 Refactor install dir computation 3 years ago
Nikolai Laevskii dd32dd730c Update installers 3 years ago
IvanZosimov c5a57b219c Update unit-tests 3 years ago
IvanZosimov 6adeb768ce Update docs 3 years ago
IvanZosimov f425be78f5 Merge branch 'main' of https://github.com/actions/setup-dotnet
into add-latest-patch-syntax
3 years ago
Ivan fc8786b149
Update e2e tests and e2e test infrastructure (#414) 3 years ago
IvanZosimov 7d08dc7593 Add e2e test 3 years ago
IvanZosimov e0a32d6459 Merge branch 'update-e2e-tests' into add-latest-patch-syntax 3 years ago
IvanZosimov 255362be61 Silent dotnet new globaljson command 3 years ago
IvanZosimov 50b46b3b1d Update verify-dotnet.ps1 3 years ago
IvanZosimov e8ac21d503 Fix typos 3 years ago
IvanZosimov a79ce57e6b Update contribution documentation 3 years ago
IvanZosimov 180a15970f Update e2e test infrastructure 3 years ago
IvanZosimov b72f430d36 Update e2e tests 3 years ago
IvanZosimov 559e47b01b Fix review points 3 years ago