Will this service will be disposed using DependencyInjection?
I have the following class which is added to the default DI-container (Blazor WASM)
and In my classes I simply do
the
and In my classes I simply do
the
TestClass itself will be instantiated by the DI as well. Will the disposed method of the GrpcService will be called?