azure-functions-templates
azure-functions-templates copied to clipboard
C# Templates should have Microsoft.VisualStudio.Threading.Analyzers Added by Default
As discussed with @paulbatum .
We have guidance around Async as discussed here.
https://docs.microsoft.com/en-us/azure/azure-functions/functions-best-practices#use-async-code-but-avoid-blocking-calls
By adding this analyzer to the template we have guidance on when the customer is not using Async properly for C#.

https://www.nuget.org/packages/Microsoft.VisualStudio.Threading.Analyzers/
@FinVamp1 is following up on this item.