Ryan Nowak
Ryan Nowak
> currently using a single sql container but database per service. > > @rynowak can we remove the secret startup now then? Was that just to hide SQLite? I think...
FYI we will be doing something much better with the host for 1.2.0 - I know that's a long way out from now, but you're hitting problems we know about...
@thecodejunkie - this is under active development. Example: https://github.com/aspnet/Razor/pull/869 We are probably 2-3 weeks away from a working E2E for something usable. We'd be very interested in your feedback when...
Just to clarify 2-3 weeks is the timeline for something that works 😆 - not the timeline for us to ship it. There won't be any immediate tooling support and...
Yep, the MVC RazorHost has an awful lot of policy in it. If you guys are interested in having this working the shortest path will be to use MVC for...
To make this a little more concrete: https://github.com/aspnet/Razor/blob/dev/src/Microsoft.AspNetCore.Razor.Evolution/RazorEngine.cs `RazorEngine` runs as series of phases that either create a new representation of the data (source -> syntax tree -> IR ->...
We discussed an outlining solution to this problem as a way to make *resource-typed outputs* more deterministic for the deployment engine to reason about. Here's an example of what I...
> The compiled output of template is no longer fully deterministic, but could be altered by a larger compilation context. This would be especially problematic for modules stored in the...
> That sounds like a lot of complexity to encode in the type system, but it would surface the distinction between a resource module output that's used in the parent...
@jeskew - I think I see what you're suggesting now, but it feels like a workaround to me without solving the problem of dynamic lookups in the deployment engine. I...