Skip to content

Merge pull request #1 from formancehq/speakeasy-sdk-regen-1727105628 #1

Merge pull request #1 from formancehq/speakeasy-sdk-regen-1727105628

Merge pull request #1 from formancehq/speakeasy-sdk-regen-1727105628 #1

Re-run triggered September 23, 2024 15:46
Status Failure
Total duration 1m 54s
Billable time 5m
Artifacts

sdk_publish.yaml

on: push
publish  /  Create Github Release
47s
publish / Create Github Release
publish  /  Publish Python SDK
0s
publish / Publish Python SDK
publish  /  Publish Typescript SDK
0s
publish / Publish Typescript SDK
publish  /  Publish Java SDK
0s
publish / Publish Java SDK
publish  /  Publish PHP SDK
0s
publish / Publish PHP SDK
publish  /  Publish C# SDK
1m 40s
publish / Publish C# SDK
publish  /  Publish Terraform Provider
0s
publish / Publish Terraform Provider
publish  /  Publish Ruby SDK
0s
publish / Publish Ruby SDK
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
publish / Publish C# SDK
Process completed with exit code 1.
publish / Publish C# SDK
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L223
Dereference of a possibly null reference.
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L232
Possible null reference argument for parameter 'token' in 'Session.Session(Credentials credentials, string token, List<string> scopes, DateTime? expiresAt = null)'.
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L69
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.