

For the default page that loads the Index component ( Pages/Index.razor), the developer tool's Network tab indicates that the RCL's assembly GrantImaharaRobotControls.dll is loaded.

The placeholder is the path to the RCL project.īuild and run the app. From the Steam Library, right-click on Skyrim and select. Verify the integrity of your Game in Steam: Open Steam. Check the Run this program as an administrator checkbox. The Blazor framework prevents the assembly from loading at app launch. Run the game and Steam as administrator: Right-click on the Steam shortcut or launcher and select Properties. csproj) using the BlazorWebAssemblyLazyLoad item. Mark assemblies for lazy loading in the app's project file (.

Assembly lazy loading doesn't benefit Blazor Server apps because Blazor Server app assemblies aren't downloaded to the client.
