Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

3 Pages<123
Support for VS 2019?
michaelkroes
#38 Posted : Thursday, April 11, 2019 6:44:49 PM(UTC)
Rank: NCrunch Developer

Groups: Registered
Joined: 9/22/2017(UTC)
Posts: 280
Location: Netherlands

Thanks: 124 times
Was thanked: 63 time(s) in 60 post(s)
MatthewSteeples;13371 wrote:

Just saw a post about this on the VS blog (look fro Per-monitor awareness) - https://devblogs.microso...tudio-2019-version-16-1/


Thanks!
jschreuder
#43 Posted : Thursday, April 11, 2019 11:40:15 PM(UTC)
Rank: Advanced Member

Groups: Registered
Joined: 10/5/2015(UTC)
Posts: 42
Location: Australia

Thanks: 14 times
Was thanked: 23 time(s) in 11 post(s)
michaelkroes;13367 wrote:
jschreuder;13361 wrote:

Thanks Michael. I'm trying 3.26.0.3 and still seeing the same issues if that helps you narrow anything down.


Thanks for taking the time :)

Do you know if this also happens if you open the solution directly via the sln file or only when you use the new splash screen? I've patched a hole (upcoming release) where sometimes we don't load correctly when a solution is loaded via the splash screen.


I've only been loading via .sln so I don't think it's related to the splash screen.

I think I noticed orphaned EngineHost processes in Task Manager which might be related to this, but I'm not 100% sure.
For example when it happened the other day, I *think* I had two EngineHost462 processes (but only one instance of VS open). I'll keep an eye out and see if it happens again.
michaelkroes
#44 Posted : Tuesday, April 30, 2019 6:18:03 PM(UTC)
Rank: NCrunch Developer

Groups: Registered
Joined: 9/22/2017(UTC)
Posts: 280
Location: Netherlands

Thanks: 124 times
Was thanked: 63 time(s) in 60 post(s)
I've posted a new dev release that has fixes for the per monitor aware UI issues. Anyone interested in testing it can find the installers here:

NCrunch_Console_3.27.0.2.msi
NCrunch_Console_3.27.0.2.zip
NCrunch_GridNodeServer_3.27.0.2.msi
NCrunch_GridNodeServer_3.27.0.2.zip
NCrunch_LicenseServer_3.27.0.2.zip
NCrunch_VS2008_3.27.0.2.msi
NCrunch_VS2010_3.27.0.2.msi
NCrunch_VS2010_3.27.0.2.zip
NCrunch_VS2012_3.27.0.2.msi
NCrunch_VS2012_3.27.0.2.zip
NCrunch_VS2013_3.27.0.2.msi
NCrunch_VS2013_3.27.0.2.zip
NCrunch_VS2015_3.27.0.2.msi
NCrunch_VS2015_3.27.0.2.msi.7z
NCrunch_VS2015_3.27.0.2.zip
NCrunch_VS2017_3.27.0.2.msi
NCrunch_VS2017_3.27.0.2.msi.7z
NCrunch_VS2017_3.27.0.2.zip
NCrunch_VS2019_3.27.0.2.msi
NCrunch_VS2019_3.27.0.2.msi.7z
NCrunch_VS2019_3.27.0.2.zip


Release notes for 3.27.0.2 since version v3.26.0.4


Removed the "Break into the first failing test" context menu when only one test is available.

Added support for quiet installations with the NCrunch for Visual Studio 2019 installer

Added support for version 4.8 of the .NET Framework.

Added initial support for rendering on screens with different pixel densities

Fixed an issue where the ASP.NET MVC test host integration was feeding assembly names into the framework incorrectly for projects with an output file name different to their project name.
1 user thanked michaelkroes for this useful post.
NeilMacMullen on 5/1/2019(UTC)
NeilMacMullen
#45 Posted : Wednesday, May 1, 2019 3:16:08 PM(UTC)
Rank: Advanced Member

Groups: Registered
Joined: 12/15/2016(UTC)
Posts: 55
Location: United Kingdom

Thanks: 29 times
Was thanked: 12 time(s) in 11 post(s)
Just downloaded and installed this. I have a laptop with a 3000x2000 main display and two extern 1920x1200 monitors. The previous release just showed blank windows for Ncrunch but this version seems to be working well. Great progress - thanks! :-)
1 user thanked NeilMacMullen for this useful post.
michaelkroes on 5/1/2019(UTC)
michaelkroes
#46 Posted : Wednesday, May 1, 2019 3:26:38 PM(UTC)
Rank: NCrunch Developer

Groups: Registered
Joined: 9/22/2017(UTC)
Posts: 280
Location: Netherlands

Thanks: 124 times
Was thanked: 63 time(s) in 60 post(s)
Awesome!

Good to hear that it’s not just working on my machine!
NeilMacMullen
#47 Posted : Wednesday, May 1, 2019 4:50:27 PM(UTC)
Rank: Advanced Member

Groups: Registered
Joined: 12/15/2016(UTC)
Posts: 55
Location: United Kingdom

Thanks: 29 times
Was thanked: 12 time(s) in 11 post(s)
@michaelkroes Actually there is one odd effect I've just noticed. If I look at the list of build errors in the "Ncrunch Tests" window and mouse-over the file/line link, the mouse cursor changes to a tiny dot! It's not clear if this is a super-small arrow cursor but clicking the link still works and moving the mouse away restores the cursor to normal size. This happens on any of the 3 screens.
1 user thanked NeilMacMullen for this useful post.
michaelkroes on 5/1/2019(UTC)
michaelkroes
#48 Posted : Wednesday, May 1, 2019 5:43:31 PM(UTC)
Rank: NCrunch Developer

Groups: Registered
Joined: 9/22/2017(UTC)
Posts: 280
Location: Netherlands

Thanks: 124 times
Was thanked: 63 time(s) in 60 post(s)
NeilMacMullen;13446 wrote:
@michaelkroes Actually there is one odd effect I've just noticed. If I look at the list of build errors in the "Ncrunch Tests" window and mouse-over the file/line link, the mouse cursor changes to a tiny dot! It's not clear if this is a super-small arrow cursor but clicking the link still works and moving the mouse away restores the cursor to normal size. This happens on any of the 3 screens.


I had a look at this. It doesn't seem to occur on my test setup. I also had a look at the code that changes the cursor. Nothing here is configurable from what I can see. What I did notice during the development of this change is that the support/implementation of scaling isn't complete for winforms. (this is putting mildly) The best we can hope for at the moment is an update from MS that improves support for scaling with winforms.

Regardless thanks for taking the time to report this. I'll keep an eye out for this on my system and when it happens maybe attaching the debugger can tell me a bit more.
ovation22
#49 Posted : Wednesday, May 1, 2019 6:41:37 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/12/2018(UTC)
Posts: 6
Location: United States of America

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
I updated to VS 2019 16.0.3 and Risk/Progress bar is now just a blank box. I updated NCunch, but no dice. I uninstalled NCrunch, rebooted, reinstalled, no dice. I submitted a Bug Report but wanted to make myself available here as well in case I can provide more info.

Remco
#50 Posted : Wednesday, May 1, 2019 9:54:15 PM(UTC)
Rank: NCrunch Developer

Groups: Administrators
Joined: 4/16/2011(UTC)
Posts: 6,976

Thanks: 931 times
Was thanked: 1257 time(s) in 1170 post(s)
ovation22;13448 wrote:
I updated to VS 2019 16.0.3 and Risk/Progress bar is now just a blank box. I updated NCunch, but no dice. I uninstalled NCrunch, rebooted, reinstalled, no dice. I submitted a Bug Report but wanted to make myself available here as well in case I can provide more info.



Could you confirm if you're experiencing these issues with the v3.27 build that Michael has published above in this thread? We're hoping this should address the last of the serious DPI scaling and UI problems.
1 user thanked Remco for this useful post.
ovation22 on 5/2/2019(UTC)
ovation22
#51 Posted : Thursday, May 2, 2019 1:05:53 PM(UTC)
Rank: Newbie

Groups: Registered
Joined: 2/12/2018(UTC)
Posts: 6
Location: United States of America

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
Remco;13449 wrote:
ovation22;13448 wrote:
I updated to VS 2019 16.0.3 and Risk/Progress bar is now just a blank box. I updated NCunch, but no dice. I uninstalled NCrunch, rebooted, reinstalled, no dice. I submitted a Bug Report but wanted to make myself available here as well in case I can provide more info.



Could you confirm if you're experiencing these issues with the v3.27 build that Michael has published above in this thread? We're hoping this should address the last of the serious DPI scaling and UI problems.



Yes sir! Everything is working correctly now. Thank you so much!
1 user thanked ovation22 for this useful post.
michaelkroes on 5/2/2019(UTC)
Users browsing this topic
Guest
3 Pages<123
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.092 seconds.
Trial NCrunch
Take NCrunch for a spin
Do your fingers a favour and supercharge your testing workflow
Free Download