Build for version - 12.3.0 #629
Merged
Annotations
10 warnings
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L675
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L327
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L229
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L174
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1657
'AccountingApi.GetEmployeesAsync(string, string, DateTime?, string, string, CancellationToken)' is obsolete
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1642
'AccountingApi.GetEmployeeAsync(string, string, Guid, CancellationToken)' is obsolete
|
|
Build post generation:
Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L511
'AccountingApi.CreateEmployeesAsync(string, string, Employees, bool?, string, CancellationToken)' is obsolete
|
|
Build post generation:
Xero.NetStandard.OAuth2/Api/AccountingApi.cs#L19363
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
|
Build post generation:
Xero.NetStandard.OAuth2/Api/AccountingApi.cs#L19343
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
|
|
Build post generation:
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?'
|
Loading