Marcos Lommez

Results 20 comments of Marcos Lommez

Hi @NileshSystematix, I'm also interessed in integrating Metronic 5.x in angular-seed-advanced. Which version of Metronic are you using? I'm having problems to load the metronic js library by using the...

In the file MemoryRepositoryOfTEntity.cs, it is used List, and that way is not going to be thread-safe to add/remove items from list. And there is a comment in that file...

@ismcagdas , I'm trying to use the Volo.SqliteDemo. When the application try to execute the InitialHostDbBuilder, an exception is raised because the tables doesn´t exists yet. Also, the Migrations is...

This is how i´ve implemented: ``` public static class SqliteDemoDbContextConfigurer { public static void Configure(DbContextOptionsBuilder builder, string connectionString) { builder.UseInMemoryDatabase(Guid.NewGuid().ToString()); } public static void Configure(DbContextOptionsBuilder builder, DbConnection connection) { builder.UseInMemoryDatabase(Guid.NewGuid().ToString());...

The feature that i need is that one: "Replace All With Code" Is there any plans to make it work with .Net Core?

Is there a workaround for using ng-maxlength or maxlength?

Hi @fabiocav, Do you have any updates on this issue?

Thanks @mgravell ! Do you think that this feature could be implemented someday?

But would maintaining a project that has not had updates since 2022 be a good strategy for ABP? This can be a limiting factor for many developers. Maybe looking for...

@EngincanV, did you have success to implement the Metronic theme?