How can I write this in a proper way:
/// <summary>
/// Provides extension methods for <see cref="System.Collections.Generic.Dictionary"/> matrix.
/// </summary>
public static class DictonaryMatExtensions
{...}
System.Collections.Generic.Dictionary part is bothering me.
Foo<T>my compiler produceswarning CS1574: XML comment on ... has cref attribute 'Foo' that could not be resolved. Is this same same warning # you get?