Skip to content

add missing access token json properties #28

add missing access token json properties

add missing access token json properties #28

Triggered via push April 5, 2024 19:05
Status Success
Total duration 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Sdkgen.Client/Parser.cs#L52
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/Sdkgen.Client/Parser.cs#L54
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<PropertyInfo, string?>' (possibly because of nullability attributes).
build: src/Sdkgen.Client/Parser.cs#L52
Nullability of reference types in value of type 'Dictionary<string?, object?>' doesn't match target type 'Dictionary<string, object>'.
build: src/Sdkgen.Client/Authenticator/HttpBearerAuthenticator.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Sdkgen.Client/Authenticator/HttpBasicAuthenticator.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Sdkgen.Client/Authenticator/ApiKeyAuthenticator.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Sdkgen.Client/Parser.cs#L52
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/Sdkgen.Client/Parser.cs#L54
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<PropertyInfo, string?>' (possibly because of nullability attributes).
build: src/Sdkgen.Client/Parser.cs#L52
Nullability of reference types in value of type 'Dictionary<string?, object?>' doesn't match target type 'Dictionary<string, object>'.
build: src/Sdkgen.Client/Authenticator/HttpBearerAuthenticator.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: src/Sdkgen.Client/Authenticator/ApiKeyAuthenticator.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: src/Sdkgen.Client/Authenticator/HttpBasicAuthenticator.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: src/Sdkgen.Client/Authenticator/HttpBearerAuthenticator.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: src/Sdkgen.Client/Parser.cs#L52
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
test: src/Sdkgen.Client/Parser.cs#L54
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<PropertyInfo, string?>' (possibly because of nullability attributes).
test: src/Sdkgen.Client/Parser.cs#L52
Nullability of reference types in value of type 'Dictionary<string?, object?>' doesn't match target type 'Dictionary<string, object>'.
test: tests/Sdkgen.Client.Tests/Generated/ProductTag.cs#L54
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: tests/Sdkgen.Client.Tests/Generated/ProductTag.cs#L92
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: tests/Sdkgen.Client.Tests/Generated/ProductTag.cs#L131
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: tests/Sdkgen.Client.Tests/Generated/ProductTag.cs#L170
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)