grounzero

Results 8 comments of grounzero

maybe something like this? https://github.com/amethyst/amethyst-imgui

Have you an example of how to setup the `MiniProfilerDiagnosticListener`? I have miniProfiler running already.

> This is what I do in my own application for configuring it: > > ```cs > var mainContextConnectionString = Configuration.GetConnectionString("MainContext"); > var mainContextMongoUri = new MongoDB.Driver.MongoUrl(mainContextConnectionString); > services.AddTransient(s =>...

I think it's related to https://github.com/TurnerSoftware/MongoFramework/issues/249 since it's putting everything into a single collection. Is it possible to make it use the the property name on the db set as...

Like this? ```cs public class TypeThatGoesIntoMongoDbSetA : TypeUsedInMultipleDbSets { } public class TypeThatGoesIntoMongoDbSetB : TypeUsedInMultipleDbSets { } public class MyDbContext : MongoDbContext { public MyDbContext (IMongoDbConnection connection) : base(connection) {...

Ok thanks, I had an Upsert method that will also require overloads so things will get cumbersome.. EF allows you to modify the table name the dbcontext level. ```cs void...

Thanks, I got it working by renaming `primereact/schedule` with `primereact/fullcalendar`.

Additional info: I notice this seems to happen when using https://conemu.github.io/ Using cmd.exe I do not see this exception.