This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Issues: DotNetAnalyzers/AsyncUsageAnalyzers
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
The non-async method for subclass return a ValueTask report AvoidAsyncSuffix
#75
opened Aug 18, 2018 by
watsonsong
Treat methods with awaitable return types as asynchronous
enhancement
needs discussion
#74
opened Aug 6, 2018 by
sharwell
Treat types marked with AsyncMethodBuilderAttribute as asynchronous
enhancement
#73
opened Aug 6, 2018 by
sharwell
Bug: Analyser not raising warnings for local functions not ending with "Async".
enhancement
up for grabs
#67
opened Mar 9, 2018 by
framgeld
New rule proposal: Propagate cancellation tokens
needs discussion
new rule
proposal
#37
opened Sep 10, 2015 by
sharwell
New rule proposal: Provide CancellationToken in calls
needs discussion
new rule
proposal
#36
opened Sep 10, 2015 by
sharwell
Warn when passing a task into an parameter with type object.
needs discussion
#31
opened Aug 22, 2015 by
RichiCoder1
Proposal: Properties should not be of type Task or Task<T>
needs discussion
new rule
proposal
#23
opened May 6, 2015 by
vweijsters
Define the behavior of AvoidAsyncSuffix for Event-based Asynchronous Pattern
enhancement
needs discussion
#16
opened May 5, 2015 by
sharwell
Define the behavior of AvoidAsyncVoid for event handlers
enhancement
needs discussion
#15
opened May 5, 2015 by
sharwell
Use Task.WhenAll or Task.WhenAny instead of awaiting in loops
needs discussion
new rule
proposal
#6
opened Nov 19, 2014 by
BillWagner
Consider ConfigureAwait() for API calls
needs discussion
new rule
proposal
#4
opened Nov 19, 2014 by
BillWagner
Use Task.FromResult to return already computed results
needs discussion
new rule
proposal
#3
opened Nov 19, 2014 by
BillWagner
Call Task.Yield() instead of Thread.Sleep() to yield control
new rule
pull request
#2
opened Nov 19, 2014 by
BillWagner
Calling Wait() (or any variation) instead of awaiting a task
needs discussion
new rule
proposal
#1
opened Nov 19, 2014 by
BillWagner
ProTip!
Follow long discussions with comments:>50.