Dmitry Sikorsky

Results 44 comments of Dmitry Sikorsky

Hi! Why have you closed the issue? I would say that it is interesting idea.

@YodasMyDad no problems :) I will try to find out everything related to this issue when have time. Or maybe you could participate in this subproject too (if you want...

https://github.com/ExtCore/ExtCore/blob/master/src/ExtCore.Data.EntityFramework/Storage.cs#L22 Вам доступно это свойство и оно является при использовании EF DbContext. Но нет по сути никакого "переключения контекстов" при работе с разными сущностями, там не может быть связанных с...

@Xarkam hm, I had some time and updated ExtCore to .NET 5.0. It was so easy... I just click "Rebuild all" after chaning version and had no errors at all....

Hi @gpeipman, thank you for the information. I didn't think about the Azure Functions while ExtCore development. It would be amazing if you find time to write some simple TODO...

Добрый день! Вы можете достать из DI сервис в любом месте приложения с помощью IServiceProvider. К нему можно получить доступ через HttpContext.Request.RequestServices. Если же это код, который выполняется вне контекста...

Я не вижу ничего плохого в том, что какому-то коду необходимо вызываться вне HTTP-контекста. Например, служебные процедуры по расписанию. Если вам нужна DI вы можете использовать hosted services, либо же...

It seems that there is a prerelease package we can try to use.

Yes, you are right. I think we could have 1 method in the interface: `GetAssemblies(IAssemblyProviderOptions options)` (But in this case IAssemblyProviderOptions will be just marker interface with no properties or...