Have you checked Github Issues for similar errors?
Exception
for the "MakeIso" task was not specified for the required parameter "UseUEFI"
Visual Studio Output Logs
Сборка начата…
1>------ Сборка начата: проект: COS, Конфигурация: Debug Any CPU ------
1>Анализаторы пропускаются для ускорения сборки. Для запуска анализаторов можно выполнить команды "Собрать" или "Пересобрать".
1>COS -> C:\Users\LEMOGAMES\source\repos\COS\COS\bin\Debug\net6.0\COS.dll
1>Message: Executing IL2CPU on assembly
1>Message: Kernel Base: Cosmos.System.Kernel
1>Message: Checking target assembly: C:\Users\LEMOGAMES\source\repos\COS\COS\bin\Debug\net6.0\COS.dll
1>Message : warning : Loading plugs from assembly: Cosmos.Core_Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983
1>Message : warning : Loading plugs from assembly: Cosmos.Core_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983
1>Message : warning : Loading plugs from assembly: Cosmos.Debug.Kernel.Plugs.Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983
1>Message : warning : Loading plugs from assembly: Cosmos.System2_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983
1>Detecting fields for type 'IL2CPU.Debug.Symbols.FIELD_INFO'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.FIELD_MAPPING'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.MethodIlOp'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.INT3Label'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.Document'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.AssemblyFile'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.Method'
1>Detecting fields for type 'IL2CPU.Debug.Symbols.LOCAL_ARGUMENT_INFO'
1>IL2CPU task took 00:00:20.5699999
1>-g dwarf2 -f elf -o bin\Debug\net6.0\COS.obj -dELF_COMPILATION -O1 bin\Debug\net6.0\COS.asm
1>Yasm task took 00:00:09.0517489
1>-Ttext 0x2000000 -Tdata 0x1000000 -e Kernel_Start -o bin\Debug\net6.0\COS.bin bin\Debug\net6.0\COS.obj -m elf_i386
1>LD task took 00:00:00.2851129
1>C:\Users\LEMOGAMES.nuget\packages\cosmos.build\0.1.0-localbuild20221121055958\build\Cosmos.Build.targets(392,9): error MSB4044: для задачи "MakeIso" не было указано значение для обязательного параметра "UseUEFI".
1>Сборка проекта "COS.csproj" завершена с ошибкой.
========== Сборка: успешно выполнено — 0 , со сбоем — 1, в актуальном состоянии — 0, пропущено — 0 ==========
========== Сборка запущено в 14:31, заняло 36,678 с ==========
How To Reproduce
No changes.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Before posting please confirm that the following are in order
[ x ] Both Cosmos VS Extensions are installed
[ ] In the NuGet Package Manager "Include prerelease" is selected
[ ] The Cosmos NuGet package store is selected (NOT nuget.org) in 'Manage NuGet Packages'
[ x ] The Cosmos NuGet packages are installed
Add any other context about the problem which might be helpful.
Have you checked Github Issues for similar errors?
Exception for the "MakeIso" task was not specified for the required parameter "UseUEFI"
Visual Studio Output Logs Сборка начата… 1>------ Сборка начата: проект: COS, Конфигурация: Debug Any CPU ------ 1>Анализаторы пропускаются для ускорения сборки. Для запуска анализаторов можно выполнить команды "Собрать" или "Пересобрать". 1>COS -> C:\Users\LEMOGAMES\source\repos\COS\COS\bin\Debug\net6.0\COS.dll 1>Message: Executing IL2CPU on assembly 1>Message: Kernel Base: Cosmos.System.Kernel 1>Message: Checking target assembly: C:\Users\LEMOGAMES\source\repos\COS\COS\bin\Debug\net6.0\COS.dll 1>Message : warning : Loading plugs from assembly: Cosmos.Core_Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 1>Message : warning : Loading plugs from assembly: Cosmos.Core_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 1>Message : warning : Loading plugs from assembly: Cosmos.Debug.Kernel.Plugs.Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 1>Message : warning : Loading plugs from assembly: Cosmos.System2_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 1>Detecting fields for type 'IL2CPU.Debug.Symbols.FIELD_INFO' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.FIELD_MAPPING' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.MethodIlOp' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.INT3Label' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.Document' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.AssemblyFile' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.Method' 1>Detecting fields for type 'IL2CPU.Debug.Symbols.LOCAL_ARGUMENT_INFO' 1>IL2CPU task took 00:00:20.5699999 1>-g dwarf2 -f elf -o bin\Debug\net6.0\COS.obj -dELF_COMPILATION -O1 bin\Debug\net6.0\COS.asm 1>Yasm task took 00:00:09.0517489 1>-Ttext 0x2000000 -Tdata 0x1000000 -e Kernel_Start -o bin\Debug\net6.0\COS.bin bin\Debug\net6.0\COS.obj -m elf_i386 1>LD task took 00:00:00.2851129 1>C:\Users\LEMOGAMES.nuget\packages\cosmos.build\0.1.0-localbuild20221121055958\build\Cosmos.Build.targets(392,9): error MSB4044: для задачи "MakeIso" не было указано значение для обязательного параметра "UseUEFI". 1>Сборка проекта "COS.csproj" завершена с ошибкой. ========== Сборка: успешно выполнено — 0 , со сбоем — 1, в актуальном состоянии — 0, пропущено — 0 ========== ========== Сборка запущено в 14:31, заняло 36,678 с ==========
How To Reproduce No changes.
Screenshots If applicable, add screenshots to help explain your problem.
Context Before posting please confirm that the following are in order [ x ] Both Cosmos VS Extensions are installed [ ] In the NuGet Package Manager "Include prerelease" is selected [ ] The Cosmos NuGet package store is selected (NOT nuget.org) in 'Manage NuGet Packages' [ x ] The Cosmos NuGet packages are installed
Add any other context about the problem which might be helpful.