You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding this annotation should help the compiler figure out that the read-only OpenIddictParameter.Value property is guaranteed to be non-null when the static OpenIddictParameter.IsNullOrEmpty() method is called and returns false:
Adding this annotation should help the compiler figure out that the read-only
OpenIddictParameter.Value
property is guaranteed to be non-null when the staticOpenIddictParameter.IsNullOrEmpty()
method is called and returnsfalse
:https://github.com/openiddict/openiddict-core/pull/1116/files#diff-492dc35074f45f4b59b533626ee53171R271
Note:
ReferenceAssemblyAnnotator
doesn't include this attribute yet, but I opened tunnelvisionlabs/ReferenceAssemblyAnnotator#84 to suggest adding it.The text was updated successfully, but these errors were encountered: