Closed MarkStega closed 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.
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.
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.
@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>
This PR now supports ASP.Net Core 3.1.0 Preview 3