Commit Graph

517 Commits

Author SHA1 Message Date
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
Marko Zivic 916351aac9
Merge pull request #430 from akv-platform/remove-implicit-dependencies
Remove implicit dependencies
2023-05-26 08:30:48 +02:00
Nikolai Laevskii 1ad2e312fa Add missing dependency 2023-05-25 13:40:06 +02:00
Nikolai Laevskii e3f84b8f7a Install eslint-plugin-node 2023-05-25 13:38:43 +02:00
github-actions[bot] ba848a34bb Update configuration files 2023-05-24 09:54:37 +00:00
Marko Zivic aa983c550d
Merge pull request #428 from akv-platform/add-latest-patch-syntax
Add latest patch syntax
2023-05-24 08:41:30 +02:00
IvanZosimov b891376106 Merge branch 'main' into add-latest-patch-syntax 2023-05-22 12:29:35 +02:00
IvanZosimov b05a3f26b3 Fix review points, rebuild solution 2023-05-22 12:27:33 +02:00
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
2023-05-19 08:50:54 +02:00
IvanZosimov 38b49fb717 Fix informational and debug messages 2023-05-18 12:39:22 +02:00
IvanZosimov 3cf3e230c1 Fix informational message 2023-05-18 12:01:55 +02:00
IvanZosimov 83a1653fa3 Update regular expresiion for isLatestPatchSyntax() 2023-05-18 11:46:40 +02:00
IvanZosimov 898aa0ce4d Fix typo 2023-05-18 11:16:22 +02:00
IvanZosimov 2f028bc044 update unit and e2e tests 2023-05-18 11:11:51 +02:00
IvanZosimov 21cf89aa73 Remove commented lines of code 2023-05-16 15:13:18 +02:00
IvanZosimov fefaa59d2e update logic of outputting dotnet-version 2023-05-16 14:58:18 +02:00
IvanZosimov e8501859aa Update unit tests 2023-05-15 14:24:28 +02:00
IvanZosimov 426d75d071 Merge branch 'main' into add-latest-patch-syntax 2023-05-15 14:13:18 +02:00
Ivan 0f534f5829
Refactor and update unit-tests (#418)
* Update unit-tests and dotnet-install scripts
2023-05-15 14:09:29 +02:00
IvanZosimov fbdbede901 Rebuild solution 2023-05-15 11:49:01 +02:00
IvanZosimov 0bc43909e0 Update mechanic of outputting installed dotnet version 2023-05-15 11:45:07 +02:00
IvanZosimov c5a57b219c Update unit-tests 2023-05-05 10:44:54 +02:00
IvanZosimov 6adeb768ce Update docs 2023-05-05 10:43:09 +02:00
IvanZosimov f425be78f5 Merge branch 'main' of https://github.com/actions/setup-dotnet
into add-latest-patch-syntax
2023-04-20 14:47:10 +02:00
Ivan fc8786b149
Update e2e tests and e2e test infrastructure (#414) 2023-04-20 14:42:27 +02:00
IvanZosimov 7d08dc7593 Add e2e test 2023-04-19 16:48:00 +02:00
IvanZosimov e0a32d6459 Merge branch 'update-e2e-tests' into add-latest-patch-syntax 2023-04-19 16:43:50 +02:00
IvanZosimov 255362be61 Silent dotnet new globaljson command 2023-04-19 16:32:38 +02:00
IvanZosimov 50b46b3b1d Update verify-dotnet.ps1 2023-04-19 16:24:27 +02:00
IvanZosimov e8ac21d503 Fix typos 2023-04-19 15:41:28 +02:00
IvanZosimov a79ce57e6b Update contribution documentation 2023-04-19 13:43:18 +02:00
IvanZosimov 180a15970f Update e2e test infrastructure 2023-04-19 13:40:44 +02:00
IvanZosimov b72f430d36 Update e2e tests 2023-04-13 17:28:59 +02:00
IvanZosimov 559e47b01b Fix review points 2023-04-13 10:33:52 +02:00
IvanZosimov 7358a44590 Update unit tests 2023-04-12 16:44:51 +02:00
IvanZosimov 34c30d0e81 Refactor logic 2023-04-12 15:44:03 +02:00
IvanZosimov 5f570676c2 Add unit and e2e tests 2023-04-11 15:53:11 +02:00
IvanZosimov aa34a3ceaa Fix typo 2023-04-11 13:44:35 +02:00
IvanZosimov 12f70884d7 Fix typo 2023-04-11 13:23:50 +02:00
IvanZosimov 0318091611 Update resolveVersionInput() 2023-04-11 13:20:34 +02:00
IvanZosimov f199d27aa1 Update solution 2023-04-10 16:58:35 +02:00
IvanZosimov 660c25a321 Rebuild action 2023-04-10 16:24:56 +02:00
IvanZosimov 4f6b2f576a Change the logic to support A.B.Cxx 2023-04-10 16:23:29 +02:00
Ivan 920b830bd1
Fix glob bug in package.json scripts section (#401) 2023-04-03 12:48:02 +02:00
github-actions[bot] abdd14ee80
Update configuration files (#398)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-15 00:33:04 +01:00
Othmane KINANE 1d9f0dad5b
Accept absolute paths for 'global-json-file' input (#396) 2023-03-13 12:34:56 +01:00
Marko Zivic 2699274f6e
Merge pull request #395 from akv-platform/reusable-config
Turn on automatic update of ESLint and Prettier configuration files
2023-03-10 10:56:01 +01:00
IvanZosimov ca579e0fb2 Add update-config-files.yml 2023-03-09 13:47:42 +01:00
Ivan c82240598b
Add and configure ESLint and update configuration for Prettier (#391)
* Apply ESLint config and update Prettier

* Update dependencies and rebuild

* Update docs
2023-03-09 14:43:05 +02:00
Ivan 926f442022
Update workflow badges (#377) 2023-01-31 10:29:16 +02:00