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

aspnetcore

Here are 2,475 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
gardnerbp
gardnerbp commented Dec 20, 2021

I followed the tutorial to the letter, and while the client displayed the correct results in the console,
the server did not display any information that it received a client request.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 1d298a6c-8ddc-dbc8-d219-0fa7138442c2
  • Version Independent ID: b96be346-958a

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