-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Infrastructure-librariesuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
If I try to build with subsets specified for libraries, lots of different errors show up:
./build.sh --clang9 --arch x64 --configuration Release --subsetcategory libraries --subset native-src
error MSB3245: Could not resolve this reference. Could not locate the assembly "System.Collections". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/z/Dev/runtime/src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj]
error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) [/home/z/Dev/runtime/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Microsoft.Extensions.Caching.Abstractions.csproj]
IDistributedCache.cs(74,72): error CS0246: The type or namespace name 'CancellationToken' could not be found (are you missing a using directive or an assembly reference?) [/home/z/Dev/runtime/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Microsoft.Extensions.Caching.Abstractions.csproj]
etc.
Build without subsets is fine:
./build.sh --clang9 --arch x64 --configuration Release --subsetcategory libraries
Seems that this is related to depprojs and #33553:
Line 61 in 986518e
| <DefaultLibrariesSubsets>depprojs-native-ref-src-pretest-packages</DefaultLibrariesSubsets> |
Metadata
Metadata
Assignees
Labels
area-Infrastructure-librariesuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner