Mark Townsend
Mark Townsend
With regards to inherit from the same interface, the issue seems to be around the fact the FakeDbContext inherits from the same IAppDbContext, but does not inherit from the base...
Just to let you know, by getting FakeDbContext to inherit from DbContext, and setting up the service provider, I was able to use DI in my tests. The tests are...
I will put an example and unit test together for you. Will as soon as I finish the current tests I am writing.
Hi Simon, it would be good to have a reason of why something is not created, but in this case I do not think the name is the problem. Some...
Sorry I would add, the name dbo.vPOSDiscounts works, which follows the naming patterns of the above that do not work. Plus a couple of others do work also.
Hi Simon, I am afraid this issue comes down to my stupidity. Whilst I had set the include views to true, I did not realise that table exclusion regex filters...
After I stopped looking for the solution to this, I found the answer. A simple ""{{NameHumanCase}}"" was the answer. And it works great. I haven't closed this, as I am...
What I have done is in the ttinclude added the following line: `public const string {{NameHumanCase}}Field = ""{{NameHumanCase}}""; {{#newline}}` This is inserted directly below the row that defines th Poco...
Many thanks, greatly appreciated.
Did you get a chance to add this boolean option in version 3.6? I have taken a look but cannot seem to find it.