Skip to content

✨ Scan boot.bat on all devices #765

✨ Scan boot.bat on all devices

✨ Scan boot.bat on all devices #765

Triggered via push November 29, 2024 18:13
Status Failure
Total duration 7m 39s
Artifacts

dotnet-core.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 25 warnings
Build & test Lamscript on windows-latest with .
Process completed with exit code 1.
Build & test Lamscript on windows-latest with .
File 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\source\Cosmos.Build.Tasks\tools\xorriso\.gitignore' was not added to the package. Files and folders starting with '.' or ending with '.nupkg' are excluded by default. To include this file, use -NoDefaultExcludes from the commandline
Build & test Lamscript on windows-latest with .
The script file 'tools\net48\HyperVServer\scripts\CreateVm.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
Build & test Lamscript on windows-latest with .
The script file 'tools\net48\HyperVServer\scripts\RemoveVM.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
Build & test Lamscript on windows-latest with .
The script file 'tools\net48\HyperVServer\scripts\StartVm.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
Build & test Lamscript on windows-latest with .
The script file 'tools\net48\HyperVServer\scripts\StopVm.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
Build & test Lamscript on windows-latest with .
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
Build & test Lamscript on windows-latest with .
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
Build & test Lamscript on windows-latest with .
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
Build & test Lamscript on windows-latest with .
ProjectReference 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\Resources\Dependencies\DapperExtensions.StrongName\DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project.
Build & test Lamscript on windows-latest with .
ProjectReference 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\Resources\Dependencies\DapperExtensions.StrongName\DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project.
Build & test Lamscript on windows-latest with .
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build & test Lamscript on windows-latest with .
ProjectReference 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\Resources\Dependencies\DapperExtensions.StrongName\DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project.
Build & test Lamscript on windows-latest with .
ProjectReference 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\Resources\Dependencies\DapperExtensions.StrongName\DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project.
Build & test Lamscript on windows-latest with .
ProjectReference 'D:\a\Aura-Operating-System\Aura-Operating-System\Cosmos\Cosmos\Resources\Dependencies\DapperExtensions.StrongName\DapperExtensions.StrongName.csproj' was resolved using '.NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v6.0'. This project may not be fully compatible with your project.
Build & test Lamscript on windows-latest with .: SRC/Aura_OS/System/Graphics/UI/GUI/Components/TextBox.cs#L107
'TextBox.Update()' hides inherited member 'Component.Update()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build & test Lamscript on windows-latest with .: SRC/Aura_OS/System/Graphics/UI/GUI/Rectangle.cs#L114
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build & test Lamscript on windows-latest with .: SRC/Aura_OS/System/Processing/Interpreter/Commands/Util/Help.cs#L48
The variable 'count' is assigned but its value is never used
Build & test Lamscript on windows-latest with .: SRC/Aura_OS/System/Users/Users.cs#L42
Field 'Users.reset' is never assigned to, and will always have its default value null
Build & test Lamscript on windows-latest with .: SRC/Aura_OS/System/Compression/ZipStorer.cs#L185
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Build & test Lamscript on windows-latest with .
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/