Skip to content

Commit

Permalink
Update pure.include.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 30, 2024
1 parent 71ad909 commit ca35e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mdsource/pure.include.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Verify uses the [PureAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.contracts.pureattribute) to mark methods where the result of the method is expected to be used. For example awaiting the call to `Verify()`.
Rider and ReSharper can be configured to treat the return value of these methods as an error.
Rider and ReSharper can be configured to treat an un-used return value as an error.
Add the following to the `.editorconfig` file:

```
Expand Down

0 comments on commit ca35e18

Please sign in to comment.