-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Issue moved from dotnet/docs#21411
- Please respond to @harvinders.
From @harvinders on Monday, November 9, 2020 9:35:32 AM
It would be great to also include troubleshooting for following too
Sometime, the warning becomes errors.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Controls.Primitives.GeneratorPosition' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.CornerRadius' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Duration' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.DurationType' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.GridLength' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.GridUnitType' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Media.Animation.KeyTime' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Media.Animation.RepeatBehavior' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Media.Animation.RepeatBehaviorType' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Media.Matrix' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Media.Media3D.Matrix3D' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
8>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.8-rel-28605-00\tools\Microsoft.NetNative.targets(801,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Thickness' from assembly 'Windows' was not included in compilation, but was referenced in the application. There may have been a missing assembly, or a dependency on a more recent Windows SDK release.
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 78ddf57d-b718-f0d7-0a51-9ee24f542fe5
- Version Independent ID: 7a2f2149-f04d-b9bc-be93-30066575d48a
- Content: .NET Native General Troubleshooting - UWP applications
- Content Source: windows-apps-src/dotnet-native/net-native-general-troubleshooting.md
- Product: uwp
- Technology: platform
- GitHub Login: @mcleanbyron
- Microsoft Alias: mcleans
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
gewarren commentedon May 3, 2021
Issue moved from dotnet/docs#21411
From @tdykstra on Monday, May 3, 2021 9:55:15 PM
@gewarren Should we transfer this issue to https://github.com/MicrosoftDocs/windows-uwp ?
capegreg commentedon Apr 6, 2022
Is there an update to this? Thanks.
Merge pull request #3099 from MicrosoftDocs/alvinashcraft/main-update…
DarkKnight1302 commentedon Jan 24, 2023
Any update on this ?