CynosuraPlatform/Cynosura.Studio

'The collection type 'Newtonsoft.Json.Linq.JObject' is not supported' exception thrown when loading entities

Closed this issue · 1 comments

How to fix:

  • Add a package reference to Microsoft.AspNetCore.Mvc.NewtonsoftJson
  • Update Startup.ConfigureServices to call AddNewtonsoftJson: services.AddMvc().AddNewtonsoftJson();
bacr commented

Fixed in 30b62e0