Blazor WebAssembly does not load Razor Class Library DLL in the browser #27351
Unanswered
shengjing2019
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a Blazor WebAssembly app, and I have a Razor Class Library that has some components. The webapp project has a dependency on the Razor Class Library, but when I run the app the Razor Class Lib dll is not loaded to the browser.
Here is the .csproj file of my Razor Class Lib
Could someone point out why the Razor Class Lib is not loaded in the browser?
Beta Was this translation helpful? Give feedback.
All reactions