You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 3.0.3: Upgraded package versions.
* Minor performance enhancement: IDomainEventConfigurator.Args members are now readonly, to avoid defensive copies.
/// Returns whether the <see cref="ITypeSymbol"/> is of type <typeparamref name="T"/>.
@@ -391,7 +388,7 @@ public static ITypeSymbol ExtractNonArrayElementType(this IArrayTypeSymbol array
391
388
/// <summary>
392
389
/// Returns whether the <see cref="ITypeSymbol"/> or a base type has an override of <see cref="Object.Equals(Object)"/> more specific than <see cref="Object"/>'s implementation.
/// <param name="symbolName">The name of the member/parameter/... to instantiate an instance for. May be used as the dummy string value if applicable.</param>
0 commit comments