I'm getting this error on "Set up projects for analysis"
InvalidOperation: D:\a\_temp\238bcc4a-d7dd-49be-9a75-f51f8f0d60ab.ps1:94
Line |
94 | $propertyGroups[0].AppendChild($errorLog)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
Error: Process completed with exit code 1.
I'm getting this error on "Set up projects for analysis"
Repo is this: https://github.com/paulomorgado/Microsoft.Extensions.AspNet
securitycodescan-analysis.yml file:
How can I diagnose this?