Skip to content

chore: release new SDK versions based on update OpenAPI Spec (#397) #253

chore: release new SDK versions based on update OpenAPI Spec (#397)

chore: release new SDK versions based on update OpenAPI Spec (#397) #253

Triggered via push November 3, 2025 22:35
Status Success
Total duration 2m 17s
Artifacts
build-test-lint
2m 14s
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?'