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
[LoggerMessage(2,LogLevel.Debug,"Executing API description provider '{ProviderName}' from assembly {ProviderAssembly} v{AssemblyVersion}.",EventName="ApiDescriptionProviderExecuting")]
Copy file name to clipboardExpand all lines: src/Mvc/Mvc.ApiExplorer/src/DependencyInjection/EndpointMethodInfoApiExplorerServiceCollectionExtensions.cs
Assert.Contains(TestSink.Writes, w =>w.EventId.Name?.Equals("ApiDescriptionProviderExecuting",StringComparison.Ordinal)==true);
1563
+
Assert.Contains(TestSink.Writes, w =>w.LoggerName.Equals("Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollectionProvider",StringComparison.Ordinal));
1564
+
Assert.Contains(TestSink.Writes, w =>w.Message.Equals("Executing API description provider 'DefaultApiDescriptionProvider' from assembly Microsoft.AspNetCore.Mvc.ApiExplorer v9.0.0.0.",StringComparison.Ordinal));
1565
+
Assert.Contains(TestSink.Writes, w =>w.Message.Equals("Executing API description provider 'JsonPatchOperationsArrayProvider' from assembly Microsoft.AspNetCore.Mvc.NewtonsoftJson v42.42.42.42.",StringComparison.Ordinal));
0 commit comments