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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
.FailWith($"Expected {subjectName} to have {itemName} of type `{typeof(T).Name}` at index {index}{{reason}}, but its type is `{collection[index].GetType().Name}`.");
returnassertionScope.FailWith($"Expected {analysisValueName} to have a {memberName}{{reason}}, but {nameof(analysisValue.GetMember)} has failed with exception: {e}.");
232
+
returnassertionScope.FailWith($"Expected {analysisValueName} to have a {memberPrintName}{{reason}}, but {nameof(analysisValue.GetMember)} has failed with exception: {e}.");
.AssertHasMemberOfType<TMember>(Subject.ProjectState.BuiltinModule,Subject.Scope,$"module '{Subject.ModuleName}'",$"builtin member '{name}'",outvartypedMember);
48
+
.AssertHasMemberOfType<TMember>(Subject.ProjectState.BuiltinModule,Subject.Scope,name,$"module '{Subject.ModuleName}'",$"builtin member '{name}'",outvartypedMember);
0 commit comments