avonelle
(Avonelle Lovhaug)
June 26, 2022, 12:23pm
1
Something that is a bit odd to me…if I look at my ASP.NET Core Razor Mercury project in Water, it shows the wwwroot folder:
But if I look at the same project in VS2022, it does not, it shows the contents of the wwwroot folder (css, js, lib) directly off of my project folder.
I thought maybe this was how VS2022 handled this, but note that with the equivalent C# project (non-Elements though) it shows the wwwroot folder.
Is this intentional?
Thanks,
–Avonelle
mh
(marc hoffman)
June 27, 2022, 12:36pm
2
avonelle:
Is this intentional?
Certainly now. very curious. the project file lists “./wwwroot/*”, correct?
avonelle
(Avonelle Lovhaug)
June 27, 2022, 1:51pm
4
Here’s how it looks in my .elements file:
<Content Include="wwwroot/**">
<Publish>True</Publish>
</Content>
–Avonelle
mh
(marc hoffman)
June 27, 2022, 2:37pm
5
Good, that is how it should be, yeah.
bugs://E25968 was closed as fixed.