Skip to content

Commit 76c7e50

Browse files
dennisdoomenDennis DoomenCopilot
authored
Update AV1562 guideline (#368)
Split from #298. Co-authored-by: Dennis Doomen <dennis.doomen@greenchoice.nl> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7bd1063 commit 76c7e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_rules/1562.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ severity: 1
66
---
77
They make code less understandable and might cause people to introduce bugs. Instead, return compound objects or tuples.
88

9-
**Exception:** Calling and declaring members that implement the [TryParse](https://docs.microsoft.com/en-us/dotnet/api/system.int32.tryparse) pattern is allowed. For example:
9+
**Exception:** Calling and declaring members that implement the [TryParse](https://learn.microsoft.com/en-us/dotnet/api/system.int32.tryparse) pattern is allowed. For example:
1010

1111
bool success = int.TryParse(text, out int number);

0 commit comments

Comments
 (0)