You're right. Unfortunately, dynamic types don't support extension methods (read this thread for more information about that). You could try to call the static equivalent, e.g. AssertionExtensions.Should(result.ViewBag.Message).Be();
↧
You're right. Unfortunately, dynamic types don't support extension methods (read this thread for more information about that). You could try to call the static equivalent, e.g. AssertionExtensions.Should(result.ViewBag.Message).Be();