Javier Calvarro Nelson
Javier Calvarro Nelson
> Due to the https://github.com/dotnet/aspnetcore/blob/07a563e1ed6d443a8e8dce6c4fe78a6aad5302df/src/Components/test/E2ETest/.npmrc file, you'll need to get `vsts-npm-auth` and use `vsts-npm-auth -C {that file}` before running `yarn install` in that directory Where are we supposed to run...
@dougbu what I meant is, does vsts-npm-auth need to go on a ~~yarn~~ YAML file?
@dougbu I do not 😢. Had to look into other build issues.
@dougbu I take you are on point for this one?
Going to track progress for this topic in the following issue https://github.com/dotnet/aspnetcore/issues/51598 if you are interested, upvote that issue instead.
@dgiagio for this particular scenario there are two times that auth plays a role: * When the _Host.cshtml Razor page is going to be rendered statically on the server. *...
@yandoldonov You can put the `@attribute [Authorize]` directive within an `_Imports.razor` file in the Pages directory and that way you would avoid having to set it on every page. That...
We think this was addressed as part of the fixes we did in .NET 7.0. Please update to that version and give it another try.
@richlander I am not sure how/if that would work for node, wouldn't that require us to know all the locations the node installer places files? Also, multi-stage might be an...
> Zooming out, I think we should write guidance that we are happy with. That either includes a pattern or a new flavor of images. However, it would be great...