Forum member

vikram

5 posts

Posts by vikram

  1. Rdi Not working for me

    Thanks got it i was missing embedded arrow Regards Vikram

  2. Rdi Not working for me

    What I did : ran test case ClassOne_Three_AddsExpectedTraceAndCallsClassTwo through ncrunch What work : RDI overlay is visible on all the methods of all the classes Go to calling frame : click open RDI overlay for classSeven method One I can Go to calling frame i.e cl…

  3. Rdi Not working for me

    I am conducting a Proof of Concept (POC) to purchase of a license for my organization. I have created a small POC I am able to traverse backward in rdi overlay not able to traverse forward using System; using System.Collections.Generic; namespace ConsoleApp6 { // Simple calculator …

  4. Ncrunch test not working for me

    worked for me In Visual Studio, open the NCrunch menu. Choose Configuration. Switch to the Solution configuration (you can also change it at Global if you want the default for all solutions). Use the search box to find “Restrict ToString usage to avoid side-effects”. Set it to False (or unch…

  5. Ncrunch test not working for me

    Hi i am running simplest test to evaluate Ncrunch for my application, unable to use it. I am using simplest sample code [u][i][b]created console app[/b][/i][/u] namespace ConsoleApp6 { // Simple calculator class to add two integers public class Adder { public int Add(in…