Artemov Ivan
Artemov Ivan
Hi ! I'am using alpne v6.2.0, but without any special options I will try --disable-dev-shm-usag, thanks
I enter to the container and what I see in server.js ` chromeFlags: ['--no-sandbox', '--headless', '--disable-gpu', '--remote-debugging-port=9222', '--hide-scrollbars', '--disable-dev-shm-usage']` **--disable-dev-shm-usage** not working as expected for me :( Only 28 pages...
ASP.NET Core 2.0 I have QueryDispatcher and CommandDispatcher registered as Transient. Each dispatcher contains injected Transient Repositories with scoped DbContexts. In my middleware i access this dispatchers from context.RequestServices.GetService After...