From b17833464cc816fb61457373bbabde7297a10e0b Mon Sep 17 00:00:00 2001 From: LastTribunal Date: Fri, 14 Apr 2023 15:17:08 -0400 Subject: [PATCH] Update LogContext.cs https://github.com/microsoft/service-fabric-services-and-actors-dotnet/issues/350 --- src/Microsoft.ServiceFabric.Services/LogContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.ServiceFabric.Services/LogContext.cs b/src/Microsoft.ServiceFabric.Services/LogContext.cs index 91f3fdef..04b226b1 100644 --- a/src/Microsoft.ServiceFabric.Services/LogContext.cs +++ b/src/Microsoft.ServiceFabric.Services/LogContext.cs @@ -2,7 +2,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ - +[Serializable] namespace Microsoft.ServiceFabric.Services { using System;