Index: src/Common/DelftTools.Utils/DelftTools.Utils.csproj =================================================================== diff -u -r8b6dde04583295893f419d74a67ed1b83193e0d0 -r4ae34e044a58f8c6d1de9fe28b60b301955106f6 --- src/Common/DelftTools.Utils/DelftTools.Utils.csproj (.../DelftTools.Utils.csproj) (revision 8b6dde04583295893f419d74a67ed1b83193e0d0) +++ src/Common/DelftTools.Utils/DelftTools.Utils.csproj (.../DelftTools.Utils.csproj) (revision 4ae34e044a58f8c6d1de9fe28b60b301955106f6) @@ -156,7 +156,6 @@ - @@ -209,9 +208,6 @@ - - - Fisheye: Tag 4ae34e044a58f8c6d1de9fe28b60b301955106f6 refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/Threading/EventsHelper.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4ae34e044a58f8c6d1de9fe28b60b301955106f6 refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/Threading/GenericEventHandler.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4ae34e044a58f8c6d1de9fe28b60b301955106f6 refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/Threading/NotifyingThreadQueue.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4ae34e044a58f8c6d1de9fe28b60b301955106f6 refers to a dead (removed) revision in file `src/Common/DelftTools.Utils/Threading/ThreadedWorker.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r4ae34e044a58f8c6d1de9fe28b60b301955106f6 --- src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs (.../DeltaShellApplication.cs) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs (.../DeltaShellApplication.cs) (revision 4ae34e044a58f8c6d1de9fe28b60b301955106f6) @@ -19,7 +19,6 @@ using DelftTools.Utils.Collections; using DelftTools.Utils.Globalization; using DelftTools.Utils.Reflection; -using DelftTools.Utils.Threading; using DeltaShell.Core.Services; using log4net; @@ -51,7 +50,6 @@ private Project project; private DeltaShellApplicationSettings userSettings; private IProjectService projectService; - private NotifyingThreadQueue activities; private string defaultRepositoryTypeName; Index: src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs =================================================================== diff -u -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 -r4ae34e044a58f8c6d1de9fe28b60b301955106f6 --- src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) +++ src/DeltaShell/DeltaShell.Gui/DeltaShellGui.cs (.../DeltaShellGui.cs) (revision 4ae34e044a58f8c6d1de9fe28b60b301955106f6) @@ -21,7 +21,6 @@ using DelftTools.Utils.Aop; using DelftTools.Utils.Collections; using DelftTools.Utils.Reflection; -using DelftTools.Utils.Threading; using DeltaShell.Core; using DeltaShell.Gui.Forms; using DeltaShell.Gui.Forms.MainWindow; @@ -79,7 +78,6 @@ instance = this; instanceCreationStackTrace = new StackTrace().ToString(); ViewPropertyEditor.Gui = this; - ThreadedWorker.WaitMethod = System.Windows.Forms.Application.DoEvents; Application = new DeltaShellApplication { Index: test/Common/DelftTools.Utils.Tests/DelftTools.Utils.Tests.csproj =================================================================== diff -u -r8b6dde04583295893f419d74a67ed1b83193e0d0 -r4ae34e044a58f8c6d1de9fe28b60b301955106f6 --- test/Common/DelftTools.Utils.Tests/DelftTools.Utils.Tests.csproj (.../DelftTools.Utils.Tests.csproj) (revision 8b6dde04583295893f419d74a67ed1b83193e0d0) +++ test/Common/DelftTools.Utils.Tests/DelftTools.Utils.Tests.csproj (.../DelftTools.Utils.Tests.csproj) (revision 4ae34e044a58f8c6d1de9fe28b60b301955106f6) @@ -120,7 +120,6 @@ - Fisheye: Tag 4ae34e044a58f8c6d1de9fe28b60b301955106f6 refers to a dead (removed) revision in file `test/Common/DelftTools.Utils.Tests/Threading/ThreadedWorkerTest.cs'. Fisheye: No comparison available. Pass `N' to diff?