It is stated that the Blazor Wasm doesn't have a concept of a Scoped
lifetime and that if register as scoped, it behave like a Singleton
.
This repo test that anything Scoped
injected into a DelegatingHandler
is actually transient (in a sense). It definitely DOES NOT behave like a Singleton
.