Skip to content

Commit

Permalink
Updated serialisation setting to match Api settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Aug 2, 2023
1 parent e5a99ab commit 7ccceb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sample/Helpdesk.Wolverine/Helpdesk.Api/Program.cs
Expand Up @@ -39,7 +39,8 @@
options.UseDefaultSerialization(
EnumStorage.AsString,
nonPublicMembersStorage: NonPublicMembersStorage.All,
serializerType: SerializerType.SystemTextJson
serializerType: SerializerType.SystemTextJson,
casing: Casing.CamelCase
);
options.Projections.LiveStreamAggregation<Incident>();
Expand Down

0 comments on commit 7ccceb7

Please sign in to comment.