Base solution for your next web application

Activities of "riaan"

Hi,

Thanks. Since there is no production DB yet, the easiest way was to follow your suggestion to rename the tablename in code, and drop the local DBs and run the migrator again.

Worked like a charm. :)

Hi,

How do I make sure that my filter [https://aspnetzero.com/Documents/Developing-Step-By-Step-Core#filtering-people]) is also case-insensitive (StringComparison.CurrentCultureIgnoreCase)?

Kind regards,

Riaan

Hi,

Using ASP.NET Zero Core

I discovered during a merge that one of our developers used the incorrect naming convention for our table names on one of the entities.

[Table("PbFoodNotes")]
    public class FoodNote : FullAuditedEntity

should read

[Table("PpFoodNotes")]
    public class FoodNote : FullAuditedEntity

The migration files have already been created.

What would be the best way to change the table name to the correct naming convention with the least impact.

Kind Regards,

Riaan

Hi,

I don't get any build errors but I do get the red squiggly lines when viewing the abp.d.ts file.

[attachment=0:3mmh5obq]abp.d.ts.png[/attachment:3mmh5obq]

I have updated to TypeScript (2.1.4) for Visual Studio 2015 [https://www.microsoft.com/en-us/download/details.aspx?id=48593], but still the red lines appear.

Any ideas on how to get rid of them, or should I just ignore them in my solution?

Showing 21 to 24 of 24 entries