How to examine scoped data service objects in the Immediate Window of a WASM Visual Studio app?
My WASM app developed with VS Community 2022 v 17.10.1 creates a scoped data Service (via builder.Services.AddScoped() in Program.cs in which MyData is a class containing only properties).