Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Eric Dawalibi
Total activity
11
Last activity
February 23, 2023 19:33
Member since
February 16, 2023 15:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
February 23, 2023 19:33
Also, im posting my powershell script task that i used for my CI task in case this might help anyone else in the community: # TEMP Code - Remove all fake dll since they cause DotMemoryUnit.exe to f...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 23, 2023 19:31
Just to conclude, I have modified my CI Script to delete any files that ends with *.Fakes.dllNow azure task runs correctly and my memory tests are run as expected.
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 23, 2023 18:22
I forgot to mention, that this problem also occurs even if the test dll was produced without any fakes defined in it.
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 23, 2023 18:21
Hi Anna, sure i have completed the sample project replicating the issue. The file was uploaded to your FTP with ID=2023_02_23_BbJL8z9oLrQ6jRQtCyoYqV I have included a readme to explain the bug. Bas...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 23, 2023 16:38
Quick update. I found the cause of the issue and it seem to be a problem with DotMemoryUnit when fake dlls are present in the folder.I will build an example project to show the issue.I reply with i...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Edited
February 23, 2023 02:15
actually i may have another issue which you might help with. Now that I've managed to make my test run correctly locally, I tried to make them run part of my CI azure devops pipeline. So I created ...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 22, 2023 18:37
Hi again Anna, i managed to find the cause of the issue. It seems like DotMemoryUnit.exe was not running fine when running inside my Dowload folder which i have extracted the files.Once i changed t...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 20, 2023 20:53
One other thing, when i run my tests using vstest.console.exe directly inside powershell, all works well. My other test pass correctly.However when run them using dotMemoryUnit.exe all my test whic...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes
Created
February 20, 2023 20:46
Hi, thank you for your reply. First of I just want to make sure that im using vstest.console.exe and not mstest. Maybe you guys see it as the same thing but just wanted to make sure it is ok since ...
Community
dotMemory discussions
dotMemory Unit not working - tests runs but without dotMemory support
0 votes