Shahab Ganji
Shahab Ganji
@fkleuver There are some concerns when using `replaceable part / replace-part`, one of which is that the injected template is bound to the inner context as such it has access...
@fkleuver One of the main differences of the `template` and `slot` is exactly their scope, while slot is bound to the outer scope before injection and do not have access...
> We definitely can't allow more than one default slot as that would break with web standards. This was also my concern in first place, however I decided to open...
@EisenbergEffect I do no really want to copy a single blob in multiple parts, what I thought was to have a single destination which it's wrapper can be decided dynamically,...
@fkleuver how lifecycles and hooks have changed in vNext? Is there any breaking changes?
@Sayan751 sure I'll take a look.
> Let me try playing around with `SetupSequence` . One area I was looking at was the ability to limit it if I declared the SQL ( `c.QueryAsync("SP.StoredProcName"` above instead)...
@ipjohnson Thanks for the prompt reply. That is exactly the case, but I am afraid that `c.ExportDecorator` has the return type of `void` and one cannot indicate the `When` conditions....
Is there any way to change the order of decorators as well? for instance based on the way the attributes are applied to the concrete class?
That is great 💪 👍 and could you please label this issue as `question` so that other devs might better find it if they have the same problem 🙏 And...