Files
codeql/csharp
Tamas Vajk 2054c869fb C#: Fix buildless fallback restore logic
When dotnet core projects are restored, the dependency manager precisely tracks the referenced package folders. The fallback restore logic ignored the precise usage list and instead considered all subfolders in the restore location to be referenced, even though not all subfolders were added to the dependency list. This meant that packages downloaded in partially successful restores were available on disk, but not added to the dependency list by the normal restore process, and skipped by the fallback restore process. This commit fixes this problem by ensuring that the fallback restore logic doesn't consider all subfolders in the restore location to be referenced, but only those that were added to the dependency list by the normal restore process.
2025-03-18 09:51:39 +01:00
..
2024-12-10 10:31:09 +01:00
2024-09-16 14:12:12 +02:00
2024-03-12 11:12:55 +01:00
2024-09-13 09:42:55 +02:00
2024-12-09 13:00:52 +01:00