Skip to content

SNOW-723810: Add coverage for SFFileTransferAgent #1690

SNOW-723810: Add coverage for SFFileTransferAgent

SNOW-723810: Add coverage for SFFileTransferAgent #1690

Triggered via pull request September 22, 2023 02:05
Status Failure
Total duration 16m 43s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Matrix: Tests on Linux
Matrix: Tests on MAC
Matrix: Tests on Windows
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 150 warnings
Tests on MAC (net6.0, AZURE)
Process completed with exit code 1.
Tests on MAC (net6.0, GCP)
Process completed with exit code 1.
Tests on Linux (net6.0, AWS)
Process completed with exit code 1.
Tests on MAC (net6.0, AWS)
Process completed with exit code 1.
Tests on Linux (net6.0, AZURE)
Process completed with exit code 1.
Tests on Linux (net6.0, GCP)
Process completed with exit code 1.
Tests on MAC (net6.0, AZURE): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L891
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, GCP): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Linux (net6.0, AWS): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L891
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Tests on Linux (net6.0, AWS): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, AWS): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L891
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on MAC (net6.0, AWS): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, GCP): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Linux (net6.0, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net6.0, AWS): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L891
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net472, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net472, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net472, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net471, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net471, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net6.0, AZURE): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/HttpUtil.cs#L344
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net471, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net471, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net471, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, GCP): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net472, AZURE): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net472, AZURE): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AZURE): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net472, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net472, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net472, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net471, AWS): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net471, AWS): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L46
'SFConnectionPoolT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L54
'SFConnectionPoolT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L441
'SFConnectionPoolITAsync.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs#L449
'SFConnectionPoolITAsync.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbAdaptorIT.cs#L19
'SFDbAdaptorIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L19
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net471, AWS): Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L38
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
Tests on Windows (net6.0, GCP): Snowflake.Data/Client/SnowflakeDbException.cs#L26
'SnowflakeDbException.SqlState' hides inherited member 'DbException.SqlState'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L20
'SFBlockingChunkDownloader' is obsolete: 'SFBlockingChunkDownloader is deprecated'
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/ChunkDownloaderFactory.cs#L27
'SFChunkDownloaderV2' is obsolete: 'SFChunkDownloaderV2 is deprecated'
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/FileTransfer/StorageClient/SFGCSClient.cs#L118
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L696
The variable 'e' is declared but never used
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/FileTransfer/SFFileTransferAgent.cs#L891
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L55
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/RestRequest.cs#L56
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L338
'ServicePointManager.FindServicePoint(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Tests on Windows (net6.0, GCP): Snowflake.Data/Core/HttpUtil.cs#L343
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'

Artifacts

Produced during runtime
Name Size
code-coverage-report Expired
14.9 MB
tests-performance Expired
392 KB