beginor

Results 21 comments of beginor

@dimadeveatii original repository link added, and recent updates are merged too!

Since this issue is still open, I have used mapping by code in the [NHibernate.AspNetCore.Identity](https://github.com/nhibernate/NHibernate.AspNetCore.Identity) project, I think these mapping should be a good example, please look at: and .

Avalonia already has a NativeMenuBar example, will you continue to work on this pr? https://github.com/AvaloniaUI/Avalonia/blob/ceb172f22790b74c56550889b02eb7e8f1dbf8d1/samples/IntegrationTestApp/MainWindow.axaml#L24

If you are using SignalR Hubs to send message, please follow the rules of hubs **Please Note** Hubs are [transient](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection#transient): - Don't store state in a property of the hub...

By default `UserStore` and `RoleStore` are registered as `Scoped` (create instances per request), which is suitable for web api and mvc. If this is not suitable for SignalR, you can...

Does the `.theme-dark-auto` can be used on body as `.theme-dark` ? I mean, for thr first load, it would be better to add `.theme-dark` class to body element if the...

I have tried to set `` in page with chrome developer tools, and I got corrent theme based on OS/Browser preference. But after that I found that `.hide-theme-dark` and `.hiden-theme-light`...