EN VI
Posts (0)
Questions (4)
2024-03-11 21:30:06
My question is whether the transient instances created and stored inside the factory will begin acting like a singleton? Yes, effectively. Is this a good coding approach? Arguably - no. It can be...
2024-03-12 00:00:08
I think this happens due to the following: AddAzureClientsCore which is invoked by AddAzureClients tries to register NullLoggerFactory as ILoggerFactory: collection.TryAddSingleton(); While AddLoggin...
2024-03-12 03:00:09
I think this happens due to the following: AddAzureClientsCore which is invoked by AddAzureClients tries to register NullLoggerFactory as ILoggerFactory: collection.TryAddSingleton(); While AddLoggin...
2024-03-14 00:30:05
You're not filtering out interface types, so if you have any interfaces that extend an IFoo (as ISpecificFoo does), then that will be incorrectly registered as an implementation type. You could do thi...

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login