6 usages of MSBuild property IsAotCompatible
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
24
<IsTrimmable Condition="'$(IsTrimmable)' == '' and '$(
IsAotCompatible
)' == 'true'">true</IsTrimmable>
39
'$(
IsAotCompatible
)' == 'true' Or '$(EnableAotAnalyzer)' == 'true' Or
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Analyzers.targets (2)
77
('$(PublishSingleFile)' == 'true' Or '$(PublishAot)' == 'true' Or '$(
IsAotCompatible
)' == 'true')">true</EnableSingleFileAnalyzer>
84
<EnableAotAnalyzer Condition="'$(EnableAotAnalyzer)' == '' And ('$(PublishAot)' == 'true' or '$(
IsAotCompatible
)' == 'true')">true</EnableAotAnalyzer>
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
104
IsAotCompatible="$(
IsAotCompatible
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets (1)
53
<CsWinRTAotWarningLevel Condition="'$(CsWinRTAotWarningLevel)' == '' and '$(CsWinRTGenerateProjection)' != 'true' and ('$(PublishAot)' == 'true' or '$(
IsAotCompatible
)' == 'true')">1</CsWinRTAotWarningLevel>