junaidahmed92
junaidahmed92
I am trying to set value for GlobalMergeVars but it I was getting an error. By inspecting the error I realized that there is no setter for GlobalMergeVars in EmailMessage...
I am using mandrill as a mail agent in my .net core application and it is working fine. Now the issue is I have multiple language support in my app...
I am using gulp-rev and it is working fine. But I have one issue. I have multiple gulp task and I want to keep track of all in rev-mainfest.json file...
Hi, I've implemented CQRS by following your repo. However I noticed that the decorator registration is now working with Autofac 6.x builder.RegisterGenericDecorator( typeof(UnitOfWorkCommandHandlerWithResultDecorator), typeof(ICommandHandler)); I found different links on github...
#### Is your feature request related to a problem? Please describe. We are trying to use Quartz in a multitenant application. I found [this](https://github.com/alphacloud/Autofac.Extras.Quartz/issues/25) issue where there was already a...