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
The code below causes "SA1101 : CSharp.Readability : The call to MyString must begin with the 'this.' prefix to indicate that the item is a member of the class."
public static MyClass CreateMyClass()
{
var config = new MyClass
{
MyString = GetString(nameof(MyString))
};
return config;
}
4.7.49.0
The text was updated successfully, but these errors were encountered:
The code below causes "SA1101 : CSharp.Readability : The call to MyString must begin with the 'this.' prefix to indicate that the item is a member of the class."
4.7.49.0
The text was updated successfully, but these errors were encountered: