Extension for Visual studio for Taskbar & Sound notifications on build/test/breakpoint events
Go to file
Ernst 9237a8d888 Got a 2017 version of the extension working. Would like to see a single
installer for 2012/2015/2017. So the changes here probably can't be
merged back up, but for standalone installer is fine.
2017-12-01 10:57:20 -08:00
SampleTestProject progress on issues #5 and #7 2016-01-05 19:31:37 -08:00
VsDingExtensionFor2012 port latest changes to vs 2012 2016-01-05 23:20:55 -08:00
VsDingExtensionFor2017 Got a 2017 version of the extension working. Would like to see a single 2017-12-01 10:57:20 -08:00
VsDingExtensionProject Got a 2017 version of the extension working. Would like to see a single 2017-12-01 10:57:20 -08:00
packages Working version with sounds 2014-03-20 16:28:02 -07:00
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 2014-03-12 19:47:54 -07:00
.gitignore Add option to only notify on failed tests 2015-12-16 16:04:33 +01:00
IntegrationTests.testsettings Commit 2014-03-12 20:32:09 -07:00
README.md fix for issue #8 2016-01-07 22:59:35 -08:00
UnitTests.testsettings Commit 2014-03-12 20:32:09 -07:00
VsDingExtension.sln Got a 2017 version of the extension working. Would like to see a single 2017-12-01 10:57:20 -08:00

README.md

Visual Studio Ding extension

====================================================

This small extension will play notification sounds when following events occur:

  • Build Complete
  • Entering debugger mode (breakpoint hit, etc)
  • Unit tests finished to run

Ability to toggle when the notifications sound can be found in the Visual Studio Options under 'Ding'

Useful when working with big solutions or when build/test run/hitting a breakpoint takes a lot of time and developer can be distructed on other things while he waits.

This is an open source project, join!

Twitter: @GanzhaVitalii

Version 1.9:

  • Fixed defect #8: VS 2015 stops working when looking at Test Manager Window

Version 1.8:

  • Users now will be able to select their own sounds (Issue #5)
  • There will be a different sound when any of the tests have failed (Issue #7)
  • There is a separate option to play sound only when tests failed (thanks to https://github.com/sboulema for pull request).
  • Notification in tray will have different icon when tests failed

Custom sounds

Version 1.6:

  • Fixed compatibility issues with Visual studio 2012

Version 1.5:

TaskBar notification

Version 1.4:

  • Added options dialog (Tools->Options->Ding). Now it is possible to enable/disable what sounds to play. Thanks to https://github.com/dannoh
  • Added option to play sounds only if Visual Studio in background. Thanks to https://github.com/dannoh
  • Support for Visual studio 2015

options