Forum member

GreenMoose

511 posts

Posts by GreenMoose

  1. Vs2019: Disable Alt+U shortcut somehow?

    Problem solved, status bar was hidden by default with vs2019 so when I enabled it in settings, the Alt+U menu appears properly next side to the NCrunch status icon (except when main monitor is in focus, as previous, which is as I want it to be). Thanks.

  2. Vs2019: Disable Alt+U shortcut somehow?

    [quote=michaelkroes;13521]I was wondering if the latest release solves this problem for you. If it doesn't would you mind posting a screenshot that includes the status icon and the popup?[/quote] Still same issue with v3.28.0.6, note that popup ends up at this place (in secondary monitor) even if I…

  3. Vs2019: Disable Alt+U shortcut somehow?

    [v3.27.0.3] I have installed extension https://marketplace.visualstudio.com/items?itemName=Evgeny.RestoreExtensions which brings back NCrunch in main menu with Alt+U shortcut. However when I use the Alt+U shortcut in my test window, which is located on a secondary monitor, NCrunch's new Alt+U …

  4. NUnit fixture with non-matching constraint on fixture class is silently ignored

    [v3.27.0.3] Given code below, is there a way to have NCrunch warn me about BFoo is not matching the constraint or this purely due to NUnit technicalities? (If I supply the 2 TypeArgs in same fixture no test is run on the fixture) [img=https://i.imgur.com/YnAQATX.png]Code[/img] Thanks.

  5. Engine not prioritizing ExclusivelyUses tests before non ditos?

    [3.25.0.3] Hi, I was curious if NCrunch has some logic of prioritizing tests with exclusively used resource, before tests without it? In my scenario I have a lot of db integration tests (exclusively uses "Database"), and "logically" I would expect that 1 core on each grid node focuses on these…

  6. Console Tool: How to run only certain projects?

    I think what you are looking for is switch [url=https://www.ncrunch.net/documentation/tools_console-tool]/TeamCityDisableTestNotRunFailureReporting[/url], right? [quote] Process Exit/Return Codes The exit codes returned by the console tool will vary depending upon the result of the execution run.…

  7. "New engine mode" not focusing new engine mode

    [v3.24.0.5]/vstudio2017 (bit me again so I decided to write post). When I create a new engine mode (which I rarely do) I almost always starts to write the engine mode name on the exiting one, instead of the new one, and realizing it after a while I cancel the dialog and redo it. I see no reason …

  8. Tests excluded by filter are considered to be ignored by Console tool

    I think there might be some confusion of "Ignored" in TeamCity UI vs "Ignored" in NCrunch test report? AFAIK in TeamCity tests not executed are always "ignored" since there are only 3 states a test can be in ([url=https://confluence.jetbrains.com/display/TCD18/Build+Script+Interaction+with+TeamCi…

  9. "Goto next failing test" not working for cached failure after vstudio restart?

    [v3.24.0.5]/vstudio2017 I noticed that after I restarted my vstudio (having impacted engine on), the shortcut "Goto next failing test" (Ctrl+R,Ctrl+7) did not work even though I had a bunch of failing tests. I re-ran a failing test explicitly and the shortcut worked, for that particular test. …

  10. Exclusively uses attribute per fixture type (NUnit) not working ?

    [quote=Remco;13273]Something you could try is splitting the TestFixture class into two derived classes each with their own attribute declaration.[/quote] The idea here is to have x number of generic types which decides on which infrastructure to execute the tests on (SqlServer/MongoDb/SQLite etc.…

  11. Exclusively uses attribute per fixture type (NUnit) not working ?

    I see, what a bummer. And I thought I had found the ultimate setup :D Is there any other means of making this "exclusively uses" behavior happen given above setup? The only way I see is to create a system mutex that is applied only when test is using a specific NUnit test category (i.e. SqlServer…

  12. Exclusively uses attribute per fixture type (NUnit) not working ?

    [v3.24.0.5] So I have a generic NUnit fixture, where the type argument decides if it going to hit SQLServer or SQLite resource. Bug? Or is there some other a way I can tell NCrunch that the SQLServer category is exclusively using SQL Server, but SQLite is not? (Below makes both fixture types "e…

  13. No way to navigate to stacktrace without mouse in exception details window

    [v3.24.0.5] In below window (Exception details Ctrl+M, X), I must use mouse to select an item in stack trace. It seems there is no way to use keyboard to go to the lower pane with stack trace items. [img=https://i.imgur.com/Md68GgU.png]screenshot[/img]

  14. Why is not NCrunch aborting build/analysis on pending grid nodes when no work remains?

    [quote=Remco;13244]Was there any other activity during the hang-up that NCrunch was reporting internally but was not being reported to TC? I'm just trying to identify whether this is a genuine hang (i.e. we got stuck on a task for a while and had nothing to report), or whether we're neglecting to k…

  15. Why is not NCrunch aborting build/analysis on pending grid nodes when no work remains?

    Just a follow-up related to this. Yesterday a build took 1 hour and TC said it was hanging due to build agent not receiving any build progress for a long time. 32 minutes of it this time was spent waiting for a grid node to complete initialization (see below for example). The grid node having issu…

  16. Crash in vs2017 engine dialog filter combo when other window steals focus

    [v3.24.0.5] (also in earlier versions) VStudio crashes if having the filter combo open while another window steals focus (no solution needs to be opened). [img=http://g.recordit.co/Oq1FknYHRf.gif]ReproGif[/img] Stack trace from event viewer [code=plain] Application: devenv.exe Framework Ve…

  17. Bind engine mode button to keyboard shortcut?

    Hi, Have I understood it correctly that with vs2019 the extension menu is no longer accessible via the Alt-keyboard shortcuts as below with vs2017? [img=https://i.imgur.com/RcT4Slp.png]Engine modes vs2017[/img] If so, I need to start getting used to the new engine mode toolbar button instead …

  18. How to remove .ncrunchproject files from .Net Core project

    Another alternative is using [url=https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2017]Directory.Build.props[/url] file in root folder with e.g. below content [code=xml] <Project> <PropertyGroup> <DefaultItemExcludes>*.ncrunchproject;</DefaultItemExcl…

  19. "Impacted test" ignoring coverage filter?

    FWIW, added feature request at https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/36849397-add-engine-mode-condition-test-is-included-in-cov [quote] [b]Add engine mode condition "Test is included in coverage filter"[/b] Related to https://forum.ncrunch.net/yaf_postst2665_-…

  20. Navigate to tets displaying coverage when lost in code?

    FWIW, I added another related feature request which probaly has a smaller impact but would still be very useful (according to me :)): https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/36849133-add-overlay-icon-in-tests-window-indicating-if-tes [quote] [b]Add overlay icon i…