Hi @Michael Wells, the server side assemblies seem not to get downloaded to the client. Refer to: Auto render mode
Do server side assemblies get downloaded in .Net8 Blazor Web App with interactivity type auto
Michael Wells
20
Reputation points
If I create a new .Net 8 Blazor Web App with Interactivity type "Auto" and Interactivity location "Per page/component", do the server-side assemblies ever get downloaded to the client or only the client-side assemblies?
Accepted answer
-
Ping Ni-MSFT 4,810 Reputation points Microsoft Vendor
2023-11-08T07:18:19.1466667+00:00
1 additional answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 69,501 Reputation points
2023-11-06T17:39:52.9766667+00:00 what do you mean by server code assemblies? The asp.net core code that hosts the server rendering and static file support are not downloaded.
any dll referenced by the Blazor WASM must be downloaded.