Debugging function of Blazor Webassembly project (like watching variable values/evaluating in Immediate window) of Visual Studio 2022 does not work correctly with referencing a Visual Basic Library ...
var vsm, msg1, msg2; function start() { vsm = new VBMetro.VBMetro(); } function VBMetroLibrary() { msg1 = vsm.getMessage(1); msg2 = vsm.getMessage(2); document ...