[ItemNotNull] doesn't work with UniTask in Unity

UniTask: https://github.com/Cysharp/UniTask
I tried to use some of the JetBrains.Annotations attributes in my Unity code. They are working great with normal methods. However, they don't seem to work with async UniTask methods. Should I report this to the author of UniTask or here?
Please sign in to leave a comment.