In our previous blog post, we looked at an example of using JetBrains Annotations. We saw they are an easy way to improve Rider (and ReSharper's) code analysis, code completion and navigation by adding some simple hints in our code, in the form of attributes. In this post, we'll look a bit more at t…