2 assignments to MSBuild property _ReadyToRunWarningsDetected
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
482
<Output TaskParameter="WarningsDetected" PropertyName="
_ReadyToRunWarningsDetected
" />
516
<Output TaskParameter="WarningsDetected" PropertyName="
_ReadyToRunWarningsDetected
" />
2 usages of MSBuild property _ReadyToRunWarningsDetected
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (2)
487
<_ReadyToRunCompilerHasWarnings Condition="'$(
_ReadyToRunWarningsDetected
)' == 'true'">true</_ReadyToRunCompilerHasWarnings>
521
<_ReadyToRunCompilerHasWarnings Condition="'$(
_ReadyToRunWarningsDetected
)' == 'true'">true</_ReadyToRunCompilerHasWarnings>