1 assignment to MSBuild property _AnalyzerPath
Microsoft.NET.Sdk.Web.Tasks (1)
Microsoft.NET.Sdk.Web.Tasks.csproj (1)
48<_AnalyzerPath>$(NuGetPackageRoot)@(PackageReference-&gt;ToLower())\@(PackageReference-&gt;Metadata('VersionOverride')-&gt;ToLower())\analyzers\</_AnalyzerPath>
2 usages of MSBuild property _AnalyzerPath
Microsoft.NET.Sdk.Web.Tasks (2)
Microsoft.NET.Sdk.Web.Tasks.csproj (2)
51<_AnalyzerFile Include="$(_AnalyzerPath)**\*.dll" /> 54<Error Text="No files found for analyzer for @(PackageReference) at path $(_AnalyzerPath)" Condition="'@(_AnalyzerFile-&gt;Count())' == '0'" />