✅ "view requires a list but it literally doesn't?"
so I'm doing my teacher's code buut for some reason I got this error when I access my form.cshtml
InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'Exercicios2sem.Models.AlunoViewModel', but this ViewDataDictionary instance requires a model item of type 'System.Collections.Generic.List`1[Exercicios2sem.Models.AlunoViewModel]'.
the thing is... the view doesn't reqires a list type
Form.cshtml
AlunoController.cs
InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'Exercicios2sem.Models.AlunoViewModel', but this ViewDataDictionary instance requires a model item of type 'System.Collections.Generic.List`1[Exercicios2sem.Models.AlunoViewModel]'.
the thing is... the view doesn't reqires a list type
Form.cshtml
AlunoController.cs