jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Setup prompts to download .NET 3.5 on Windows 10 #77

Closed jcansdale closed 7 years ago

jcansdale commented 7 years ago

NOTE: Installer (setup.exe) is now built using .NET 4.0 so that is can be installed on a clean installation without .NET 2.0/3.5. Also made NCoverExplorer default to using .NET 4.0.

Another quick question about TestDriven. Unfortunately, TestDriven is the last remaining tool in our quiver that is dependent on .NET 3.5. When (if ever) do you anticipate dropping support for this framework and targeting .NET 4.0 or newer? The setup EXE and MSI both prompt to download and install this feature on Windows 10. I tried skipping the installation, however, I cannot access the TestDriven functionality (such as settings page) in VS2015. It appears that at least NCover is dependent on that framework, is that the bottleneck? Thanks for any insight. Thanks,

jcansdale commented 7 years ago

It should be fixed in this version: TestDriven.NET-4.0.3465_Extraterrestrial_Beta3.zip

jcansdale commented 7 years ago

This version should work on a 32-bit OS. TestDriven.NET-4.0.0_Extraterrestrial_Beta3.zip

jcansdale commented 7 years ago

Updated NCoverExplorer so that it will default to run using .NET 4.0 when available.