Imran Rashid
Imran Rashid
@brockallen I am using SimpleInjector and I am already doing what you are saying. Here is the code that I am using: container.Register(()=>new DefaultUserAccountRepository("connectionStringName")); and it works fine when I...
I tested it. Looks like it accepts context now instead of connection string name but it is working properly. Thank you for taking care of it.
Hi @odinserj, I wanted to add new custom states and show them on the built in dashboard. I could not do that without making the changes in this PR. ...