Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Versions.
Any
Desired functionality.
Be able to compile a project in vs2017 with .net core and when the build completes to be able to see the errors or run the app on a successful build.
Use the --prod flag for a Release build and not use it for a Debug build.
Be able to use this task on a CI build agent to reduce custom scripts.
Mention any other details that might be useful.
I'm currently developing a site in VS2017 using angular-cli to build my client side project.
It would help a lot if I wouldn't need to step out of visual studio in order to build the angular app.
When an error occurs in the compilation it would help to be able to click on that error and that the relevant file will be opened at the relevant line much like any other errors.
The intellisence and red squiglish error lines of VS makes it a very productive environment for typescript.
I suppose this needs to be done with the cooperation of Microsoft but I think it will benefit everyone.
Bug Report or Feature Request (mark with an
x)Versions.
Any
Desired functionality.
Be able to compile a project in vs2017 with .net core and when the build completes to be able to see the errors or run the app on a successful build.
Use the
--prodflag for aReleasebuild and not use it for aDebugbuild.Be able to use this task on a CI build agent to reduce custom scripts.
Mention any other details that might be useful.
I'm currently developing a site in VS2017 using angular-cli to build my client side project.
It would help a lot if I wouldn't need to step out of visual studio in order to build the angular app.
When an error occurs in the compilation it would help to be able to click on that error and that the relevant file will be opened at the relevant line much like any other errors.
The intellisence and red squiglish error lines of VS makes it a very productive environment for typescript.
I suppose this needs to be done with the cooperation of Microsoft but I think it will benefit everyone.