Skip to content

Commit

Permalink
Update MSALAnalyzerAnalyzer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
trwalke authored Nov 12, 2021
1 parent 3026412 commit fb67922
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public override void Initialize(AnalysisContext context)
{
/*Issues
How do I get the name and location of the variable in the InvocationExpressionSyntax/MemberAccessExpressionSyntax?
Why does the analyzer not detect the usage of SetBeforeAccess?
*/
context.ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags.None);
context.EnableConcurrentExecution();
Expand Down

0 comments on commit fb67922

Please sign in to comment.