Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/coreclrPublic
forked fromdotnet/coreclr

ilasm on CoreCLR does not support full sign / getting public key from container #6

Open
Labels
@3F

Description

@3F

When we are trying to sign assembly ...

snk:

Error: ilasm on CoreCLR does not support full sign.

asmman.cpp#L700

#ifdef FEATURE_CORECLR                        report->error("Error: ilasm on CoreCLR does not support full sign.\n");                        m_pCurAsmRef =NULL;return;#else

pfx:

Error: ilasm on CoreCLR does not support getting public key from container.

asmman.cpp#L612

#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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp