electricessence / TypeScript.NET

A JavaScript-Friendly .NET Based TypeScript Library (Moved)
https://github.com/electricessence/TypeScript.NET-Core
Other
251 stars 36 forks source link

Fixes issue #33 #34

Closed Acentrage closed 8 years ago

Acentrage commented 8 years ago

Fixes #33

electricessence commented 8 years ago

Thank you for looking into this!! First off, what typescript compiler version are you using? It's just inside Visual Studio? I don't get an error with this when compiling manually or with WebStorm. :/

This is a reasonable solution, but one of the reasons why I used generics in this way was to see if it would work, and it did! Can you try on your end just compiling it via gulp or tsc? Maybe use VS Code instead? I originally compiled this project using Visual Studio, but it just wasn't keeping up. :(

Acentrage commented 8 years ago

I used the build in version of TypeScript 1.7.6.0 in Visual Studio before. I upgraded to 1.8.6.0 (latest available for Visual Studio) and it seems to have solved the problem. Thanks for the help! https://www.microsoft.com/en-us/download/details.aspx?id=48593

electricessence commented 8 years ago

Great!