We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a695c3 commit 1ff4d9fCopy full SHA for 1ff4d9f
PSCompatibilityAnalyzer/Microsoft.PowerShell.CrossCompatibility/Utility/TypeDataConversion.cs
@@ -62,7 +62,7 @@ public static AvailableTypeData AssembleAvailableTypes(
62
try
63
{
64
KeyValuePair<string, AssemblyData> asmData = AssembleAssembly(asm);
65
- asms.Add(asmData.Key, asmData.Value);
+ asms[asmData.Key] = asmData.Value;
66
}
67
catch (ReflectionTypeLoadException e)
68
0 commit comments