Forum member

BerndU

3 posts

Posts by BerndU

  1. ncrunch cant build Xamarin.Forms 3.0

    We encountered same issue - and was not fixable with _XamlCAlreadyExecuted cause Xamarin project has removed that from their code ;-( We have edited as a workaround Xamarin.forms.targets and added there the condition Condition="'$(NCrunch)' == '1'" to the <Target Name="XamlC" ... line. Works for…

  2. Can i use NCrunch for CodeCoverage in VSTS?

    Thank you very much for the fast answer. This is mainly what is needed - if there would be a VSTS dashboard plugin to show the coverage over time - would be great ;-)

  3. Can i use NCrunch for CodeCoverage in VSTS?

    I'm evaluating ncrunch in the moment and like the interactive coverage indicator in the visual studio editor. Now i have a question - is it possible to use ncrunch to do the same work in a vsts build and show the resulting coverage percentage there? Would be a nice feature - i have not found any…