-
Notifications
You must be signed in to change notification settings - Fork 18
Don't use Thread.Sleep() analyzers - initial implementation #50
base: master
Are you sure you want to change the base?
Don't use Thread.Sleep() analyzers - initial implementation #50
Commits on Sep 4, 2016
-
AsyncUsageAnalyzers.sln: update version of VisualStudio from 14.0.247…
…20.0 to 14.0.25420.1
Configuration menu - View commit details
-
Copy full SHA for 133c5f2 - Browse repository at this point
Copy the full SHA 133c5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969c1f3 - Browse repository at this point
Copy the full SHA 969c1f3View commit details -
Initial implementation of DontUseThreadSleep and DontUseThreadSleepIn…
…AsyncCode analysis
Configuration menu - View commit details
-
Copy full SHA for 466b00b - Browse repository at this point
Copy the full SHA 466b00bView commit details
Commits on Oct 16, 2016
-
add test which checks if
Thread.Sleep(0)
is changed to` await Task.……Yield()`. Don't use 0 as an Thread.Sleep's argument in other tests
Configuration menu - View commit details
-
Copy full SHA for ddc42f4 - Browse repository at this point
Copy the full SHA ddc42f4View commit details -
update DontUseThreadSleepCodeUniversalCodeFixProvider CodeAction's title
update DontUseThreadSleepCodeUniversalCodeFixProvider CodeAction's title so that it mentions Task.Yield() as a possible fix
Configuration menu - View commit details
-
Copy full SHA for f4b7d8b - Browse repository at this point
Copy the full SHA f4b7d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9982504 - Browse repository at this point
Copy the full SHA 9982504View commit details -
add additional test cases when 'Thread.Sleep()' which should be conve…
…rted to 'await Task.Yield()'
Configuration menu - View commit details
-
Copy full SHA for e64d692 - Browse repository at this point
Copy the full SHA e64d692View commit details
Commits on Oct 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f637170 - Browse repository at this point
Copy the full SHA f637170View commit details -
DontUseThreadSleepCodeUniversalCodeFixProvider: correctly handle valu…
…es which are semanticaly equal to zero
Configuration menu - View commit details
-
Copy full SHA for 3fecffa - Browse repository at this point
Copy the full SHA 3fecffaView commit details -
move extension methods from InvocationExpressionSyntaxExtensions to E…
…xpressionSyntaxExtensions
Configuration menu - View commit details
-
Copy full SHA for 76f050a - Browse repository at this point
Copy the full SHA 76f050aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cd752 - Browse repository at this point
Copy the full SHA e9cd752View commit details
Commits on Oct 19, 2016
-
first working implementation checking if System.TimeSpan.Zero is used…
… in Thread.Sleep() method call this includes code changes, new extension method and changes in CodeFixProvider
Configuration menu - View commit details
-
Copy full SHA for 875fa4f - Browse repository at this point
Copy the full SHA 875fa4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e2c3d - Browse repository at this point
Copy the full SHA f0e2c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca2925 - Browse repository at this point
Copy the full SHA 7ca2925View commit details -
Configuration menu - View commit details
-
Copy full SHA for b896415 - Browse repository at this point
Copy the full SHA b896415View commit details -
DontUseThreadSleepCodeUniversalCodeFixProvider: don't export code fix…
… provider for VisualBasic
Configuration menu - View commit details
-
Copy full SHA for 9272f06 - Browse repository at this point
Copy the full SHA 9272f06View commit details
Commits on Oct 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f173b05 - Browse repository at this point
Copy the full SHA f173b05View commit details
Commits on Nov 6, 2016
-
ExpressionSyntaxExtensions.cs: refactor TryGet... methods. Now they r…
…eturn true if and only if non-null value is assigned to out parameter
Configuration menu - View commit details
-
Copy full SHA for afe96a5 - Browse repository at this point
Copy the full SHA afe96a5View commit details
Commits on May 3, 2017
-
move DontUseThreadSleep.md and DontUseThreadSleepInAsyncCode.md to a …
…documentation folder
Configuration menu - View commit details
-
Copy full SHA for 2cdb5a0 - Browse repository at this point
Copy the full SHA 2cdb5a0View commit details
Commits on May 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 28c4e56 - Browse repository at this point
Copy the full SHA 28c4e56View commit details -
DontUseThreadSleep.md: add note that using reset event might be an al…
…ternative to using Thread.Sleep()
Configuration menu - View commit details
-
Copy full SHA for 3b30f21 - Browse repository at this point
Copy the full SHA 3b30f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49bd3a - Browse repository at this point
Copy the full SHA a49bd3aView commit details