Use Madness via global usings (#2447)

* Use Madness via global usings

* Apply feedback

* Disable false positive null warning
This commit is contained in:
Sebastian Göls
2021-11-09 16:33:09 +01:00
committed by GitHub
parent 41bfd8ad2b
commit fb4eb0b03a
39 changed files with 43 additions and 160 deletions

View File

@@ -19,12 +19,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#if NETFRAMEWORK
using File = JustArchiNET.Madness.FileMadness.File;
#else
using System.IO;
#endif
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using ArchiSteamFarm.Core;