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
/// <remarks>
/// Values of <see cref="ConstructorArguments"/> and <see cref="NamedArguments"/> are represented as:
/// <list type="bullet">
/// <item>Primitive types as themselves (e.g. int as int, string as string).</item>
/// <item>Enums as their underlying type.</item>
/// <item><see cref="System.Type"/> as <see cref="IType"/>.</item>
/// <item>Arrays as <c>IReadOnlyList<object></c>.</item>
/// </list>
/// </remarks>
The text was updated successfully, but these errors were encountered:
Hello @tg73, thank you for submitting this issue. We will try to get back to you as soon as possible.
Note to the PostSharp team, this ticket is being tracked in our dashboard under ID TP-33771.
Or at least, not here: https://doc.metalama.net/api/metalama_framework_code_iattributedata
I see this (Edge on Windows, same in Chrome):
The source code has this:
The text was updated successfully, but these errors were encountered: