Dmitry Sikorsky

Results 44 comments of Dmitry Sikorsky

Hi! Thank you for your question. Type IApplicationBuilder is defined inside the Microsoft.AspNetCore.Http.Abstractions assembly, which is now part of the Microsoft.AspNetCore.App as I understand. There is no separate NuGet package...

Hi guys, I've updated ExtCore to .NET 5.0, now it is in beta mode (6.0.0-beta1). I will review the situation about .NET Standard support. As I see now EF 6...

So, as I can see, .NET Standard itself is dropped. Now everything will be .NET 5.0. And this is cool and simple. I will update the projects and remove that...

Hm, thank you for this report. I need to test and to think why do we have null reference and what is the best way to allow controllers with the...

Hello @Xarkam. I think you will have the same result if just add 2 controllers with the same names into the 2 projects and then add dependencies on them to...

Hello. 1. You need to implement IStorage in your own way and add logic which returns a correct repository for you depending on some conditions. It is not difficult, just...

Hi @kostekk88, thank you. Yes, I know about this issue. I think I need to look at it again, because it has been done long time ago.

I consider ExtCore to be modular apps framework for web applications, but I think it can work with console apps either. You just need to run AddExtCore method in order...

@ryansalt I think this is good idea. I will try to add that into 5.0.0.