I am fiddling with the default VS2019 (16.6.5) Blazor WebAssembly project. However when I look at Chrome (or Firefox or Edge) > Developer Tools [F12] > network, with Disable Cache enabled, I don't see much being loaded?
In the Dev Tool > Sources I can see that dotnet.wasm has been loaded somehow.
And by reading some articles like this one I see screenshots that show DLL and wasm being loaded.
Why don't I see that?
Edit: Ok I succeed to see DLLs loaded like I want only when starting debugging the Blazor WebAssembly project from VS2019. When I start the project without debugging, I still get the same lightweight load as in the first screenshot. Why?





