issues Search Results · repo:DotNetAnalyzers/AsyncUsageAnalyzers language:C#
Filter by
43 results
(56 ms)43 results
inDotNetAnalyzers/AsyncUsageAnalyzers (press backspace or delete to remove)Discussed in dotnet/roslyn#20782. CS4014 is only reported if the callee is marked with async, this leaves out a good
portion of the problem cases. It would be be helpful if an analyzer expanded on this ...
external
christopher-carson
- 1
- Opened on Nov 7, 2018
- #76
I have a method need implement from the interface, and this implement is not async. So I write the following signature:
public ValueTask SongInfo FindAsync() But it report AvoidAsyncSuffix. It work fine ...
watsonsong
- Opened on Aug 18, 2018
- #75
See https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers/pull/70#discussion_r207864363
enhancement
needs discussion
sharwell
- Opened on Aug 6, 2018
- #74
See https://github.com/DotNetAnalyzers/AsyncUsageAnalyzers/pull/70#discussion_r207864363
This is a subset of #74.
enhancement
sharwell
- Opened on Aug 6, 2018
- #73
I have C# local functions returning Task / Task\ T\ , but the analyser doesn t give me a warning when I have incorrectly
omitted the Async suffix on the function name.
enhancement
up for grabs
framgeld
- 1
- Opened on Mar 9, 2018
- #67
C# 7.1 introduced async Main methods. Can we leave them out from UseAsyncSuffix?
bug
pull request
vinaychandra
- Opened on Feb 25, 2018
- #66
I am assuming that the alt + enter suppression is a feature by this analyzer.
When I have a method like this:
/// summary
/// some text
/// /summary
public async void MyMethod()
{
}
And want to ...
external
GeertvanHorrik
- 1
- Opened on Nov 18, 2016
- #55
using (var webClient = new WebClient())
{
return webClient.DownloadStringTaskAsync(address);
}
We talked about this in chat, this can lead to situations where it is undefined if the IDisposable is ...
needs discussion
proposal
JohanLarsson
- 4
- Opened on Sep 29, 2016
- #54

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.