LibraryManager/test/libman.Test
Jimmy Lewis 0832ac74a1
Update unit tests to target net6.0 (#675)
As netcore2.1 is out of support, these tests fail to run on the CI
agents.  Updating to net6.0 will allow the tests to continue running.

Updating the src projects to net6.0 would also mean that they would stop
functioning for customers who did not have net6.0 installed.  This can
be a concern for both the MSBuild package and the CLI.  Such a change
should only be made when we are bumping the major version.
2022-03-25 16:05:02 -07:00
..
Mocks Rename method to CopyFileAsync to align with the others in the interface 2020-01-03 13:00:27 -08:00
BaseCommandTests.cs Beef up mocking in libman.Test project to improve test reliability 2019-04-23 16:03:37 -07:00
CommandTestBase.cs Beef up mocking in libman.Test project to improve test reliability 2019-04-23 16:03:37 -07:00
HostInteractionTests.cs Stress and Perf fixes (#85) 2018-06-05 07:24:48 -07:00
LibmanCacheCleanTests.cs fix: provide error message for unknown provider. (#608) 2020-09-23 13:13:20 -07:00
LibmanCacheListTest.cs Include the cache location in 'libman cache list' (#583) 2020-05-12 13:02:37 -07:00
LibmanCleanTest.cs delete empty folders after clean operation. (#286) 2018-07-09 17:14:55 -07:00
LibmanConfigTest.cs Beef up mocking in libman.Test project to improve test reliability 2019-04-23 16:03:37 -07:00
LibmanInitTests.cs Add a flag to silently init using the default provider (#659) 2022-01-03 13:42:32 -08:00
LibmanInstallTest.cs Make tests less prone to breaking when jQuery releases. (#584) 2020-05-12 13:03:14 -07:00
LibmanRestoreTest.cs Stress and Perf fixes (#85) 2018-06-05 07:24:48 -07:00
LibmanUninstallTest.cs Stress and Perf fixes (#85) 2018-06-05 07:24:48 -07:00
LibmanUpdateTest.cs Make tests less prone to breaking when jQuery releases. (#584) 2020-05-12 13:03:14 -07:00
LibraryResolverTest.cs Change Provider APIs to use name and version instead of libraryId 2018-08-06 23:14:14 -07:00
SampleTestCommand.cs Disables interactive mode on consoles with redirected input 2018-12-19 11:48:07 -08:00
StringNewLineHelper.cs Stress and Perf fixes (#85) 2018-06-05 07:24:48 -07:00
TestEnvironmentHelper.cs Beef up mocking in libman.Test project to improve test reliability 2019-04-23 16:03:37 -07:00
TestInputReader.cs Move the GetSuggestedDestination API to IProvider 2018-06-13 15:52:14 -07:00
TestLogger.cs Stress and Perf fixes (#85) 2018-06-05 07:24:48 -07:00
libman.Test.csproj Update unit tests to target net6.0 (#675) 2022-03-25 16:05:02 -07:00