From ca35e1857f27f4cf73aa0bfe4d91df182e4a9db6 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 30 Oct 2024 17:48:07 +1100 Subject: [PATCH] Update pure.include.md --- docs/mdsource/pure.include.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mdsource/pure.include.md b/docs/mdsource/pure.include.md index 925e57972..48cd72e69 100644 --- a/docs/mdsource/pure.include.md +++ b/docs/mdsource/pure.include.md @@ -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: ```