From 53189bd4d8ae64cb41b742a56831ec55ce7e4600 Mon Sep 17 00:00:00 2001 From: heejaechang Date: Wed, 1 Oct 2014 14:58:23 -0700 Subject: [PATCH] don't crash VS on fatal error on esent (fatal errors include things such as out of disk space, log file got corrupted by other process and etc). in these cases, we will recover the issue by using memory cache. (changeset 1346037) --- Src/Workspaces/Core/Log/FunctionId.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/Workspaces/Core/Log/FunctionId.cs b/Src/Workspaces/Core/Log/FunctionId.cs index 512ad4e51b9..c63950cc89f 100644 --- a/Src/Workspaces/Core/Log/FunctionId.cs +++ b/Src/Workspaces/Core/Log/FunctionId.cs @@ -266,6 +266,7 @@ internal enum FunctionId WorkCoordinator_Shutdown, DiagnosticAnalyzerService_Analyzers, - PersistedSemanticVersion_Info + PersistedSemanticVersion_Info, + Esent_Exceptions } } \ No newline at end of file -- GitLab