BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
215 stars 32 forks source link

DNC 3.1.0 Preview3 #49

Closed MarkStega closed 4 years ago

MarkStega commented 4 years ago

This PR now supports ASP.Net Core 3.1.0 Preview 3

MarkStega commented 4 years ago

I made the changes. My starting point was the master branch before you made all of the build changes. Everything appears to build now.

MarkStega commented 4 years ago

I made changes for the released DNC 3.1.0 however there is now a jsinterop failure at runtime and I am not getting logs. I'll continue to try to understand but could use some help! I'll write more detail in a PM on gitter.

chucker commented 4 years ago

I made changes for the released DNC 3.1.0 however there is now a jsinterop failure at runtime and I am not getting logs. I'll continue to try to understand but could use some help! I'll write more detail in a PM on gitter.

Is this https://github.com/aspnet/AspNetCore/issues/17535? It sounds like you only need to restart VS to fix it.

MarkStega commented 4 years ago

@chucker Did you remember to put the explicit script in your index.html? You need

    <script src="_content/Blazor.Extensions.Logging/blazor.extensions.logging.js"></script>
attilah commented 4 years ago

Closing as package is update to Blazor RC1, available on Nuget