Moved all usings to GlobalUsings.cs and add Logger to BaseTestClass.cs #502
Annotations
1 error and 10 warnings
Run tests and collect coverage
Process completed with exit code 1.
|
Build solution:
src/Downloader.Test/GlobalUsings.cs#L17
The using directive for 'Downloader.Test.Helper' appeared previously in this namespace
|
Build solution:
src/Downloader.Test/UnitTests/TaskStateManagementTest.cs#L3
Parameter 'output' is unread.
|
Build solution:
src/Downloader.Test/UnitTests/RequestTest.cs#L253
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build solution:
src/Downloader.Test/UnitTests/RequestTest.cs#L273
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build solution:
src/Downloader.Test/HelperTests/DummyFileControllerTest.cs#L272
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build solution:
src/Downloader.Test/GlobalUsings.cs#L17
The using directive for 'Downloader.Test.Helper' appeared previously in this namespace
|
Build solution:
src/Downloader.Test/UnitTests/TaskStateManagementTest.cs#L3
Parameter 'output' is unread.
|
Build solution:
src/Downloader.Test/UnitTests/RequestTest.cs#L253
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build solution:
src/Downloader.Test/UnitTests/RequestTest.cs#L273
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build solution:
src/Downloader.Test/HelperTests/DummyFileControllerTest.cs#L272
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Loading