CC#•Created by Mihneas22 on 2/23/2025 in #help ✅ AWS S3 with ASP.NET Core
This is the error I get if I use File(): Cannot create an instance of the static class 'static class'
It is not possible to create instances of static classes. Static classes are designed to contain static fields and methods, but may not be instantiated.