Skip to content

Commit ea3a795

Browse files
Laurent BOHEASZeBobo5
authored andcommitted
Propagates UseJsonSerialization setting
Ensures the UseJsonSerialization option is correctly passed through when configuring actor runtime settings, maintaining consistent serialization behavior. Signed-off-by: Laurent BOHEAS <[email protected]> Signed-off-by: ZeBobo5 <[email protected]>
1 parent 274eb52 commit ea3a795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dapr.Actors.AspNetCore/ActorsServiceCollectionExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public static void AddActors(this IServiceCollection? services, Action<ActorRunt
6666
JsonSerializerOptions = options.JsonSerializerOptions,
6767
DaprApiToken = options.DaprApiToken,
6868
HttpEndpoint = options.HttpEndpoint,
69+
UseJsonSerialization = options.UseJsonSerialization
6970
}
7071
};
7172

0 commit comments

Comments
 (0)