You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifdef FEATURE_CORECLR
report->error("Error: ilasm on CoreCLR does not support getting public key from container.\n");
m_pCurAsmRef = NULL;
return;
#else
but I see logic in #else block, so maybe it's soft restriction (for #3 this is a hard restriction without variants)
The text was updated successfully, but these errors were encountered:
When we are trying to sign assembly ...
snk:
asmman.cpp#L700
pfx:
asmman.cpp#L612
but I see logic in #else block, so maybe it's soft restriction (for #3 this is a hard restriction without variants)
The text was updated successfully, but these errors were encountered: