Ivaylo Kenov

Results 59 comments of Ivaylo Kenov

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to...

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to...

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to...

Hi @viktorsykora! Which version of ASP.NET Core are you using?

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to...

@astian92 Have you tried the above link: https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting/blob/master/test/AspNet.Mvc.TypedRouting.Test/TestInit.cs Otherwise, can you give me your action code and the failing test and can give a solution?

@astian92 `TestServices` is just a simple class: https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting/blob/master/test/AspNet.Mvc.TypedRouting.Test/TestServices.cs Take a look at the whole example to get a better understand of what is going on. https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting/tree/master/test/AspNet.Mvc.TypedRouting.Test Let me know if...

@riccardoalbertazzi You can try using `With.No()`. Is that convenient enough for you? Otherwise, the compiler will not let you execute the lambda expression.

@jorgeyanesdiez Hi, the `this` keyword is required by the C# language when your extension method is called from the extended class itself. I do not know any options to remove...

@jorgeyanesdiez Hi, I am not quite sure how to solve the versioning issue with the features but will do it when there is a new feature to add. As for...