Index: src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs =================================================================== diff -u -r2899024e0e552929460b0eb71dbf86852dd40f58 -r6b36acf96bf8747d721d8592dcfcf95f0a0308e5 --- src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs (.../DeltaShellApplication.cs) (revision 2899024e0e552929460b0eb71dbf86852dd40f58) +++ src/DeltaShell/DeltaShell.Core/DeltaShellApplication.cs (.../DeltaShellApplication.cs) (revision 6b36acf96bf8747d721d8592dcfcf95f0a0308e5) @@ -19,7 +19,6 @@ using DelftTools.Utils.Collections; using DelftTools.Utils.Globalization; using DelftTools.Utils.Reflection; -using DelftTools.Utils.RegularExpressions; using DelftTools.Utils.Threading; using DeltaShell.Core.Services; using log4net; @@ -795,8 +794,6 @@ projectBeingCreated = null; - RegularExpression.ClearExpressionsCache(); - //make sure we close our repository avoiding memory leaks if (projectService != null) {