1 assignment to MSBuild property _AnalyzerPath
Microsoft.NET.Sdk.Web.Tasks (1)
Microsoft.NET.Sdk.Web.Tasks.csproj (1)
48
<
_AnalyzerPath
>$(NuGetPackageRoot)@(PackageReference->ToLower())\@(PackageReference->Metadata('VersionOverride')->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->Count())' == '0'" />