Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99157

Aspnet core build pipeline in vscode, especially typescript - in 2020

$
0
0

I'm trying to add Typescript to my VS Code ASP.NET Core MVC application for its wwwroot client scripts. The tutorials I've found talk about full Visual Studio's way of compiling-on-save, but VS Code doesn't do that. I've been in the node stack for a while, and used ASP.NET back before VS Code and folder-based projects.

How is the build pipeline managed/augmented? How can I add a typescript compilation step to it? And btw, how are client-side's packages supposed to be managed? nuget?

I guess I could treat the client scripts as a separate project's bundled output and use yet another script to build both the typescript and the asp.net project in series, but I don't want to have to do all that if the csproj's build can handle it.


Viewing all articles
Browse latest Browse all 99157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>