SyntaxFix
Write A Post
Hire A Developer
Questions
I had this problem when I used a inner class in Post parameters
[HttpPost] public async Task Post([FromBody] Foo value) { }
Where Foo is
public class Foo { public IEnumerable<Bar> Bars {get;set;} public class Bar { } }