Releases: jjavierdguezas/ConfigureAwaitVSExtension
Releases · jjavierdguezas/ConfigureAwaitVSExtension
ConfigureAwaitAnalyzer VS2019 v0.1.1-beta.2
CHANGES:
Included in VS2019 version of the package
- Use type checking instead of check the suffix in the
string
representation ofAwaitExpressionSyntax
- 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
CHANGES:
- Use type checking instead of check the suffix in the
string
representation ofAwaitExpressionSyntax
- 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
This one is compatible with Visual Studio 2019
ConfigureAwaitAnalyzer v0.1.0-beta.1
First release, for testing purposes.