issues
search
semihokur
/
AsyncFixer
Advanced async/await Diagnostics and CodeFixes for C#
Apache License 2.0
165
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Parentheses are not added if a chained sync call is converted
#38
ChairmanMawh
opened
5 months ago
0
Code is sometimes mangled if it is a sync call that is supplying a method argument
#37
ChairmanMawh
opened
5 months ago
0
Documenting Mapping Between AsyncFixer and VSThreading Analyzers
#36
bbrandt
closed
1 year ago
1
What's the preferred way to fix AsyncFixer02 warning when accessing task.Result after Task.WhenAll(tasks)?
#35
0liver
opened
1 year ago
2
provide as dotnet tool
#34
jkone27
opened
1 year ago
0
Conflicting AsyncFixer01 on use of FluentAssertions ThrowAsync
#33
rcollette
closed
1 year ago
5
asyncfixer.com down
#32
rcollette
opened
1 year ago
0
AsyncFixer05 of TaskTupleAwaiter
#31
pengweiqhca
opened
1 year ago
0
nameof(Task<object>.Result) should not trigger error AsyncFixer02
#30
jpiquot
opened
1 year ago
0
AsyncFixer04 should also include return of Task
#29
milspiir
closed
1 year ago
1
CancellationTokenSource in using block inconsistently triggers AsyncFixer04
#28
evieeddins
opened
2 years ago
0
AsyncFixer05 doesn't cover `return Task.Factory.StartNew(async () =>...);`
#27
Falcz
opened
2 years ago
0
`delegate Task FooAsync()` is passed a `Func<Task<T>>` hiding a bug
#26
johnterickson
opened
2 years ago
0
AsyncFixer01: false positive with ValueTask awaited in method returning Task
#25
egil
closed
2 years ago
4
Analyzer links should be directed to the docs
#24
EddyHaigh
closed
2 years ago
1
VS2022 Support
#23
waynebrantley
closed
2 years ago
7
AsyncFixer01 does not take await foreach into account
#22
Dampypena
closed
2 years ago
1
Visual Studio 2022 support
#21
ryanbuening
closed
3 years ago
5
AsyncFixer01: Do not warn when the await expressions are in the scope of a using declaration
#20
marcelolynch
closed
2 years ago
0
Is AsyncFixer01 really an anti-pattern?
#19
Eli-Black-Work
opened
3 years ago
4
Using declaration treated differently to using blocks
#18
PCavan
closed
2 years ago
1
issue with latest version
#17
goleafs
closed
2 years ago
11
Question: How to fix this AsyncFixer03 issue?
#16
ryanbuening
closed
2 years ago
3
Correct behavior of AsyncFixer01 on methods that mix Task and ValueTask
#15
marcelolynch
closed
3 years ago
2
Feature request: Prefer "await using" over "using" inside async methods
#14
devax
opened
3 years ago
1
warning if dispose object after async
#13
dzmitry-lahoda
opened
3 years ago
2
AsyncFixer02: Do not analyze the nodes under query expressions
#12
semihokur
closed
3 years ago
0
Warning inside query syntax
#11
TheSilvermind
closed
3 years ago
1
Can this be added as a potential misuse of async?
#10
dex3r
opened
3 years ago
1
UnnecessaryAsync analyzer becomes smarter with dataflow analysis
#9
semihokur
closed
3 years ago
0
Fix #7: Improve AsyncFixer01:UnnecessaryAsync
#8
semihokur
closed
3 years ago
0
Incorrect AsyncFixer01 violation when await is needed for inner method call parameter
#7
Piedone
closed
3 years ago
4
error AD0001: Analyzer 'AsyncFixer.AsyncCallInsideUsingBlock.AsyncCallInsideUsingBlockAnalyzer' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'
#6
credfeto
closed
3 years ago
2
Expand AsyncFixer03 with async-void delegates
#5
semihokur
closed
3 years ago
0
Fix #3: UnnecessaryAsync analyzer was not aware of the lack of covariance in the Task Class
#4
semihokur
closed
3 years ago
0
Incorrect AsyncFixer01 violation for Task<T> if T is covariant
#3
Piedone
closed
3 years ago
5
No violation for async void in Action
#2
Piedone
closed
3 years ago
4
UnnecessaryAsync warning for a method involving using expression statements
#1
semihokur
closed
3 years ago
1