adds working directory #5
Annotations
1 error and 10 warnings
build-test-lint
Process completed with exit code 1.
|
build-test-lint:
Xero.NetStandard.OAuth2/Api/AssetApi.cs#L775
The result of the expression is always 'true' since a value of type 'AssetStatusQueryParam' is never equal to 'null' of type 'AssetStatusQueryParam?'
|
build-test-lint:
Xero.NetStandard.OAuth2/Api/AccountingApi.cs#L19329
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
|
build-test-lint:
Xero.NetStandard.OAuth2/Api/AccountingApi.cs#L19349
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L649
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Get<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L662
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Post<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L675
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Put<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L688
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Delete<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L701
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Head<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L714
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Options<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|
build-test-lint:
Xero.NetStandard.OAuth2/Client/ApiClient.cs#L727
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ApiClient.Patch<T>(string, RequestOptions, IReadableConfiguration, CancellationToken)' (but other parameters do)
|