Forum member

nayan

4 posts

Posts by nayan

  1. Customize location of NCrunchTemp_* files instead of project directory

    Hi, Is it possible to customize the location of NCrunchTemp_* files to a temp folder ? Context: we have a file system watcher which looks at changes to a directory to determine whether to rebuild a project. NCrunch generating a bunch of files under project directory interferes with the watche…

  2. Custom ItemGroups to be copied over to workspace

    Thanks. Posted the request here - https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/7966077-configurable-list-of-custom-itemgroups-to-be-copie

  3. Custom ItemGroups to be copied over to workspace

    Hi Remco, Thanks for the quick reply. Yes, it's possible to conditionally include the files but this quickly gets out of hand if there are different types of such custom items. The information is already present in the csproj and it builds using MSBuild. So I feel it would be cleaner if …

  4. Custom ItemGroups to be copied over to workspace

    Hi, I have some custom targets which operate on files included in a custom ItemGroup. e.g [code=xml] <SettingFile Include="common.xml" /> [/code] But by default, NCrunch only recognizes "None, Content, Compile" items as mentioned in [url=http://www.ncrunch.net/documentation/considerations-…