Forum member

csr01x

2 posts

Posts by csr01x

  1. Project won't build

    I figured it out. NCRunch was not building my project because CodeAnalysisRuleSet was changed in .csproj file. I changed it back and it works again.

  2. Project won't build

    NCrunch used to build my projects just fine. But now, one of my projects won't build. It gives Code Analysis errors: CA1709 : Microsoft.Naming : Correct the casing of 'WPF' in namespace name 'Intel.Cqn.Luminis.LuminisWPF' by changing it to 'Wpf'. (-1)#1: CA1704 : Microsoft.Naming : Correct th…