CodeQL #441
Annotations
2 warnings
Build:
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).
|
Build:
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).
|
Loading