Fix proj file #109
Annotations
10 errors and 15 warnings
tests/netstandard/HttpClientTransactionTests.cs#L28
Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'string'
|
tests/netstandard/HttpClientTransactionTests.cs#L30
Argument 4: cannot convert from 'string' to 'Avalara.AvaTax.RestClient.AvaTaxEnvironment'
|
tests/netstandard/HttpClientTransactionTests.cs#L31
Argument 5: cannot convert from 'Avalara.AvaTax.RestClient.AvaTaxEnvironment' to 'Avalara.AvaTax.RestClient.UserConfiguration'
|
tests/net45/HttpClientTransactionTests.cs#L28
Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'string'
|
tests/net45/HttpClientTransactionTests.cs#L30
Argument 4: cannot convert from 'string' to 'Avalara.AvaTax.RestClient.AvaTaxEnvironment'
|
tests/net45/HttpClientTransactionTests.cs#L31
Argument 5: cannot convert from 'Avalara.AvaTax.RestClient.AvaTaxEnvironment' to 'Avalara.AvaTax.RestClient.UserConfiguration'
|
tests/net461/HttpClientTransactionTests.cs#L27
Argument 1: cannot convert from 'System.Net.Http.HttpClient' to 'string'
|
tests/net461/HttpClientTransactionTests.cs#L29
Argument 4: cannot convert from 'string' to 'Avalara.AvaTax.RestClient.AvaTaxEnvironment'
|
tests/net461/HttpClientTransactionTests.cs#L30
Argument 5: cannot convert from 'Avalara.AvaTax.RestClient.AvaTaxEnvironment' to 'Avalara.AvaTax.RestClient.UserConfiguration'
|
tests/net461/FreeTaxRatesTest.cs#L44
'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?)
|
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/
|
src/AvaTaxOfflineHelper.cs#L18
XML comment has a param tag for 'exc', but there is no parameter by that name
|
src/AvaTaxOfflineHelper.cs#L19
Parameter 'message' has no matching param tag in the XML comment for 'AvaTaxOfflineHelperException.AvaTaxOfflineHelperException(string, Exception)' (but other parameters do)
|
src/AvaTaxOfflineHelper.cs#L19
Parameter 'inner' has no matching param tag in the XML comment for 'AvaTaxOfflineHelperException.AvaTaxOfflineHelperException(string, Exception)' (but other parameters do)
|
src/AvaTaxOfflineHelper.cs#L40
XML comment is not placed on a valid language element
|
src/AvaTaxOfflineHelper.cs#L54
XML comment has a param tag for 'zip', but there is no parameter by that name
|
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)
|
tests/netstandard/TransactionTests.cs#L115
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
tests/netstandard/TransactionTests.cs#L115
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
tests/netstandard/TransactionTests.cs#L168
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
tests/netstandard/TransactionTests.cs#L168
'TransactionBuilder.WithLine(decimal, decimal, string, string, string, string, string)' is obsolete: 'This method is deprecated, please use WithLineItem instead.'
|
|
|
|
|
This job failed
Loading