mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Build Failure on Linux since commit 136dd71
#994
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sembiance on GitHub (Jun 24, 2024).
Starting with commit
136dd71I am no longer able to build Aaru on my Linux system.Gentoo Packages installed:
dev-dotnet/dotnet-sdk-bin
8.0.105dev-dotnet/dotnet-runtime-nugets
6.0.307.0.198.0.5Build command I use:
dotnet build --configuration Release ./Aaru/Aaru.csprojIt works perfectly fine in any versions earlier than that commit, but after it I get the following errors (just a snippet):
Attached is the full build_log.txt from the latest checked in code
Let me know if there is any other information or tests you'd like me to perform.
@claunia commented on GitHub (Jun 24, 2024):
Update your .NET to 8.0.300.
For some reason the generator fails if the committed version is newer than the installed SDK version, and we yet do not why (plus the error message is very uninformative).