@danroth27 I get this error quite frequently: Unable to launch browser: "Could not open wss://localhost:7244/_framework/debug/ws-proxy?browser=wsAFF127.0.0.1A62023FdevtoolsFbrowserF6902aa42-b021-42c2-9369-f8386be5be49"
@swacblooms@danroth27 That could be because it's loading with prerendering enabled, which makes the app completely useless while it switches to interactive. You can't even click a link. Disable prerendering.
@mjovanovictech I'm trying to get the order context to call product context. But maybe products should be retrieved in the app layer instead. https://t.co/sAZSsTGgU9
@mjovanovictech Your videos look awesome. Do any of them cover avoiding inter-context dependencies, in the same process? I'm doing this
public SomeObject(ISomeQuery someQuery);
_mediator.Send(_someQuery);
where DI is set up at the app level. Wondering if this is the way.
@jfarrell I was joking of course, but still given this tech is still in its infancy it will be interesting to see what can be automated away.
Not sure how you can use the tools today to point at a bit of code and say - create this scaffolding for me (ie. DTO mapping, CRUD forms etc.)