The Wayback Machine - https://web.archive.org/web/20211215111703/https://github.com/topics/aspnetcore
Skip to content
#

aspnetcore

Here are 2,473 public repositories matching this topic...

Eilon
Eilon commented Dec 8, 2021

If you list the Router's AppAssembly the AdditionalAssemblies property then you get somewhat bizarre errors when you load the app.

<Router AppAssembly="@typeof(App).Assembly"
    AdditionalAssemblies="new[]{typeof(App).Assembly}">
   ...

This is what you see in a Blazor WebAssembly app in the browser console logs:

blazor.webassembly.js:1 
        
       crit: Micro

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more