InvalidOperationException: Property 'JsonResult.SerializerSettings'
agoerner opened this issue · 1 comments
agoerner commented
Hello,
Always when I save Trigger or Jobs I get an internal error. Saving works, but the return Json()... runs into this exception: Any Idea?
System.InvalidOperationException: Property 'JsonResult.SerializerSettings' must be an instance of type 'System.Text.Json.JsonSerializerOptions'.
at Microsoft.AspNetCore.Mvc.Infrastructure.SystemTextJsonResultExecutor.GetSerializerOptions(JsonResult result)
at Microsoft.AspNetCore.Mvc.Infrastructure.SystemTextJsonResultExecutor.ExecuteAsync(ActionContext context, JsonResult result)
DB-Setup: SQL Server
Version .net 5.0
Thanks!
agoerner commented
AddNewtonsoft() resolved my issue