Merge pull request #248 from avadev/jwenger/fix-test-proj #110
Annotations
10 errors and 15 warnings
test:
tests/netstandard/HttpClientTransactionTests.cs#L28
Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'string'
|
test:
tests/netstandard/HttpClientTransactionTests.cs#L30
Argument 4: cannot convert from 'string' to 'Avalara.AvaTax.RestClient.AvaTaxEnvironment'
|
test:
tests/netstandard/HttpClientTransactionTests.cs#L31
Argument 5: cannot convert from 'Avalara.AvaTax.RestClient.AvaTaxEnvironment' to 'Avalara.AvaTax.RestClient.UserConfiguration'
|
test:
tests/netstandard/FreeTaxRatesTest.cs#L40
'AvaTaxClient' does not contain a definition for 'TaxRatesByAddressAsync' and no accessible extension method 'TaxRatesByAddressAsync' accepting a first argument of type 'AvaTaxClient' could be found (are you missing a using directive or an assembly reference?)
|
test:
tests/netstandard/FreeTaxRatesTest.cs#L45
'AvaTaxClient' does not contain a definition for 'TaxRatesByAddressAsync' and no accessible extension method 'TaxRatesByAddressAsync' accepting a first argument of type 'AvaTaxClient' could be found (are you missing a using directive or an assembly reference?)
|
test:
tests/netstandard/FreeTaxRatesTest.cs#L50
'AvaTaxClient' does not contain a definition for 'TaxRatesByPostalCodeAsync' and no accessible extension method 'TaxRatesByPostalCodeAsync' accepting a first argument of type 'AvaTaxClient' could be found (are you missing a using directive or an assembly reference?)
|
test:
tests/netstandard/ErrorResultTests.cs#L27
'AvaTaxClient' does not contain a definition for 'PingAsync' and no accessible extension method 'PingAsync' accepting a first argument of type 'AvaTaxClient' could be found (are you missing a using directive or an assembly reference?)
|
test:
tests/netstandard/ErrorResultTests.cs#L45
'AvaTaxClient' does not contain a definition for 'ChangePasswordAsync' and no accessible extension method 'ChangePasswordAsync' accepting a first argument of type 'AvaTaxClient' could be found (are you missing a using directive or an assembly reference?)
|
test:
tests/net45/HttpClientTransactionTests.cs#L28
Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'string'
|
test:
tests/net45/HttpClientTransactionTests.cs#L30
Argument 4: cannot convert from 'string' to 'Avalara.AvaTax.RestClient.AvaTaxEnvironment'
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/setup-msbuild@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
src/AvaTaxOfflineHelper.cs#L18
XML comment has a param tag for 'exc', but there is no parameter by that name
|
test:
src/AvaTaxOfflineHelper.cs#L19
Parameter 'message' has no matching param tag in the XML comment for 'AvaTaxOfflineHelperException.AvaTaxOfflineHelperException(string, Exception)' (but other parameters do)
|
test:
src/AvaTaxOfflineHelper.cs#L19
Parameter 'inner' has no matching param tag in the XML comment for 'AvaTaxOfflineHelperException.AvaTaxOfflineHelperException(string, Exception)' (but other parameters do)
|
test:
src/AvaTaxOfflineHelper.cs#L40
XML comment is not placed on a valid language element
|
test:
src/AvaTaxOfflineHelper.cs#L54
XML comment has a param tag for 'zip', but there is no parameter by that name
|
test:
src/AvaTaxOfflineHelper.cs#L56
Parameter 'zips' has no matching param tag in the XML comment for 'AvaTaxOfflineHelper.StoreZipRateContent(AvaTaxClient, string, List<string>, string)' (but other parameters do)
|
test:
tests/netstandard/TransactionTests.cs#L115
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
test:
tests/netstandard/TransactionTests.cs#L115
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
test:
tests/netstandard/TransactionTests.cs#L168
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
test:
tests/netstandard/TransactionTests.cs#L168
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
test
.NET Core 2.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
test
.NET Core 2.2 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
test
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
test
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|