You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
halcyon is not working in the .net 6 and throwing following issue:
System.TypeLoadException: 'Could not load type 'Microsoft.AspNetCore.Mvc.Formatters.JsonSerializerSettingsProvider' from assembly 'Microsoft.AspNetCore.Mvc.Formatters.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.'
on the below code:
c.OutputFormatters.Add(new JsonHalOutputFormatter(
halJsonMediaTypes: new string[] {
ApplicationMediaType.HALPlusJson,
ApplicationMediaType.HALPlusJsonVendor,
ApplicationMediaType.HALPlusJsonVendorV1
}));
The text was updated successfully, but these errors were encountered:
halcyon is not working in the .net 6 and throwing following issue:
System.TypeLoadException: 'Could not load type 'Microsoft.AspNetCore.Mvc.Formatters.JsonSerializerSettingsProvider' from assembly 'Microsoft.AspNetCore.Mvc.Formatters.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.'
on the below code:
The text was updated successfully, but these errors were encountered: