Forgive me if I am missing something obvious with Blazor, but with the dlls being present in the browser as javascript files would be, is it possible for users to download the dll files and see the execution code by decompiling the files and/or run them out side of the browser?
This seems to present a very clear security concern if developers are not aware that their library code is visible as their javascript code already is.