Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Removed unnecessary ComConversionLoss attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Jul 7, 2018
1 parent fdfdab2 commit 1ffaaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System.Compiler/ClrStrongName.cs
Expand Up @@ -22,7 +22,7 @@ public static void SignatureGeneration(string filePath, string keyContainer, byt
// ReSharper disable UnusedMember.Global – All preceding method declarations are needed
// in order for StrongNameSignatureGeneration to end up at the right COM slot number.

[ComImport, ComConversionLoss, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")]
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("9FD93CCF-3280-4391-B3A9-96E1CDE77C8D")]
private interface IClrStrongName
{
void GetHashFromAssemblyFile(
Expand Down

0 comments on commit 1ffaaeb

Please sign in to comment.