Abdu Bukres

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created How to find a method without filtering the call tree?
How to find a method without filtering the call tree? When using the find feature, it makes the call tree starts at that method. What I want to see is where the method is located in the full call t... -
Created Can dotTrace capture a method's parameters values?
Can dotTrace capture the values going into a method? -
Created Profiling an ASP.NET Core 3 doesn't bring up the web page
I created an ASP.NET Core 3 app using the VS project template. I am trying to profile it. I used the IIS Express option in dotTrace. Selected the applicationhost.config file. Selected the Site. Sel... -
Created Does dotCover provide continuous build in Visual Studio 2015?
CompletedI haven't used dotCover. I wanted to know if dotCover can be used as a tool for continuous build. I build ASP.NET apps and I would like my solution to be compiling and building in the background wh... -
Created I want to be able to copy text from Error screen
I want to be able to copy text from the Error screen. The Error is the tab where it mentions dotTrace couldn't find a pdb file. I would like to be able to copy the the file name. -
Created "Jump to invalid addres" error
I always get an error "Jump to invalid address" whenever I try to use the tool with an ASP.NET app or its associated web service. The tool basically kills IIS. -
Created Export to Visual Studio project
I would like to see a feature for exporting all the assembly source code to a Visual Studio project and code. -
Created Setting & getting properties syntax
I would like to see the syntax for setting and getting properties use the syntax which can be compiled in Visual Studio,For example xxxx.get_FirstName() and xxxx.set_FirstName("John") be converted ...