forked from snys98/TypeScriptDefinitionGenerator
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Installed product versions
- Visual Studio: 2017 Community
- This extension: 2.2.0.123
- Options override: None
Example class
public class TestClass // This will fail
{
public short ID { get; set; }
public string Test { get; set; }
}
Description
Generation fails
Steps to recreate
- Create a class with
- Right-click on the class to generate a typescript definition
- Observe the output windows for the errors
Current behavior
Genrations fails
Expected behavior
Typescript file should be generated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels