Skip to content

fix: ensure number and decimal does best effort parsing #483

fix: ensure number and decimal does best effort parsing

fix: ensure number and decimal does best effort parsing #483

Triggered via pull request December 18, 2024 10:54
Status Success
Total duration 2m 38s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): Dan.Core/Helpers/Oauth2AccessTokenCachingStrategy.cs#L18
Nullability of reference types in type of parameter 'result' of 'Ttl Oauth2AccessTokenCachingStrategy.GetTtl(Context context, string result)' doesn't match implicitly implemented member 'Ttl ITtlStrategy<string>.GetTtl(Context context, string? result)' (possibly because of nullability attributes).
Analyze (csharp): Dan.Core/Helpers/Oauth2AccessTokenCachingStrategy.cs#L18
Nullability of reference types in type of parameter 'result' of 'Ttl Oauth2AccessTokenCachingStrategy.GetTtl(Context context, string result)' doesn't match implicitly implemented member 'Ttl ITtlStrategy<string>.GetTtl(Context context, string? result)' (possibly because of nullability attributes).