• A
    Improve diagnostics experience for public signing. · a646d13b
    AlekseyTs 提交于
    - VB: Report a warning about AssemblyKeyFile and AssemblyKeyName attributes being ignored by public signing.
    - Disallow public signing for Net modules. The fact that the signing is public is not preserved in a module. The fact of signing is preserved by emitting attributes that are going to be ignored anyway if public signing is used.
    
    Closes #11427.
    a646d13b
InternalsVisibleToAndStrongNameTests.cs 100.6 KB