❔ Microsoft.AspNetCore.Http.Features deprecated how to use IFormFileCollection?
I'm at .NET 7 but
Microsoft.AspNetCore.Http.Features
is deprecated how to use IFormFileCollection
now?16 Replies
Uh
List<IFormFile>
?Even IFormFile is not available
Well, are you missing that using directive?
Microsoft.AspNetCore.Http
is the namespaceThe last option wasn't
using
it asking for installing the deprecated packageIt's not a package, it's a part of ASP.NET
It's not deprecated either
Oh crap
this is tightly to ASP
DAMN!!!
my application project is a class library
Yes
this is so messed up
Yes, the downside of the "everything should be a separate project" architecture is tomfoolery like that tends to happen
Monolith FTW
I don't know making the
Application
is an asp type is a gamble or notUnknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I don’t have access to my computer today but I will tried out your reference soon enough.
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
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.