Open cremor opened 1 year ago
Marking as blocked just to wait for guidance as to what's the right way to fix it.
@YuliiaKovalova Do you think we should start working on this for test templates or shall we wait for the more global solution to be provided by your team (as specified in this comment https://github.com/dotnet/templating/issues/6187#issuecomment-1802984724)?
@YuliiaKovalova Do you think we should start working on this for test templates or shall we wait for the more global solution to be provided by your team (as specified in this comment dotnet/templating#6187 (comment))?
TE was transferred to the different team. @baronfel please advise here.
@Evangelink the template engine is owned by the SDK team now, specifically @MiYanni and @joeloff are the engineering owners. I would recommend you implement the workaround from 6187 with the following addition: add --no-restore
to the call to dotnet add package
for each package you add. This will prevent a large amount of overhead. Instead, you can do a final restore PostAction like many templates do today at the end of the package additions.
Thank you @YuliiaKovalova and @baronfel. I'll schedule that.
@cvpoienaru please help here.
Related: dotnet/aspnetcore#48569