You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page says:
"In ASP.NET Core 3.0 Preview, Razor class libraries aren't compatible with Blazor client-side apps."
and
"In ASP.NET Core 3.0 Preview, Blazor server-side apps can't consume static assets from either a Razor class library (razorclasslib) or a Blazor library (blazorlib)."
but later
"ASP.NET Core allows creating RCLs that include static assets that are available to a consuming app."
But ... if client-side Blazor can't use RCLs and server-side Blazor can't consume static assets from an RCL... what exactly can use them?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 37b02665-c8ab-bd91-8057-3b07b4e238d3
Version Independent ID: e4f176f5-0b94-d532-53d5-cffce437961a
Thanks for the note @thatnerdyguy ... we just had a software release for Pre6 two days ago. I need to perform some touch-ups to those remarks. I'll try to take a look tomorrow morning (Saturday) and ping u back.
Adding the static asset content to the Blazor Component Library topic is fine because this topic is just telling the reader how to use an RCL as a component lib.
The Blazor Component Library topic doesn't cross-link to the "Reusable UI RCL" topic. I'll provide it as an additional resource and link the first reference to RCL in the topic.
TL;DR ... I guess I just need to know if the blazorlib template for client-side is still the correct approach until we get to Pre9? I think I have enough info on the rest to get a PR drafted.
This page says:
"In ASP.NET Core 3.0 Preview, Razor class libraries aren't compatible with Blazor client-side apps."
and
"In ASP.NET Core 3.0 Preview, Blazor server-side apps can't consume static assets from either a Razor class library (razorclasslib) or a Blazor library (blazorlib)."
but later
"ASP.NET Core allows creating RCLs that include static assets that are available to a consuming app."
But ... if client-side Blazor can't use RCLs and server-side Blazor can't consume static assets from an RCL... what exactly can use them?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: