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
if(result?.UploadHandlersis not null&&result.UploadHandlers.Count>1)
483
499
{
484
500
Logger?.Information("Using {0} upload handlers where {1} is default.",result.UploadHandlers.Keys,result.DefaultUploadHandler);
485
501
foreach(varuploadHandlerinresult.UploadHandlers)
486
502
{
487
503
Logger?.Information("Upload handler {0} has following parameters: {1}",uploadHandler.Key,uploadHandler.Value(null!).SetType(uploadHandler.Key).Parameters);
0 commit comments