Joaquin Jares

Results 17 comments of Joaquin Jares
trafficstars

We're seeing the same thing. The problem is that the Chutzpah vsix is including System.Memory.dll and that's incompatible with the version in VS/testconsole. My recommendation would be to suppress System.Memory.dll...

I really like this idea. It would make shipping some templates out of band easier, and also easier for people to be on the latest without having to wait for...

We do have a JavaScript project type now. The extension is .esproj and it can be used as a library for ASP.Net, but it's still very early and feedback on...

I'll try it out and submit a PR :)

I'm going to take a look. Can someone provide a binlog that exhibits the issue? I'm not seeing UpToDateCheckInput anywhere in the targets and I don't thing we have TypeScriptCompile...

Checking the binlogs, that warning seems to be wrong. CoreCompile is not happening again, CompileTypeScript is not happening again and we have no TypeScriptCompile items in the build. Also, the...

@olmobrutall are you seeing the timestamp of the dll (or any other factor) changing in these cases? Maybe I'm checking it wrong :)

I believe that setting is default for me, I checked and it was set. I'm seeing the same output you're seeing, but the behavior seems right. The output implies something...

Another small thing: there is no (immediate) way of making msbuild to just CSC or TSC. Clarifying: you can do that if you want, but the behavior is for compile...