Fix AssemblyName regression
authorJan Kotas <jkotas@microsoft.com>
Sat, 13 Apr 2019 21:10:26 +0000 (14:10 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 14 Apr 2019 12:23:43 +0000 (05:23 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Reflection/AssemblyName.cs

index 498a368..5acf5cf 100644 (file)
@@ -30,9 +30,7 @@ namespace System.Reflection
 
         public AssemblyName()
         {
-            _hashAlgorithm = AssemblyHashAlgorithm.None;
             _versionCompatibility = AssemblyVersionCompatibility.SameMachine;
-            _flags = AssemblyNameFlags.None;
         }
 
         // Set and get the name of the assembly. If this is a weak Name