Make VersionAwareSizeOf trimmable #912
Annotations
7 errors and 2 warnings
Build:
LibCpp2IL/LibCpp2IlUtils.cs#L397
The type or namespace name 'DynamicallyAccessedMembersAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LibCpp2IL/LibCpp2IlUtils.cs#L397
The type or namespace name 'DynamicallyAccessedMembers' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LibCpp2IL/LibCpp2IlUtils.cs#L397
The name 'DynamicallyAccessedMemberTypes' does not exist in the current context
|
Build:
LibCpp2IL/Metadata/Il2CppMetadata.cs#L290
The type or namespace name 'DynamicallyAccessedMembersAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LibCpp2IL/Metadata/Il2CppMetadata.cs#L290
The type or namespace name 'DynamicallyAccessedMembers' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LibCpp2IL/Metadata/Il2CppMetadata.cs#L290
The name 'DynamicallyAccessedMemberTypes' does not exist in the current context
|
Build
Process completed with exit code 1.
|
Install dependencies
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
Install dependencies
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
The logs for this run have expired and are no longer available.
Loading