Created Issue: TypeScript transformer breaks on circular references [10]
A common pattern for TypeScript is to create a project.ts file that just references all of the individual .ts files that make up the project. Each one of those files then has a single reference back to...
View ArticleCreated Issue: Support transforming a TypeScript project file [11]
I have a project.ts file that only has references to my other source files. This allows me to only reference my project.ts file from all of my other files and not have to manage dependencies for each...
View ArticleCommented Issue: Sign your dll's for production [7]
Hello i'm C# developer and i want to use your libraries on production servers.....Can you sign theirs.I try to create dll's from sources and sign all of their ...but when i added it to GAC and start...
View ArticleCreated Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCommented Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCommented Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCommented Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCommented Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCommented Issue: CSSO issues on first launch [12]
I'm deploying MVC 4 project in Azure environment. So, x64.After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work...
View ArticleCreated Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleCommented Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleCommented Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleCommented Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleEdited Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleEdited Issue: TypeScript transformer breaks on circular references [10]
A common pattern for TypeScript is to create a project.ts file that just references all of the individual .ts files that make up the project. Each one of those files then has a single reference back to...
View ArticleCommented Issue: TypeScript transformer breaks on circular references [10]
A common pattern for TypeScript is to create a project.ts file that just references all of the individual .ts files that make up the project. Each one of those files then has a single reference back to...
View ArticleEdited Issue: Ajax Css Minifier Errors [9]
Version: 1.6.1During testing of our application, we have seen a couple of times where MicrosoftAjaxCssMinifier is throwing an exception. In both cases the css file was jquery.ui.core.css One time it...
View ArticleCommented Issue: TypeScript breaks when using modules [13]
I am having problems when using two files which have the same module in them. I have one file Test1.ts which containsmodule Testing { export class Test1 { test: string; constructor () { this.test =...
View ArticleCreated Issue: TypeScript breaks when referencing the same file in two...
If you have a class which is referenced in one file like /// <reference path="./BaseClass.ts" />and in another file as/// <reference path="BaseClass.ts" />you get an error "Message:...
View ArticleEdited Issue: TypeScript breaks when referencing the same file in two...
If you have a class which is referenced in one file like <br />/// <reference path="./BaseClass.ts" /><br />and in another file as<br />/// <reference path="BaseClass.ts"...
View Article