We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551b189 commit ca27e65Copy full SHA for ca27e65
tests/Microsoft.Graph.DotnetCore.Core.Test/Requests/GraphClientFactoryTests.cs
@@ -45,6 +45,8 @@ public void CreatePipelineWithoutHttpMessageHandlerInput()
45
using (AuthenticationHandler authenticationHandler = (AuthenticationHandler)redirectHandler.InnerHandler)
46
using (HttpClientHandler innerMost = (HttpClientHandler)authenticationHandler.InnerHandler)
47
{
48
+ System.Diagnostics.Debug.WriteLine("InvalidCast: " + authenticationHandler.InnerHandler.GetType().ToString());
49
+
50
Assert.NotNull(retryHandler);
51
Assert.NotNull(redirectHandler);
52
Assert.NotNull(authenticationHandler);
0 commit comments