Jon P Smith

Results 108 comments of Jon P Smith

As I wrote the test harness then my comment is that Pavel's test does not follow the [normal conventions](https://github.com/mayorovp/DelegateDecompiler/blob/master/src/DelegateDecompiler.EntityFramework.Tests/GeneratedDocumentation/HowToAddMoreTests.md). The test harness expects a test to a) run the test...

Hi @txavier, I'm not sure what test is failing, but looking at the `CheckerAndLogger.CompareAndLogList` method it uses the NUnit CollectionAssert, so I doubt that that method is incorrect. Can you...

Hi @txavier, I do remember that NUnit's CollectionAssert isn't that friendly on its error messages. Have you run the test in debug mode with a break before the test? You...

Hi @txavier, OK, I found some time this weekend and had a look. Basically you can't use NUnit's collection assert in the way you are using it, as the collection.AreEqual...

Hi @Rokesh20, Sorry, but I'm in a contract at the moment so I don't have any spare capacity to help you. I assume you have read the article [Templates for...

Hi @nguyenitt2005, Is this pull request to produce a Visual Studio 2015 version? There is already a branch called [VS2015](https://github.com/JonPSmith/AspNetReactSamples/tree/VS2015) that does that.

Hi @abhiongithub, I'm not sure what you are suggesting. Is it that I should update the ASP.NET Core to 1.1? I'm rather busy at the moment as I am writing...

Hi @idan-h, Yes I can see that is a problem. I think if I use the JWT Token as well it might work, but need to do some research first.

Hi @Idan-h, I got some time to look at this and looked at [Rui Figueiredo](https://www.blinkingcaret.com/2018/05/30/refresh-tokens-in-asp-net-core-web-api/) article [Refresh Tokens in ASP.NET Core Web Api](https://www.blinkingcaret.com/2018/05/30/refresh-tokens-in-asp-net-core-web-api/) and he says. > The simplest version...

Hi @idan-h, That is a great solution to the multi-user problem. I have reopened this issue so that when I update the library I will implement that change. I may...