Alexander

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Alexander created a post, R# cannot resolve enum member in xmldoc comment
public IconType IconType { get; set; }/// <summary>/// Gets or sets the well known icon id./// Only applicable if <see cref="IconType" /> is <see cref="IconType.WellKnownIcon" />./// </summary>publ... -
Alexander created a post, Code inspection patterns regarding namespaces
Hello, I would like to add ReSharper code inspection patterns regarding namespaces. Two examples that spring to mind: Rule 1: Do not add "using (specific_namespace);" to the code at all (it is prov...