Martin Andreas Ullrich

Results 54 comments of Martin Andreas Ullrich

It looks like you are generating .cs files but not including them as `Compile` items during the build run. Then only a second build will pick it up when evaluating...

@horato so yes and no: The auto-import works during the so-called 'static evaluation' - so a project is loaded and all the stuff that's not inside a `` element is...

@rainersigwald @jeffkl @cdmihai is this feasible at all? I so, I'd hope to see this in 16.0. If not, go ahead and close it as "won't implement".

Implementing a choose intrinsic task seems to be promising, I got a prototype at https://github.com/dasMulli/msbuild/tree/feature/choose-in-targets ([Compare](https://github.com/Microsoft/msbuild/compare/master...dasMulli:feature/choose-in-targets)) If there is interest in taking this as a community contribution I could invest...