提交 f103f5f8 编写于 作者: J Jared Parsons

Merge pull request #9016 from agocke/fix-public-sign-bugs

Add public sign to help for csc & vbc
......@@ -4424,6 +4424,8 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ
- SECURITY -
/delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key
/publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key
/keyfile:<file> Specify a strong name key file
/keycontainer:<string> Specify a strong name key container
/highentropyva[+|-] Enable high-entropy ASLR
......
......@@ -5107,6 +5107,8 @@
source files.
/delaysign[+|-] Delay-sign the assembly using only the public
portion of the strong name key.
/publicsign[+|-] Public-sign the assembly using only the public
portion of the strong name key.
/errorreport:<string> Specifies how to handle internal compiler
errors; must be prompt, send, none, or queue
(default).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册