forked from dotnet/coreclr
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
When we are trying to sign assembly ...
snk:
Error: ilasm on CoreCLR does not support full sign.
#ifdef FEATURE_CORECLR
report->error("Error: ilasm on CoreCLR does not support full sign.\n");
m_pCurAsmRef = NULL;
return;
#elsepfx:
Error: ilasm on CoreCLR does not support getting public key from container.
#ifdef FEATURE_CORECLR
report->error("Error: ilasm on CoreCLR does not support getting public key from container.\n");
m_pCurAsmRef = NULL;
return;
#elsebut I see logic in #else block, so maybe it's soft restriction (for #3 this is a hard restriction without variants)
Reactions are currently unavailable