BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
216 stars 31 forks source link

NullReferenceException when configuring logging service #19

Closed achristov closed 5 years ago

achristov commented 5 years ago

services.AddLogging(builder => builder.AddBrowserConsole()); throws NullReferenceException. Blazor version is 0.7.0. Is the NuGet package updated?

tanngocIT commented 5 years ago

I have a same Issue

galvesribeiro commented 5 years ago

Updated to preview4, can you try again? Will re-open if you still find issues. Thanks