@DmitrySikorsky приветствую. Пытаюсь использовать Platformus через установку NuGet пакетов согласно вашей инструкции (http://docs.platformus.net/en/latest/getting_started/use_as_nuget_packages.html). Компиляция (VS2019) проходит успешно, но при запуске получаю 2 исключения
Внутреннее исключение 1:
InvalidOperationException: Error while validating the service descriptor 'ServiceType: ExtCore.Data.Abstractions.IStorage Lifetime: Scoped ImplementationType: ExtCore.Data.EntityFramework.Storage': Unable to resolve service for type 'ExtCore.Data.Abstractions.IStorageContext' while attempting to activate 'ExtCore.Data.EntityFramework.Storage'.
Внутреннее исключение 2:
InvalidOperationException: Unable to resolve service for type 'ExtCore.Data.Abstractions.IStorageContext' while attempting to activate 'ExtCore.Data.EntityFramework.Storage'.
Что не так может быть?
1 parts, ControllerFeature feature)
at Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.PopulateFeature[TFeature](TFeature feature)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetControllerTypes()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.BuildModel()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.GetDescriptors()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionDescriptorProvider.OnProvidersExecuting(ActionDescriptorProviderContext context)
at Microsoft.AspNetCore.Mvc.Internal.ActionDescriptorCollectionProvider.UpdateCollection()
at Microsoft.AspNetCore.Mvc.Internal.ActionDescriptorCollectionProvider.get_ActionDescriptors()
at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.GetTreeRouter()
at Microsoft.AspNetCore.Mvc.Internal.AttributeRoute.RouteAsync(RouteContext context)
at Microsoft.AspNetCore.Routing.RouteCollection.RouteAsync(RouteContext context)
at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
at Platformus.Barebone.HttpExceptionMiddleware.Invoke(HttpContext context) in C:\Users\Dmitry Sikorsky\Documents\Projects\Web\Platformus\src\Platformus.Barebone\HttpException\HttpExceptionMiddleware.cs:line 23
at Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.Invoke(HttpContext httpContext)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Frame
1.ProcessRequestsAsync()