ā RestApi
how can i return List<class> in the function Get() in Controller
when i do, i get an error
it says "This XML file does not appear to have any style information associated with it."
i am putting my WebApiConfig file code
I am a beginner in API field and idk anything about front end.
18 Replies
WebApiConfig
..?
Isn't it something from, like, the ancient versions of ASP?idk , i am using .net standard version 4.7.2
or 4.7.8
not sure
Oh noooooo
0_0
?
It's some ancient shit
Don't use Framework
$newproject
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
just core?
Here
Yeah
Use at least .NET 6
.NET 7 if you don't care about LTS
but i saw the tutorials following .net standsard (it was made on 2016 š )
oh ok
fine
Well here's your answer
fine fine fine fine fine, i will
but how to fix this? any idea?
The .NET ecosystem went through a major shift going from Framework to Core
oh
No clue how to fix it
lol ok
i will ditch this stuff
I never was much into archaeology
thanks for letting me know
š¤£
thanks for letting me know, i will deal with it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.