Skip to content

Commit

Permalink
Create documentation #13
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej authored Sep 4, 2016
1 parent 264771f commit 1c71bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ public static Contractor CreatePerson([NotNull] string firstName, [NotNull] stri
throw Fail.Because("Not implemented yet");
}
```
What you can find above is some attributes from ReSharper's [static nullability analysis](https://www.jetbrains.com/resharper/help/Code_Analysis__Code_Annotations.html). The `[NotNull]` or `[CanBeNull]` attributes inform ReSharper about nullability contract of your method.

0 comments on commit 1c71bd5

Please sign in to comment.