We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cc734 commit 71acb35Copy full SHA for 71acb35
1 file changed
SimApiExtensions.cs
@@ -251,7 +251,6 @@ public static IServiceCollection AddSimApi(this IServiceCollection builder,
251
.AddJsonOptions(opt =>
252
{
253
opt.JsonSerializerOptions.PropertyNamingPolicy = JsonNamingPolicy.CamelCase;
254
- opt.JsonSerializerOptions.ReferenceHandler = ReferenceHandler.Preserve;
255
});
256
}
257
0 commit comments