Forum member

Peter Osterdahl

34 posts

Posts by Peter Osterdahl

  1. Rerunning failed test projects in Rider Doesn't reset status on project

    So a clue is that this happens when the tests are dependant on something outside of the test environment, like the content in a file or database. If I change the code a test is dependant upon then it will update everything regardless of how I run it.

  2. Rerunning failed test projects in Rider Doesn't reset status on project

    Sorry for being unclear :) Yes it is in the testwindow. My solution looks like this: Solution |_Testproject 1 | |_Folder 1 | | |_Testfile 1 | | | |_ Test 1 | | | |_ Test 2 | | |_Testfile 2 | | |_ Test 3 | | |_ Test 4 | |…

  3. Rerunning failed test projects in Rider Doesn't reset status on project

    Sometimes there are tests that fail because of whatever, no database connection or something. If I rerun the tests they will go green. If I click on the tesfile all the tests below will go green and the status will propagate upwards to the marker on the project. If there are multiple folders with…

  4. Unwanted padding of windows in Rider

    I can live with this :)

  5. Unwanted padding of windows in Rider

    Thanks! I changed to 125% scaling for the laptop and restarted. Now the padding is almost gone, there is like 5-10 pixels left Changed to 150% scaling, same result. Behaviour is the same regardless if the window is docked or popped out. (Rider maximized or windowed) So it is much better but …

  6. Unwanted padding of windows in Rider

    Ok, some more data: Laptop 2560x1600(recommended), 125% scaling Screen (main display) 5120x1400 (recommended), 100% scaling Opened Rider in windowed mode on main screen and test window docked and pinned. Resizing the window does not help, maximized, does not help. Padding stays the same pixel w…

  7. Unwanted padding of windows in Rider

    Ok, tried this: 1. Laptop and externals screen, both on 100% DPI Started Rider, Tests and processing queue windowed on laptop, the rest on external screen. Both windows filled and no padding, it takes a while for the dark theme to set in which is kind of ugly. Moved the windows around, docked and…

  8. Unwanted padding of windows in Rider

    [strike-through]No DPI-scaling but multiple screens. [/strike-through] I noticed the laptop had scaling set. Removed that. A quick test with only laptop screen did not resolve the issue. I upgraded to the 5.21.0.1 version (since I have the freeze problem as well), that forced a restart and no…

  9. Unwanted padding of windows in Rider

    Hi! No unfortunately not. The padding seems kind of fixed so the information part of the window is resized. //Peter

  10. Unwanted padding of windows in Rider

    When opening Test or progress window they are displayed with padding outside to the right and bottom. (This also happens to the configuration window but is less of a problem) The smaller the window, the larger the area doesn't show anything useful. The behaviour is the same regardless of if the wi…

  11. Rider extension fails to recognize referenced projects with åäö

    Hi again! The weirdest thing happened. I compared my test project settings to the big solution and noted that the only difference was that in my solution I had Use build configuration set to Debug. I did set this for the test project and it failed to build with the same error as in my big solutiion…

  12. Rider extension fails to recognize referenced projects with åäö

    Hi, sorry for slow reply. I have tried to replicate this in a new solution but there it works fine. In my old solution it still fails and as I said it works in all other pipelines and even tunning Ncrunch in visual studio.

  13. Rider extension fails to recognize referenced projects with åäö

    Thanks for quick response! I will try to create one on monday.

  14. Rider extension fails to recognize referenced projects with åäö

    Hi, I use Rider 2025.1 with ncrunch 5.16.0.5 One project "DomainApi" references another with: [code=csharp]<ProjectReference Include="..\DomainApi.Försäkring\DomainApi.Försäkring.csproj" />[/code] in Ncrunch.DomainApi_AnalysisBuild.xml this looks like: [code=csharp]<ProjectReference Inclu…