This is a migrated thread and some comments may be shown as answers.

TypeScript files marked as TypeScriptCompile disappear from project on project load

1 Answer 108 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James
Top achievements
Rank 1
James asked on 16 Jul 2014, 09:27 PM
If a TypeScript file has its build action set to "TypeScriptCompile", then the next time the project is loaded, it will be missing that TypeScript file. Unfortunately, its build action needs to be set to TypeScriptCompile for VS to automatically resolve dependencies between scripts. Note: This is with VS 2013 update 2.

In the iceproj file, this loads:
    <Content Include="scripts\Controllers\MapController.ts">
      <SubType>Content</SubType>
    </Content>

This does not:
    <TypeScriptCompile Include="scripts\Controllers\MapController.ts">
      <SubType>TypeScriptCompile</SubType>
    </TypeScriptCompile>

I do not experience this problem in a normal web project. Only AppBuilder projects.

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 18 Jul 2014, 08:02 AM
Hi,

Thank you for your feedback.
We were able to reproduce and fix this behavior.
The fix will be included in our next release.
If you have any questions or remarks, feel free to contact us again!
Your help is highly appreciated!

Regards,
Ivan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
AppBuilder extension for Visual Studio
Asked by
James
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or