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
System.InvalidOperationException: No service for type 'Microsoft.Extensions.Logging.ILogger' has been registered.
File "ServiceProviderServiceExtensions.cs", line 48, in object ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
throw new InvalidOperationException(SR.Format(SR.NoServiceRegistered, serviceType));
File "ServiceProviderServiceExtensions.cs", line 65, in T ServiceProviderServiceExtensions.GetRequiredService<T>(IServiceProvider provider)
return (T)provider.GetRequiredService(typeof(T));
File "App.xaml.cs", line 33, col 13, in void App.SetupHost(IHost host)+(Exception thrownException) => { }
?, in void SafeFireAndForgetExtensions.HandleException<TException>(in TException exception, in Action<TException> onException)
?, in async void SafeFireAndForgetExtensions.HandleSafeFireAndForget<TException>(Task task, bool continueOnCapturedContext, Action<TException> onException)
File "Task.cs", line 1914, in void Task.ThrowAsync(Exception exception, SynchronizationContext targetContext)+(object state) => { }
targetContext.Post(static state => ((ExceptionDispatchInfo)state!).Throw(), edi);
?, in object ExceptionWrapper.InternalRealCall(Delegate callback, object args, int numArgs)
?, in object ExceptionWrapper.TryCatchWhen(object source, Delegate callback, object args, int numArgs, Delegate catchHandler)
?, in void DispatcherOperation.InvokeImpl()
?, in void CulturePreservingExecutionContext.CallbackWrapper(object obj)
?, in void CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, object state)
?, in void DispatcherOperation.Invoke()
?, in void Dispatcher.ProcessQueue()
?, in IntPtr Dispatcher.WndProcHook(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)
?, in object ExceptionWrapper.InternalRealCall(Delegate callback, object args, int numArgs)
?, in object ExceptionWrapper.TryCatchWhen(object source, Delegate callback, object args, int numArgs, Delegate catchHandler)
?, in object Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, object args, int numArgs)
?, in IntPtr HwndSubclass.SubclassWndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam)
?, in IntPtr UnsafeNativeMethods.DispatchMessage(in MSG msg)
?, in void Dispatcher.PushFrameImpl(DispatcherFrame frame)
?, in object Application.RunDispatcher(object ignore)
?, in int Application.RunInternal(Window window)
File "Program.cs", line 42, col 9, in void Program.RunApp(string[] args)
File "Program.cs", line 33, col 12, in void Program.Main(string[] args)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: