lonix1

Results 446 comments of lonix1

My similar issue #26976 was closed in favour of this one, so since this is now the wishlist for migrations events, let me add to it: [Various events](https://docs.microsoft.com/en-us/ef/core/logging-events-diagnostics/events) have been...

I found a workaround - delete the last migration from the history table: ````cs [DbContext(typeof(MyContext))] [Migration("99999999999999_Last1")] public class Last1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { Task.Run(() =>...

I don't think this applies anymore, it works for me. I throw from a route, and my error handler kicks in.

Rather use [gitea](https://github.com/go-gitea/gitea) which has built-in package managers for many platforms, [including .NET](https://docs.gitea.com/usage/packages/nuget). And it will never become abandonware as so many people use it and it has [1.5k contributors](https://github.com/go-gitea/gitea/graphs/contributors),...

I used baget for ages because it was so useful and well coded - it was the best tool for the job. The bagetter fork has only one main contributor....

I think I read somewhere that hot reload doesn't work when any non-default environment variables or switches are used. Which is confirmed by basic testing - when you change any...

Thanks for the advice! I tried it with trees but it's quite difficult - do you know of any examples? I hope at some point an example will be added...

@Mr-Technician Do you think a css solution is better than a native attribute for this control? It's a text control so it makes sense to have it as an attribute....

So happy to find this issue... and good sleuthing @mu88! We have a container that grows to many gigabytes in size (over a few days), OOMs, is killed, is restarted,...

@omni-htg unfortunately we are stuck on that version for now, so I can't comment on recent versions. How about you... what behaviour are you seeing?