moved helper classes to helper namespace #376
Annotations
10 errors and 2 warnings
build:
src/Downloader/AbstractDownloadService.cs#L65
The name 'ExceptionHelper' does not exist in the current context
|
build:
src/Downloader/DownloadService.cs#L117
The name 'FileHelper' does not exist in the current context
|
build:
src/Downloader/ChunkDownloader.cs#L60
'Exception' does not contain a definition for 'IsMomentumError' and no accessible extension method 'IsMomentumError' accepting a first argument of type 'Exception' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Downloader/AbstractDownloadService.cs#L65
'ExceptionHelper' is inaccessible due to its protection level
|
build:
src/Downloader/DownloadService.cs#L117
The name 'FileHelper' does not exist in the current context
|
build:
src/Downloader/ChunkDownloader.cs#L60
'Exception' does not contain a definition for 'IsMomentumError' and no accessible extension method 'IsMomentumError' accepting a first argument of type 'Exception' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Downloader/AbstractDownloadService.cs#L65
The name 'ExceptionHelper' does not exist in the current context
|
build:
src/Downloader/DownloadService.cs#L117
The name 'FileHelper' does not exist in the current context
|
build:
src/Downloader/ChunkDownloader.cs#L60
'Exception' does not contain a definition for 'IsMomentumError' and no accessible extension method 'IsMomentumError' accepting a first argument of type 'Exception' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Downloader/AbstractDownloadService.cs#L65
The name 'ExceptionHelper' does not exist in the current context
|
build:
src/Downloader/Request.cs#L42
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
src/Downloader/Request.cs#L42
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|