Skip to content

Publish & Release SDK #104

Publish & Release SDK

Publish & Release SDK #104

Re-run triggered August 13, 2025 00:41
Status Success
Total duration 37m 14s
Artifacts

dotnet.yml

on: workflow_dispatch
notify-codegen-repo
7s
notify-codegen-repo
notify-slack-on-success
8s
notify-slack-on-success
notify-slack-on-failure
0s
notify-slack-on-failure
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
the-chris-mitchell
approved Aug 13, 2025
prod

Annotations

18 warnings
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: 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: 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: 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
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: 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: 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: 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: 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: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1657
'AccountingApi.GetEmployeesAsync(string, string, DateTime?, string, string, CancellationToken)' is obsolete
build: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L1642
'AccountingApi.GetEmployeeAsync(string, string, Guid, CancellationToken)' is obsolete
build: Xero.NetStandard.OAuth2.Test/Api/AccountingApiTests.cs#L511
'AccountingApi.CreateEmployeesAsync(string, string, Employees, bool?, string, CancellationToken)' is obsolete
build: 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: 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: 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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/