We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aff0e commit e8eb42aCopy full SHA for e8eb42a
src/SimpleInjector/Diagnostics/Analyzer.cs
@@ -102,8 +102,9 @@ private static void RequiresContainerToBeVerified(Container container)
102
if (!container.SuccesfullyVerified)
103
{
104
throw new InvalidOperationException(
105
- "Please make sure that Container.Verify() is called on the supplied container instance. " +
106
- "Only successfully verified container instance can be analyzed.");
+ "Please make sure that Container.Verify(VerificationOption.VerifyOnly) is called on the " +
+ "supplied container instance. Only successfully verified container instance can be " +
107
+ "analyzed.");
108
}
109
110
0 commit comments