SNOW-14887010 Structured types read for json result format #2932
main.yml
on: pull_request
Matrix: Tests on Linux
Matrix: Tests on MAC
Matrix: Tests on Windows
Annotations
42 errors and 462 warnings
Tests on Linux (net6.0, AWS)
Process completed with exit code 1.
|
Tests on Linux (net6.0, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net6.0, AWS)
Process completed with exit code 1.
|
Tests on Linux (net7.0, AZURE)
Process completed with exit code 1.
|
Tests on MAC (net7.0, AWS)
Process completed with exit code 1.
|
Tests on MAC (net8.0, AWS)
Process completed with exit code 1.
|
Tests on Linux (net7.0, AWS)
Process completed with exit code 1.
|
Tests on MAC (net6.0, AWS)
Process completed with exit code 1.
|
Tests on Linux (net8.0, AWS)
Process completed with exit code 1.
|
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 Windows (net8.0, AWS)
Process completed with exit code 1.
|
Tests on Linux (net8.0, AZURE)
Process completed with exit code 1.
|
Tests on Linux (net8.0, GCP)
Process completed with exit code 1.
|
Tests on MAC (net8.0, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net472, AWS)
Process completed with exit code 1.
|
Tests on Windows (net7.0, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net8.0, AZURE)
Process completed with exit code 1.
|
Tests on MAC (net7.0, AZURE)
Process completed with exit code 1.
|
Tests on MAC (net8.0, GCP)
Process completed with exit code 1.
|
Tests on Windows (net481, AWS)
Process completed with exit code 1.
|
Tests on MAC (net7.0, GCP)
Process completed with exit code 1.
|
Tests on Windows (net6.0, GCP)
Process completed with exit code 1.
|
Tests on Linux (net7.0, GCP)
Process completed with exit code 1.
|
Tests on Windows (net8.0, GCP)
Process completed with exit code 1.
|
Tests on Windows (net471, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net462, AZURE)
Process completed with exit code 1.
|
Tests on Linux (net6.0, GCP)
Process completed with exit code 1.
|
Tests on Windows (net48, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net472, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net471, AWS)
Process completed with exit code 1.
|
Tests on Windows (net6.0, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net481, AZURE)
Process completed with exit code 1.
|
Tests on Windows (net462, AWS)
Process completed with exit code 1.
|
Tests on Windows (net7.0, AWS)
Process completed with exit code 1.
|
Tests on Windows (net48, AWS)
Process completed with exit code 1.
|
Tests on Windows (net48, GCP)
Process completed with exit code 1.
|
Tests on Windows (net472, GCP)
Process completed with exit code 1.
|
Tests on Windows (net481, GCP)
Process completed with exit code 1.
|
Tests on Windows (net462, GCP)
Process completed with exit code 1.
|
Tests on Windows (net471, GCP)
Process completed with exit code 1.
|
Tests on Windows (net7.0, GCP)
Process completed with exit code 1.
|
Tests on Linux (net6.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, 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 Linux (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, 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 Linux (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, 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 (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, 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 Linux (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, 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 MAC (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, 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 MAC (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, 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 MAC (net6.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, 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 MAC (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, 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 Linux (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, 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 MAC (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net6.0, 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 MAC (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, 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 Linux (net8.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, 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 Linux (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, 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 Linux (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, 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 MAC (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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#L20
'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#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net7.0, 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 (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net8.0, 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 (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net7.0, 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 MAC (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net8.0, 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 MAC (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, 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 (net481, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on MAC (net7.0, 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 MAC (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on MAC (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, 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 (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net7.0, 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 Linux (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, 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 (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net8.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'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#L39
'SFDbFactoryIT.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/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, 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 (net462, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Linux (net6.0, 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 Linux (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Linux (net6.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, 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 (net48, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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#L20
'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#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'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#L39
'SFDbFactoryIT.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/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, 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 (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net6.0, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, 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 (net481, AZURE):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, AZURE):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, 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 (net462, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, 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 (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, 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 (net48, AWS):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, AWS):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, 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 (net48, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net48, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net472, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.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/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.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#L20
'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#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, 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 (net481, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net481, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, 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 (net462, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net462, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L20
'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#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net471, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/Util/TestDataHelpers.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Tests on Windows (net7.0, 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 (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L20
'SFDbFactoryIT.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/IntegrationTests/SFDbFactoryIT.cs#L39
'SFDbFactoryIT.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFAzureClientTest.cs#L63
'SFAzureClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFGCSClientTest.cs#L56
'SFGCSClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L74
'SFRemoteStorageClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFRemoteStorageClientTest.cs#L125
'SFRemoteStorageClientTest.AfterTest()' hides inherited member 'SFBaseTestAsync.AfterTest()'. Use the new keyword if hiding was intended.
|
Tests on Windows (net7.0, GCP):
Snowflake.Data.Tests/UnitTests/SFS3ClientTest.cs#L81
'SFS3ClientTest.BeforeTest()' hides inherited member 'SFBaseTestAsync.BeforeTest()'. Use the new keyword if hiding was intended.
|