Merge pull request #8 from formancehq/speakeasy-sdk-regen-1741944936 #6
sdk_publish.yaml
on: push
publish
/
Create Github Release
39s
publish
/
Publish Python SDK
0s
publish
/
Publish Typescript SDK
0s
publish
/
Publish Java SDK
0s
publish
/
Publish PHP SDK
0s
publish
/
Publish C# SDK
1m 5s
publish
/
Publish Terraform Provider
0s
publish
/
Publish Ruby SDK
0s
Annotations
4 warnings
publish / Publish C# SDK:
src/FormanceSDK/Hooks/ClientCredentials.cs#L163
Possible null reference argument for parameter 'tokenURL' in 'Credentials.Credentials(string clientID, string clientSecret, string tokenURL)'.
|
publish / Publish C# SDK:
src/FormanceSDK/Hooks/ClientCredentials.cs#L223
Dereference of a possibly null reference.
|
publish / Publish C# SDK:
src/FormanceSDK/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/FormanceSDK/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.
|