Evgeniy Fetisov

Results 18 comments of Evgeniy Fetisov

It should be very interesting feature. May be in future

in native mapping by code Nhibernate 5.1.3 its possible to set foregn key: ``` var joinTable = typeof(Category).Name.ToLower(); Join("category_id", j => { j.Optional(true); j.Property(p=>p.CategoryName,m=>m.Column("Name")); j.Key(km=>km.Column("id")); j.Table(joinTable); }); ```

I need it to cascade remove bidirectional assoiated relationships

Ok, thank you. But i think, it is impossible without manual resolve new action handlers in lazy assemblies

Замечательный проект NHibernate загибается? Bug Issues are open many years

return awaitable result for example

It would be great to implement asynchronous event handling. Look at [my implementation](https://github.com/megafetis/mediatr_py) of the asynchronous command bus. I use pipline with behavior handlers. In the future I want to...

> @megafetis please post a minimal, runnable console program that shows the problem. Screenshots of partial code snippets aren't helpful. @roji Hello, take a link to test app: https://github.com/megafetis/NpgsqlEfCoreBugConsoleApp1