Don't extend BCL namespaces

This commit is contained in:
YoshiRulz 2021-11-19 00:38:47 +10:00
parent 8849134d50
commit 69d65009a0
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 4 additions and 5 deletions

View File

@ -5,10 +5,9 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using System.Text; using System.IO;
using BizHawk.Common;
namespace System.IO namespace BizHawk.Common.PathExtensions
{ {
/// <summary>Contains internal path helpers that are shared between many projects.</summary> /// <summary>Contains internal path helpers that are shared between many projects.</summary>
internal static partial class PathInternal internal static partial class PathInternal

View File

@ -3,10 +3,10 @@
#pragma warning disable #pragma warning disable
using System;
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
namespace System.IO namespace BizHawk.Common.PathExtensions
{ {
/// <summary>Contains internal path helpers that are shared between many projects.</summary> /// <summary>Contains internal path helpers that are shared between many projects.</summary>
internal static partial class PathInternal internal static partial class PathInternal