Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[UnoMaterialSample] Application not building for Windows and Android.

Open Darsh0307 opened this issue 9 months ago • 0 comments

Windows

2>------ Build started: Project: UnoMaterialSample.Windows, Configuration: Debug x64 ------
2>C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample.Windows\UnoMaterialSample.Windows.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0-windows10.0.19041\UnoMaterialSample.dll'
2>CSC : error CS0006: Metadata file 'C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0-windows10.0.19041\UnoMaterialSample.dll' could not be found
2>Done building project "UnoMaterialSample.Windows.csproj" -- FAILED.
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

Android

1>------ Build started: Project: UnoMaterialSample, Configuration: Debug Any CPU ------
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-arm' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-arm-aot' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-arm64-aot' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-x86' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-x86-aot' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>C:\Program Files\dotnet\sdk\8.0.205\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-x64-aot' is not recognized. See https://aka.ms/netsdk1083 for more information.
1>Done building project "UnoMaterialSample.csproj" -- FAILED.
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>UnoMaterialSample -> C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0-maccatalyst\UnoMaterialSample.dll
1>UnoMaterialSample -> C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0\UnoMaterialSample.dll
1>UnoMaterialSample -> C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0-ios\UnoMaterialSample.dll
1>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
1>UnoMaterialSample -> C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample\bin\Debug\net8.0-android\UnoMaterialSample.dll
2>------ Build started: Project: UnoMaterialSample.Mobile, Configuration: Debug Any CPU ------
2>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.
2>UnoMaterialSample.Mobile -> C:\Users\DarshPatel\Desktop\QA\samples\Uno.Samples\UI\UnoMaterialSample\UnoMaterialSample\UnoMaterialSample.Mobile\bin\Debug\net8.0-android\UnoMaterialSample.Mobile.dll
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 11:17 AM and took 27.271 seconds ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
========== Deploy completed at 11:17 AM and took 27.271 seconds ==========

Darsh0307 avatar May 23 '24 15:05 Darsh0307