We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bbb8d commit a113660Copy full SHA for a113660
src/GitVersion.App/OverrideConfigOptionParser.cs
@@ -15,7 +15,7 @@ internal class OverrideConfigOptionParser
15
internal ILookup<string, PropertyInfo> SupportedProperties => _lazySupportedProperties.Value;
16
17
/// <summary>
18
- /// Dynamically creates <see cref="ILookup{string, PropertyInfo}"/> of
+ /// Dynamically creates <see cref="System.Linq.ILookup{TKey, TElement}"/> of
19
/// <see cref="Config"/> properties supported as a part of command line '/overrideconfig' option.
20
/// </summary>
21
/// <returns></returns>
0 commit comments