We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589e426 commit 1780a9dCopy full SHA for 1780a9d
1 file changed
_rules/1835.md
@@ -6,7 +6,7 @@ severity: 1
6
---
7
Consider the following asynchronous method:
8
9
- private async Task GetDataAsync()
+ private async Task<string> GetDataAsync()
10
{
11
var result = await MyWebService.GetDataAsync();
12
return result.ToString();
0 commit comments