Skip to content

Releases: jjavierdguezas/ConfigureAwaitVSExtension

ConfigureAwaitAnalyzer VS2019 v0.1.1-beta.2

21 Apr 14:29
Compare
Choose a tag to compare

CHANGES:
Included in VS2019 version of the package

  • Use type checking instead of check the suffix in the string representation of AwaitExpressionSyntax
  • Avoid some edge cases like:
    • Await an already configured task (invoked as variable)
    • Await calls in Controller Actions in ASP.NET Core projects

ConfigureAwaitAnalyzer v0.1.1-beta.1

20 Apr 01:20
Compare
Choose a tag to compare
Pre-release

CHANGES:

  • Use type checking instead of check the suffix in the string representation of AwaitExpressionSyntax
  • Avoid some edge cases like:
    • Await an already configured task (invoked as variable)
    • Await calls in Controller Actions in ASP.NET Core projects

ConfigureAwaitAnalyzer VS2019 v0.1.0-beta.2

15 Apr 10:02
c0a64ad
Compare
Choose a tag to compare

This one is compatible with Visual Studio 2019

ConfigureAwaitAnalyzer v0.1.0-beta.1

14 Apr 23:25
Compare
Choose a tag to compare
Pre-release

First release, for testing purposes.