Jon P Smith

Results 108 comments of Jon P Smith

Hi @Code420SW, Great that you are building a demo of Blazor with the AuthP library. But I see that you are using [Syncfusion](https://www.syncfusion.com/sales/products/blazor), which isn't a open-source. That doesn't mean...

Rediet Zewdu asked if he could create a Blazor web assembly that uses AuthP library. The answer is no for the following reasons. - Blazor web assembly can have parallel...

No one has commented on this and there are other ways to do this, so I closing this issue.

Again, I need your EF Core DbContext and entity classes, your SQL Server database structure and the failing EFCore.SchemaCompare output for me to look at this.

Wow, I wouldn't have thought of that! I did DM @ErikEJ about this and it put me on to #18593 and I saw the [Sqlite limitations](https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations) page. I use Sqlite...

Hi @ajcvickers, Yes, I have a [cleaner too](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/TestSupport/EfHelpers/WipeDbViaSql.cs) but I think yours might be better, but the real problem is migrations, i.e. the Model changes during development, which is going...

@ajcvickers Wow - that is so cool! I want it :smile: Obviously I hadn't looked at your cleaner properly before, but I have now. Its pretty complex so I want...

Hi @jbogard, I did look at Respawn. The EF Core SQL Server cleaner also deletes views, functions, procs, aggregates, types, schema, but I could copy the EF Core code for...

OK, looking at that now

Hi @jbogard, I made sure I looked at Respawn and it does a great job of removing all the data, but the EF Core cleaner deletes the actual tables in...