Mohammed Essaddek

Results 5 issues of Mohammed Essaddek

Hello, i'm trying to run the tool to generate pdf from razor view, but i am getting this error ; Could not find an IRouter associated with the ActionContext. If...

Hello, When publishing to IIS, email are not sent. `var projectPath = Directory.GetParent(Directory.GetCurrentDirectory()).FullName;` `var templateProject = Assembly.GetExecutingAssembly().GetName().Name;` `_templatesPath = Path.Combine(projectPath, templateProject, "Templates");` This code section is not returning the correct...

Hello, First, thank you for this repository and the great effort you made to make this work. I am trying to implement refresh-token flow and I can't achieve this. Could...

Hello, is there any way to support custom filter / authorize attribute by set of endpoints ? i.e. allowing an API key authentication for all endpoints in the same folder...

enhancement
help wanted
good first issue
.NET

Hi, i am using MvcMailer and i am using a scheduler job to send mail if send failure, but it's firing exceprion : System.ArgumentNullException : {"CurrentHttpContext cannot be null Parameter...