diff --git a/BotSharp.Core/BotSharp.Core.csproj b/BotSharp.Core/BotSharp.Core.csproj
index dd3a0c53..e99a03e8 100644
--- a/BotSharp.Core/BotSharp.Core.csproj
+++ b/BotSharp.Core/BotSharp.Core.csproj
@@ -81,7 +81,7 @@ Support dialogue status tracking.
-
+
diff --git a/BotSharp.Core/ContextStorage/ContextStorageInFile.cs b/BotSharp.Core/ContextStorage/ContextStorageInFile.cs
index 39d0b9ff..313415c3 100644
--- a/BotSharp.Core/ContextStorage/ContextStorageInFile.cs
+++ b/BotSharp.Core/ContextStorage/ContextStorageInFile.cs
@@ -38,7 +38,7 @@ namespace BotSharp.Core.ContextStorage
}
else
{
- return default(T[]);
+ return new T[0];
}
}