Mark Townsend
Mark Townsend
I have this issue also, any suggestions?
Some addition info, the path to the error is c:\users\name\.nuget\packages\mobile.buildtools\2.0.245\build, file Secrets.targets, Line 16
For this problem it is on a local VS build. he other issues are on an Azure DevOps build. For this problem, it is random. It has not happened today....
Sounds good. Will have a play.
Have had a play and got it working after a fashion. Because I am using DI, and the interface does not contain the spResults DbSet, I was forced to use...
Firstly, apologies for the delay, we are in GMT+8 timezone. I changed the code as you suggested, however on line 3728 tableName and tn.TableName are both already in the correct...
Just as a follow up. I tried to remove the table renaming in the Settings.UpdateTable delegate, and used the code you mentioned above, but looking for specific table names rather...
Sorry, me again. But this will be th elast post for a while. ;-) By stepping through the code, line by line, I managed to find ttinclude lines 4310 and...
Just to get back to you on this. I have soved the problem, it took a few little tweeks in several files to get what I needed. When I have...
Ok, many thanks for your advice. I don't think that will work well for me. I would need to pre-instantiate a dozen or so classes before I could use it....