Skip to content

[XAPI-1200] Fix build scripts (#389) #249

[XAPI-1200] Fix build scripts (#389)

[XAPI-1200] Fix build scripts (#389) #249

Triggered via push October 22, 2025 02:52
Status Success
Total duration 2m 23s
Artifacts
build-test-lint
2m 19s
build-test-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-test-lint: 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-test-lint: 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-test-lint: 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-test-lint: 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-test-lint: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1657
'AccountingApi.GetEmployeesAsync(string, string, DateTime?, string, string, CancellationToken)' is obsolete
build-test-lint: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1642
'AccountingApi.GetEmployeeAsync(string, string, Guid, CancellationToken)' is obsolete
build-test-lint: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L511
'AccountingApi.CreateEmployeesAsync(string, string, Employees, bool?, string, CancellationToken)' is obsolete
build-test-lint: 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-test-lint: 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-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?'