Closed
Description
If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to [email protected]. Your report may be eligible for our bug bounty but ONLY if it is reported through email.
Describe the bug
Typescript generated js file in wwwroot in Razor Class Library not included as content.
To Reproduce
Steps to reproduce the behavior:
- Using ASP.NET Core 3.0P8/VS2019 16.3.0P2
- See Build order issue with RCL static assets and TSC generated JS files in wwwroot #12646 that was closed but without a resolution
- Same error as described
Expected behavior
Expect JS that was generated by TSC to be included as a static asset without having to manually create a target for the generated file.