Merge pull request #3 from formancehq/speakeasy-sdk-regen-1732202914 #3
Annotations
5 warnings
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:
src/formance/Hooks/ClientCredentials.cs#L163
Possible null reference argument for parameter 'tokenURL' in 'Credentials.Credentials(string clientID, string clientSecret, string tokenURL)'.
|
Publish:
src/formance/Hooks/ClientCredentials.cs#L223
Dereference of a possibly null reference.
|
Publish:
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:
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.
|
Loading