olohmann / Lohmann.HALight

A simple HAL formatter for ASP.NET Core MVC
MIT License
3 stars 4 forks source link

RC1 support #1

Closed senj closed 8 years ago

senj commented 8 years ago

Will you have the time to make an update to RC1 in the near future?

I have problems with options.InputFormatters.Add(new HalInputFormatter());

1) It claims that HalInputFormatter isn't an IInputFormatter and that I should add the Assembly Microsoft.AspNet.Mvc.Formatters.Json, but that has no effect. 2) On runtime, there is this expcetion: Additional information: Method not found: 'Void Microsoft.AspNet.Mvc.Formatters.JsonInputFormatter..ctor(Newtonsoft.Json.JsonSerializerSettings)'

senj commented 8 years ago

Sorry but this didn't solve the second error. Any hints?

olohmann commented 8 years ago

Sorry, @senj, I am currently totally blocked by other projects.I will look into it next week. Let me see if I can figure out the issue.

olohmann commented 8 years ago

I've added a sample to the repo and updated the package to 0.1.4-rc1. Please give it another try.